Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save milojennings/633ffde67c44eb2e8668 to your computer and use it in GitHub Desktop.
Save milojennings/633ffde67c44eb2e8668 to your computer and use it in GitHub Desktop.

For setting the file's modification date to the creation date:

For videos

exiftool "-filemodifydate<CreateDate" *.MOV

For photos

exiftool "-filemodifydate<datetimeoriginal" *.JPG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment