Einige Arbeiten, die beim synchronisieren von GPS Tracks und EXIF Daten in Fotos anfallen
Exif Datum anzeigen:
506 exiftool -d ‘%d.%M.%Y’ -DateTimeOriginal -S -s *.JPG
507 exiftool -d ‘%Y-%m-%d’ -DateTimeOriginal -S -s *.JPG
Ggf. korrigieren
512 exiftool -DateTime +=’0:1:0 0:0:0′ 2008-08-08-exifcorrection/
519 exiftool -AllDates+=718:30 -if ‘$make eq “Canon”‘ test
520 exiftool -AllDates+=24 -if ‘$make eq “Canon”‘ test
Timestamps in Tracklogs korrigieren
gpsbabel -t -i gpx -f in.gpx -x track,move=+1h -o gpx -F out.gpx