Can't geotag properly...

Started by Puffolino, February 22, 2016, 07:34:05 AM

Previous topic - Next topic

Puffolino

Hi,
I tried to touch hundred of images (except some specific, but this is another story) with geoinformation, so I tried to produce a NMEA file to do this:

C:...> exiftool -geotag showroom.nma *.jpg
Warning: No track points found in GPS file 'showroom.trk' in File:Geotag (ValueConvInv)
Warning: GPS track is empty in File:Geotime (ValueConvInv) - 001.jpg
Warning: No writable tags set from 001.jpg
    :
    0 image files updated
   xxx image files unchanged

I converted the file to gpx format with no change, who can give me a hint what should be done?

Phil Harvey

The status of all fixes in this track log is V (void or invalid), so ExifTool is ignoring them.  This field should be "A" or empty.

Also, you are missing a comma after "E".

There may be other problems.  Consult the NMEA RMC specification and make sure your log syntax is correct.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

Puffolino

Thank you, Phil,
what an error (or even two), and that after having read a documentation ;-)

Michael