Skip to content

Instantly share code, notes, and snippets.

@sbellver
Created December 29, 2014 10:00
Show Gist options
  • Select an option

  • Save sbellver/50281a4c3b6615c95aa3 to your computer and use it in GitHub Desktop.

Select an option

Save sbellver/50281a4c3b6615c95aa3 to your computer and use it in GitHub Desktop.

Revisions

  1. sbellver created this gist Dec 29, 2014.
    6 changes: 6 additions & 0 deletions renombraFotosExif.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    # Auto rota las imagenes y renombra en función de la fecha de disparo.
    # Es necesario jhead http://www.sentex.net/~mwandel/jhead/
    # y sudo npm install --global jpegtran-bin

    find "$1" -name "*.jpg" -exec jhead -exonly -autorot -nf%Y-%m-%d_%H-%M-%S {} \;
    find "$1" -name "*.JPG" -exec jhead -exonly -autorot -nf%Y-%m-%d_%H-%M-%S {} \;