Skip to content

Instantly share code, notes, and snippets.

@tonyxu-io
Last active September 7, 2023 02:33
Show Gist options
  • Save tonyxu-io/4253a928ba0db73eb2b0220dd9523446 to your computer and use it in GitHub Desktop.
Save tonyxu-io/4253a928ba0db73eb2b0220dd9523446 to your computer and use it in GitHub Desktop.
Exiftool Commands

Exiftool Commands

Copy photos to date folders

Sony:

exiftool -o . '-Directory<CreateDate' -d /Volumes/home/Photos/Original/Sony\ Camera/%Y-%m-%d -r /Volumes/Untitled/DCIM -progress

Canon:

exiftool -o . '-Directory<CreateDate' -d /Volumes/home/Photos/Original/Canon\ Camera/%Y-%m-%d -r /Volumes/Untitled/DCIM/ -progress

Copy Sony videos

exiftool -o . '-Directory<CreateDate' -d /Volumes/home/Photos/Original/Sony\ Camera/%Y-%m-%d -r /Volumes/Untitled/PRIVATE/M4ROOT/CLIP -progress -api largefilesupport=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment