Skip to content

Instantly share code, notes, and snippets.

@ghickman
Last active August 29, 2015 14:05
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 ghickman/37fedf9cdbca138b4144 to your computer and use it in GitHub Desktop.
Save ghickman/37fedf9cdbca138b4144 to your computer and use it in GitHub Desktop.
#!/usr/local/bin/bash
# use bash 4 from homebrew
set -e
shopt -s globstar
FORMAT="%Y-%m-%d_%H-%M-%S"
# Video files
exiftool -v -r -ext MOV -ext MP4 -ext AVI -ext 3GP -FileName\<CreateDate -d $FORMAT.%%e .
# Images
jhead -autorot -ft -dt -n$FORMAT **/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment