Is it possible to batch remove GPS time stamp from photos?

Started by Mattyg, August 13, 2019, 02:46:10 PM

Previous topic - Next topic

Mattyg

I have a .NEF file and want to know if it is possible to remove the GPS time stamp from a group of photos because it is causing conflicts with the camera time stamp.

Thank You

StarGeek

Your command would be
exiftool -GPSDateStamp= -GPSTimeStamp= <FileOrDir>

This command creates backup files.  Add the Overwrite_Original option to suppress the creation of backup files.  Add the -r option to recurse into subdirectories.

But can you expand upon in what way it's causing conflicts?  Is it not being read correctly by some program?  Usually, if a program is reading metadata from a NEF, it should be able to properly parse the GPS timestamp.
"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype

Mattyg

You are correct. I believe Apple Photos is unable to properly handle both the GPS timestamp and the Camera timestamp. What ended up happening to a bunch of photos is the time for hours and minutes would be from the GPS timestamp while the seconds would be from the Camera timestamp causing the photos to be jumbled.

Mattyg

After using the tool and reimporting to Photos, the times now show up correct. Quite an annoying bug with photos.

StarGeek

"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype