ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: Phil Harvey on May 01, 2018, 08:07:37 AM

Title: Processing a selection of files
Post by: Phil Harvey on May 01, 2018, 08:07:37 AM
I have over 7000 sample images in my test suite, and I wanted to test ExifTool by editing a small cross-section of them.  This command worked very nicely (and efficiently) to run ExifTool on 1% of the files:

exiftool -fast3 -if "not $filesequence % 100" -artist=phil -o tmp/ DIR

- Phil