Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It doesn't seem to support GoPro13? #47

Open
chenxun0306 opened this issue Sep 26, 2024 · 1 comment
Open

It doesn't seem to support GoPro13? #47

chenxun0306 opened this issue Sep 26, 2024 · 1 comment

Comments

@chenxun0306
Copy link

I confirm that I can correctly locate the trajectory in Quik. It doesn't seem to support GoPro13?
屏幕截图 2024-09-26 165414

@ChristopheVeber
Copy link
Contributor

ChristopheVeber commented Jan 9, 2025

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

errormessage.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants