ExifTool Forum

ExifTool => Newbies => Topic started by: Rajasekar on April 05, 2024, 02:32:07 AM

Title: Warning: No writable tags set from "Images"
Post by: Rajasekar on April 05, 2024, 02:32:07 AM
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
Title: Re: Warning: No writable tags set from "Images"
Post by: Phil Harvey on April 05, 2024, 08:35:30 AM
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
Title: Re: Warning: No writable tags set from "Images"
Post by: StarGeek on April 05, 2024, 09:41:02 AM
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.