Thread

Posted on Mon Jan 8 00:39:50 2007 by stefan
Modify Exif without changing date and time of file ?
Hello,
with
exiftool -AllDates-=1 -overwrite_original DIR
I can change the date but also the file is overwritten the original date and time stamp of the file changed to the actual date.
Is there a way to keep origianal file date and time and to change Exif?
Regards
Stefan
Direct Responses: 3990 | Write a response
Posted on Mon Jan 8 01:06:01 2007 by exiftool in response to 3987
Re: Modify Exif without changing date and time of file ?
Hi Stephan,

You can preserve the original file-system timestamp with the '-P' option, or set it from the EXIF information with an argument like "-filemodifydate<datetimeoriginal".

- Phil
Write a response