Changes between Version 2 and Version 3 of PhotoVideoMetaDataAndFormatConversion
- Timestamp:
- 01/18/25 19:51:14 (4 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PhotoVideoMetaDataAndFormatConversion
v2 v3 9 9 exiftool -AllDates="yyyy:mm:dd hh:mm:ss" <file or dir> 10 10 }}} 11 12 === Correct offset === 13 1 June 2011 04:48:49 is actually 14 Jan 2013 13:24 14 15 573 days 8 hours 36 minutes difference 16 17 Add time to all dates in exif: 18 {{{ 19 exiftool -AllDates+="573 8:36:0" /path/to/files/ 20 }}} 21 22 23 Find files in certain date range: 24 {{{ 25 exiftool -filename -if '$datetimeoriginal =~ / 15:0[0-5]:[0-5][0-9]/' . 26 }}}