You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can confirm from my end that gopro2gpx does not parse mp4 files created from GoPro HERO13 black: GoPro13data.zip contains the gpmd stream of a video file. I get the following error messages
> gopro2gpx -b -vv GoPro13data.bin GoPro13data
Reading binary file GoPro13data.bin
Creating output file for binary data: GoPro13data.00.bin
Warning. fourCC Label 'CSCM' not found. Please summit a issue to: https://github.com/juanmcasillas/gopro2gpx/issues/new
Warning. fourCC Label 'LOGS' not found. Please summit a issue to: https://github.com/juanmcasillas/gopro2gpx/issues/new
Warning. fourCC Label 'LOGS' not found. Please summit a issue to: https://github.com/juanmcasillas/gopro2gpx/issues/new
Warning. fourCC Label 'PRJT' not found. Please summit a issue to: https://github.com/juanmcasillas/gopro2gpx/issues/new
...
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\pipenvs\ppc\Scripts\gopro2gpx.exe\__main__.py", line 7, in <module>
File "C:\pipenvs\ppc\Lib\site-packages\gopro2gpx\gopro2gpx.py", line 273, in main
main_core(args)
File "C:\pipenvs\ppc\Lib\site-packages\gopro2gpx\gopro2gpx.py", line 251, in main_core
data += gpmf.parseStream(raw_data, config.verbose)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\pipenvs\ppc\Lib\site-packages\gopro2gpx\gpmf.py", line 75, in parseStream
klv = KLVData(data,offset)
^^^^^^^^^^^^^^^^^^^^
File "C:\pipenvs\ppc\Lib\site-packages\gopro2gpx\klvdata.py", line 25, in __init__
self.fourCC = self.fourCC.decode()
^^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd8 in position 0: invalid continuation byte
I confirm that I can correctly locate the trajectory in Quik. It doesn't seem to support GoPro13?
The text was updated successfully, but these errors were encountered: