Skip to content

Instantly share code, notes, and snippets.

@oceanBT
Created June 26, 2016 19:43
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 oceanBT/51a1b9e6e7078a9bd31d425d9190cced to your computer and use it in GitHub Desktop.
Save oceanBT/51a1b9e6e7078a9bd31d425d9190cced to your computer and use it in GitHub Desktop.
exiftools example commands

-minus 15 Min exiftool "-AllDates-=0 0:15:0" folderName

-plus 15 Min exiftool "-AllDates+=0 0:15:0" folderName

-minus 2 months 4 days and 15 Min exiftool "-AllDates-=0:2:4 0:15:0" folderName

-minus 2 months 4 days exiftool "-AllDates-=0:2:4 0" folderName

source: http://www.sno.phy.queensu.ca/~phil/exiftool/Shift.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment