Skip to content

Instantly share code, notes, and snippets.

@oskarnrk
Created March 11, 2016 10:27
Show Gist options
  • Save oskarnrk/3c8bf34022be76814af9 to your computer and use it in GitHub Desktop.
Save oskarnrk/3c8bf34022be76814af9 to your computer and use it in GitHub Desktop.
Change EXIF data using date and time written in photo's filename
#!/bin/sh
exiftool '-datetimeoriginal<filename' IMG_%Y%m%d_%H%M.jpg *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment