Replies: 3 comments 6 replies
-
Hi - Thanks for the interest! - Yes - this should be possible... let me see if i can reproduce this. |
Beta Was this translation helpful? Give feedback.
-
OK - I think I know what is happening here - The error message is pretty horrible - that's something I can look into. When creating an overlay video from two different sources, the program needs to know how to synchronize the GPX and the video file. There are a few options. I hope this makes sense, and isn't just stating the obvious.
This happens similarly for the other "--video-time-start" modes, just using the "access" or "modified" dates of the video file instead. What this can mean, and I believe is happening here - is that once all the GPX points that are "before" the date on the video are filtered out, there are none left. But like I said, the error message isn't helping here to tell you that! It is of course possible there is a bug here. What perhaps you could check is the date inside the GPX file for the first point. It will look something like:
Then compare that to the "file created" date of the video file - I'd use the
In my example - the two things don't overlap at all - so I get the same error as you. (Video created at 19:48, but GPX is from 11:40) This is not terribly user-friendly at the moment! Other people report good success in making the "overlay" by itself, then using a video editor to sync the two videos. There is a guide to that linked from the main page. |
Beta Was this translation helpful? Give feedback.
-
@mfloryan - hiya - new version 0.83.0 should address these issues - at least in terms of the error messages you get... Now you'll see something like:
Thanks for reporting this! |
Beta Was this translation helpful? Give feedback.
-
First, thanks for a great project and especially the included docker image which makes running it nice and easy.
I was hoping to try out joining a phone-captured video with a Strava .gpx file.
Following the experimental suggestions from the docs I noticed two things:
--overlay-size
but the app seems to require it with--gpx-only
overlay-size
) I get an error.The full command is:
And the error is:
Beta Was this translation helpful? Give feedback.
All reactions