how to combine two code commands?

Started by Rerol, March 02, 2020, 02:01:51 PM

Previous topic - Next topic

Rerol

Quote from: Phil Harvey on March 08, 2020, 08:39:18 PM
- Phil
Thanks for the advice.

can this command be optimized so that it skips files that already meet these conditions? I have more than 1000 of them. video.

Phil Harvey

exiftool -r "-FileCreateDate>CreateDate" -if "$createdate ne $filecreatedate" -api quicktimeutc -ext mp4 .
...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 ($).