Change media creation date in bulk

Started by Fireblazr, December 06, 2024, 01:54:56 PM

Previous topic - Next topic

Fireblazr

How to use Exif Tool to change the date taken and date created of multiple JPG files in a folder to a desired initial state and then increment the time for each file by 10 or 30 seconds?

StarGeek

Use the command in FAQ #3 to figure out what are the names of the tags you want to change. If you're on Windows, see the Windows Metadata post for a list of what tags Windows reads to fill the Properties window.

Then you can run the command in this post. The example of AllDates will write the CreateDate, DateTimeOriginal, and ModifyDate tags, but if these aren't the tags you want to write to, then replace AllDates with the name of that tag.

If the filename includes the date/time of the file, you might want to copy that time stamp directly from the filename. See FAQ #5.

If you're on Windows, use CMD, not PowerShell. If you're on Mac/Linux, swap any single/double quotes.
"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