ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: JohanG on October 16, 2022, 04:30:48 AM

Title: IPTC:DateCreated
Post by: JohanG on October 16, 2022, 04:30:48 AM
Hi all,

I need to tag image file information for a batch of files with Enfocus Switch. I would like to know if there is an exiftool script to do something like this. Second question is is it possible to change or add the IPTC:DateCreated to "Today()" plus one day. I know you can do DateCreated+=24 for instance.

All help will be greatly appreciated.
Title: Re: IPTC:DateCreated
Post by: Phil Harvey on October 16, 2022, 06:27:12 AM
To set a time to today + 1 day, you could do this:

exiftool "-createdate<${now;ShiftTime('1 0')}" FILEorDIR

I don't know what you mean by "Enfocus Switch".

- Phil