IPTC:DateCreated

Started by JohanG, October 16, 2022, 04:30:48 AM

Previous topic - Next topic

JohanG

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.

Phil Harvey

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
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).