Last active
June 4, 2018 12:24
-
-
Save rejas/86cb97637a59570b0785dc533088451f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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