Skip to content

Instantly share code, notes, and snippets.

@alexleekt
Created September 9, 2018 19:00
Show Gist options
  • Save alexleekt/815e854521bcc485bc3633a44202cee3 to your computer and use it in GitHub Desktop.
Save alexleekt/815e854521bcc485bc3633a44202cee3 to your computer and use it in GitHub Desktop.
exiftool renaming script
exiftool -overwrite_original -Artist="Kwan Ting Lee (Alex)" -Copyright="(c) Kwan Ting Lee, all rights reserved" -Credit="photos.alexleekt.com" -Contact="Kwan Ting Lee (Alex), photos@alexleekt.com" '-filename<CreateDate' -d "%Y%m%d_%H%M%S_%%c_alexleekt_5DM2.%%e" -r -ext CR2 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment