Skip to content

Instantly share code, notes, and snippets.

@zmwangx
Created May 9, 2014 19:57
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 zmwangx/bbba9211b18ea3c29da2 to your computer and use it in GitHub Desktop.
Save zmwangx/bbba9211b18ea3c29da2 to your computer and use it in GitHub Desktop.
Modify Exif data (esp. date of creation) for correct chronological order in Carousel.
# Modify the `DateTimeOriginal' field for photos and the `CreateDate' field for videos, namely:
# photos
exiftool -overwrite_original -DateTimeOriginal="2014:05:09 12:57:16" $dir
# videos
exiftool -overwrite_original -CreateDate="2014:05:09 12:57:16" $dir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment