exiftool
- exiftool '-DateTimeOriginal>FileModifyDate'
Change the file's date to the photograph's date contained within EXIF. This allows me to sort photos by date and resolve conflicts.
- exiftool '-Filename<${DateTimeOriginal}-$Model-$ImageWidth-$ImageHeight.%le' -d %y%m%d-%H%M%S
Change the file's name to the date and time of the photograph's date, the camera model name, and the image and height of the actual photograph. This allows me to resolve conflicts, and move smartphone/tablet photos to a different location.
- exiftool -s [TAGS INSTEAD OF DESCRIPTION]
Allows you to see the tags to use within the EXIF.
- -stay_open 1 -fast -fast2 -r -q -q
Performance arguments entered after using an above command and specifying the location to act upon.
Do you use Adobe Lightroom? It has some simliar features.
ReplyDeleteI only use Lightroom for rendering. But it's an interesting prospect moving forward.
ReplyDeleteThis tool allows me to go through the backlog of photos.
- All photos from Flickr (Bulkr download).
- All photos from Gallery (FTP download).
- All photos rendered, spread across various hard drives.
- Smartphone and tablet photos spanning Sidekick III, various iOS devices, and various Android smartphones.