Skip to content

Instantly share code, notes, and snippets.

@OrganicIrradiation
Last active February 27, 2019 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OrganicIrradiation/ce90aab045748ac7354f to your computer and use it in GitHub Desktop.
Save OrganicIrradiation/ce90aab045748ac7354f to your computer and use it in GitHub Desktop.
exiftool rename photos and videos with dates and times
cd ~/Pictures/to_process/ && exiftool -config exiftool.config -api largefilesupport=1 '-filename<CreateDate' -d "%Y-%m-%d %H.%M.%S%%-c.%%le" -r -ext jpg -ext mp4 * && cd ~/Pictures/Other/to_process/ && exiftool -config exiftool.config -api largefilesupport=1 '-filename<CreateDate' -d "%Y-%m-%d %H.%M.%S%%-c.%%le" -r -ext jpg -ext mp4 *
workon organize_photos && python organize_photos.py ~/Pictures/to_process/ && python organize_photos.py ~/Pictures/Other/to_process/
workon handbrake_batch_encode && python handbrake_batch_encode.py ~/Pictures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment