EXIF statistics with exiftools and Powershell

Started by cron-dk, March 07, 2017, 12:06:41 PM

Previous topic - Next topic

cron-dk

Hi,

For anybody interested, I made a small blog-posting with some examples of how to use exiftools in powershell to collect statistics from your photo library.
It can be found here: http://www.cron.dk/playing-with-exif/

Best regards,
    Alex

Phil Harvey

Hi Alex,

Thanks for the post.

Note that I wouldn't recommend using -csv for a very large number of files because the results are cached in memory for all files before outputting the result, which can run you out of memory if you have enough files.  Instead, I recommend -json if possible.

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

cron-dk

Thanks Phil,

I just added that to my blog :)
Thank you for your nice tool ;) Keep up the good work.

Best regards,
   Alex