The docs shows on how to modify all dates of a couple of hours backwards of a set of photos backwards. e.g.
exiftool -AllDates-=5 D:\myphot
But how do I ADD e.g. 3 hours onto the current time?
How do I prevent the creating of
*_original
file backups in the command above?
Peter
Hi Peter,
To add 3 hours, use -alldates+=3
To avoid the "_original" backups, add -overwrite_original to the command.
- Phil