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 reframe the .360 video captured by gopro max to 2D video with gopro player, but that can't include the metadata "GoPro MET" into exported videos.
So, I extract gpx data from the .360 videos with your software or gopro2gpx and I want to overlay the gpx to the reframed 2D movie created gopro player without the metadata "GoPro MET".
The gopro-dashboard-overlay seems to use the metadata "GoPro MET" to sync up with gpx data.
I simply want to synchronize the first frame of the video with the beginning of the GPX.
Is there any solutions?
The Error "Unable to locate metadata stream"
% ./venv/bin/gopro-dashboard.py --font ~/Downloads/Noto_Sans_JP/NotoSansJP-VariableFont_wght.ttf --gpx max_gpx.gpx GS031600_joined.mp4 out.MP4Starting gopro-dashboard version 0.79.0Timer(loading timeseries - Called: 1, Total: 0.04725, Avg: 0.04725, Rate: 21.16)Timer(program - Called: 1, Total: 0.04731, Avg: 0.04731, Rate: 21.14)Traceback (most recent call last): File "./venv/bin/gopro-dashboard.py", line 156, in <module> raise IOError(f"Unable to locate metadata stream in '{inputpath}' - is it a GoPro file")OSError: Unable to locate metadata stream in 'GS031600_joined.mp4' - is it a GoPro file
Hi.. you can use the flag --use-gpx-only - there are examples of this in the docs. It can be a bit tricky to line up the video and the gpx in this case and to be honest there are limited options for manipulating it at the moment. Various options are also in the docs, in the command line examples.
if you exported your video a certain way the original created/modified timestamps might be valid, and you can just truncate the gpx file according to them
I made this tool which automatically aligns gpx files to videos using the Duration, Date/Time Original, or Modify Date EXIF tags
Thanks a lot for your awesome software.
I reframe the .360 video captured by gopro max to 2D video with gopro player, but that can't include the metadata "GoPro MET" into exported videos.
So, I extract gpx data from the .360 videos with your software or gopro2gpx and I want to overlay the gpx to the reframed 2D movie created gopro player without the metadata "GoPro MET".
The gopro-dashboard-overlay seems to use the metadata "GoPro MET" to sync up with gpx data.
I simply want to synchronize the first frame of the video with the beginning of the GPX.
Is there any solutions?
The text was updated successfully, but these errors were encountered: