Skip to content

Instantly share code, notes, and snippets.

@amercier
Created April 27, 2018 20:16
Show Gist options
  • Save amercier/fa4fc6be64675b5d63807a9466aa9adc to your computer and use it in GitHub Desktop.
Save amercier/fa4fc6be64675b5d63807a9466aa9adc to your computer and use it in GitHub Desktop.
ExifTool Cheat Sheet

ExifTool Cheat Sheet

Add +2H to all dates to *.NEF and updates file create/modify dates

exfitool -AllDates+=2 -verbose *.nef
exfitool "-FileCreateDate<CreateDate" "-FileModifyDate<CreateDate" -verbose *.nef
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment