Copy EXIF Info From a Directory of MOV Files to Another Directory of M4V Files

Started by dmarkw, March 08, 2019, 04:07:23 PM

Previous topic - Next topic

Phil Harvey

Use this command to see all date/time tags, and add the ones you need to update to your command:

exiftool -time:all -a -s -G1 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 ($).