Skip to content

Instantly share code, notes, and snippets.

@rejas
Last active June 4, 2018 12:24
Show Gist options
  • Save rejas/86cb97637a59570b0785dc533088451f to your computer and use it in GitHub Desktop.
Save rejas/86cb97637a59570b0785dc533088451f to your computer and use it in GitHub Desktop.
#shift exif date by one hour
exiftool -AllDates+=1:00 -overwrite_original P1080300.JPG
# rename according to exif date
exiftool '-filename<CreateDate' -d IMG_%Y%m%d_%H%M%S%%-c.%%le *.JPG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment