opksen.blogg.se

Exiftool commands to change dates on batch photos
Exiftool commands to change dates on batch photos













exiftool commands to change dates on batch photos

With the -api QuickTimeUTC option, exiftool will automatically adjust the time to UTC. Mac Finder will also correctly adjust from UTC.

exiftool commands to change dates on batch photos

This is because the CreateDate tag for MP4 files is supposed to be UTC and Windows properties will read it as such. If not, you will have to add the time zone like this:Įxiftool -api QuickTimeUTC "-CreateDate<$-04:00" 20181223_000542.mp4 This will work correctly as long as the video was taken in the same time zone as the computer you are currently using. In that case you can simply use this command (see exiftool FAQ #5)Įxiftool -api QuickTimeUTC "-CreateDateis also Oliver Betz's Alternative Exiftool build for Windows which includes an installer and is a bit more security friendly. First you will probably want to rename the exiftool(-k).exe to just exiftool.exe and place it someplace in your PATH (see install exiftool-Windows).















Exiftool commands to change dates on batch photos