Hai Need Help!!
i had extracted .gpx from go pro Video and images,
iam trying to write the gps data to the all images,
i had following this steps from "https://www.reddit.com/r/gopro/comments/tvguss/comment/i3dmvj2/?utm_source=share&utm_medium=web2x&context=3"
i used "E:\Video\gps\exiftool-12.80>exiftool.exe -geotag E:\Video\gps\out.gpx "-Geotime<XMP:DateTimeOriginal" "E:\Video\gps\Ext""
But iam getting this "Warning: No writable tags set from E:/Video/gps/Ext/frame_001.jpg"
Please Help Thank you
PH Edit: Removed uninformative screen capture
I suspect that XMP:DateTimeOriginal doesn't exist. Try just removing that argument from the command:
exiftool.exe -geotag E:\Video\gps\out.gpx "E:\Video\gps\Ext"
If you continue to have problems, read here (https://exiftool.org/geotag.html#Troubleshooting) for some tips.
- Phil
That Reddit post was specific to dealing with a video that had been split into separate frames and includes a link to instructions on how to add the XMP:DateTimeOriginal to all the files. If you are not splitting a video into separate frames, then you shouldn't follow those instructions.