Overwriting EXIF and File info from filenames in YYYYMMDD_HHMMSS format.

Started by sjw, November 13, 2023, 08:18:53 AM

Previous topic - Next topic

sjw

Hi, could you please tell me the exiftool command to populate the FileModifyDate, FileCreateDate, DateTimeOriginal, CreateDate and ModifyDate (-alldates) tags for a file named like 20160825_180532.jpg ?  Use of -overwrite_original is fine.
Many thanks!

Phil Harvey

exiftool "-alldates<filename" "-filemodifydate<filename" "-filecreatedate<filename" FILE

- 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 ($).

sjw


Phil Harvey

Yes.  ExifTool applies some smarts when writing date/time values (see FAQ 5).

- 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 ($).

sjw

Thanks again.
I assume the exact same command would work if the same named files had prefixes of IMG_ for example yes?

StarGeek

Yes.  All you need is the 14 numbers for the full date/time in the correct sequence without any numbers preceding them.  All other characters will be ignored.
"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

sjw

Many thanks again!
If I wish to recursively scan sub folders I can add -r.  How do I make it only consider jpg files?
-r pathname/*.jpg isn't quite right.

StarGeek

"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