ExifTool Forum

ExifTool => Newbies => Topic started by: br_archimedes on March 20, 2023, 09:22:46 PM

Title: Exiftool creating insanely large GPX files
Post by: br_archimedes on March 20, 2023, 09:22:46 PM
New to this, so Hi everyone!

I am trying to extract GPS data from a Insta360 Titan video file, so far without any luck.
My aim is to extract the data, fix the very inaccurate GPS path by matching the timestamps of the GPS path recorded by the Titan with that of a CSV file I recorded on my phone (path is way better).

Anyway, I have a 500MB movie file, which holds the GPS data. I ran the following command:
exiftool.exe -api largefilesupport -ee -p gpx.fmt test.mp4 > out.gpx
This resulted in a 59GB (!) gpx file. What am I doing wrong here?
Title: Re: Exiftool creating insanely large GPX files
Post by: Phil Harvey on March 21, 2023, 08:28:37 AM
What did the output GPX look like?

- Phil