Skip to content

Instantly share code, notes, and snippets.

@ojacques
Created June 4, 2019 22:10
Show Gist options
  • Save ojacques/d7510ddca053192d249b291350c899b1 to your computer and use it in GitHub Desktop.
Save ojacques/d7510ddca053192d249b291350c899b1 to your computer and use it in GitHub Desktop.
Useful media manipulation with exiftool

Update iPhone movie files date with EXIF data "MediaCreateDate":

exiftool.exe ExifTool "-FileCreateDate<MediaCreateDate" "-FileModifyDate<MediaCreateDate" *.mov`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment