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
Is your feature request related to a problem? Please describe.
GoPro likes to chop up long videos to multiple files (4G/10G, depending on version).
Due to this using this tool will result in "broken" graphs, maps, etc.
Describe the solution you'd like
Add the option to specify multiple input videos.
For "easy" implementation (or POC):
export GPX (as you are doing now)
combine the GPX files somehow
concat the videos using ffmpeg (I get that it will use double storage, but its easy)
render the result
Describe alternatives you've considered
Manually exporting the GPX data, combining them, doing the concat manually and specifying the video/data manually:
Or if you can just give us a way to actually concat the gopro videos while keeping all data, that would be AWESOME as well.
Currently I can't find any ffmpeg option, that will actually combine the other streams (and probably they start from 0 anyways).
Exactly, hence its a feature request :)
The mp4_merge seems to be actively developed and works just fine, so probably just adding it to the readme in a FAQ or something is enough.
Is your feature request related to a problem? Please describe.
GoPro likes to chop up long videos to multiple files (4G/10G, depending on version).
Due to this using this tool will result in "broken" graphs, maps, etc.
Describe the solution you'd like
Add the option to specify multiple input videos.
For "easy" implementation (or POC):
Describe alternatives you've considered
Manually exporting the GPX data, combining them, doing the concat manually and specifying the video/data manually:
Not sure how big this request is in the grand scheme of things, but it would be a good-to-have.
The text was updated successfully, but these errors were encountered: