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?
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
Thank you, Phil,
what an error (or even two), and that after having read a documentation ;-)
Michael