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/ (http://www.cron.dk/playing-with-exif/)
Best regards,
Alex
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
Thanks Phil,
I just added that to my blog :)
Thank you for your nice tool ;) Keep up the good work.
Best regards,
Alex