Add date to the original date

Started by enriluke, August 21, 2013, 02:58:52 PM

Previous topic - Next topic

enriluke

How Can I add 3372 days to the original date of the photographs?
Thanks, Enri

StarGeek

See this section of the docs.

I used
exiftool -alldates+="3372 0" <file>
to add that many days to my test file.  I added the (space)0 after the 3372 in order to make ExifTool realize I wanted to advance the date and not hours.

Use single quotes instead of double if you're on a non-windows machine.
"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype