Changes between Version 2 and Version 3 of PhotoVideoMetaDataAndFormatConversion


Ignore:
Timestamp:
01/18/25 19:51:14 (4 days ago)
Author:
jorrit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PhotoVideoMetaDataAndFormatConversion

    v2 v3  
    99exiftool -AllDates="yyyy:mm:dd hh:mm:ss" <file or dir>
    1010}}}
     11
     12=== Correct offset ===
     131 June 2011 04:48:49 is actually 14 Jan 2013 13:24
     14
     15573 days 8 hours 36 minutes difference
     16
     17Add time to all dates in exif:
     18{{{
     19exiftool -AllDates+="573 8:36:0" /path/to/files/
     20}}}
     21
     22
     23Find files in certain date range:
     24{{{
     25exiftool -filename -if '$datetimeoriginal =~ / 15:0[0-5]:[0-5][0-9]/' .
     26}}}