Closed coldacid closed 1 year ago
Can you run ffprobe on one of your videos and look for the gpmd stream?
I encountered a similar issue as the regex in getMetadataTrack() of ffmpegtools.py wasn't capturing the output ffprobe.
Mine is similar to:
Stream #0:2[0x3](eng): Data: bin_data (gpmd / 0x646D7067), 23 kb/s (default)
A fix may be updating the regex to:
'Stream #\d:(\d)(?:\[0x\d\])?\(.+\): Data: \w+ \(gpmd'
I had to merge the GPMD streams of multiple videos so I ended up using ffmpeg to produce raw binary files for the GPMD streams and pass those through with the -b
option.
Issue closed.
This is happening with all the videos I recorded with my GP5:
Using Python 3.10.4 on Windows 10 21H2 (build 19044.1645), installed gopro2gpx via pip and it grabbed commit dc512cc2544cead643f8a01b442609004ba00f43