2018/06/04

How to fix the wrong order while importing the photos into Photos App?

When there are great differences between GPSTimeStamp and CreateDate in the Exif, it will leave the TimeZone blank and show the wrong time and date in the "Adjust time & date" after importing the photos taken by old iphone, like iPhone4S.

Just use Exiftool to delete GPSTimeStamp in the GPS section of Exif.
Use the latest Exiftool to change the Exif in the OSX.
https://www.sno.phy.queensu.ca/~phil/exiftool/
https://www.sno.phy.queensu.ca/~phil/exiftool/exiftool_pod.html

$ exiftool -GPSTimeStamp= *.jpg
//Delete GPSTimeStamp in all the JPG files//

$ exiftool -GPSTimeStamp= -ext JPG DIR -r
//Delete GPSTimeStamp of the JPG files in the DIR directory and the sub-directories //

No comments:

Post a Comment