Skip to content

Instantly share code, notes, and snippets.

@novas0x2a
Created March 2, 2011 23:12
Show Gist options
  • Save novas0x2a/851974 to your computer and use it in GitHub Desktop.
Save novas0x2a/851974 to your computer and use it in GitHub Desktop.
Various exiftool things.
# Create EXIF GPS data from XMP GPS data
exiftool "-gps:all<all" "-gpsdatestamp<gpsdatetime" "-gpstimestamp<gpsdatetime" ...
# Clear bad XMP:GPS entries (... don't use if you have any images that are actually on the date line)
exiftool -r -GPSLongitude= -GPSLatitude= -if '$GPSLongitude == 0' ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment