-
Hi all, Question: how do I tell gopro-dashboard to make the resultant file be 25fps? How so I make it run at 15x speed? I can process it normally and then use ffmpeg to only pick out every 15th frame, but I figured if the overlay software could do this automatically then it would be a lot faster. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, Thanks for your interest in the software. I'm not sure you can do this directly in gopro-overlay. It does support timelapse and timewarp modes, but it doesn't natively support outputs at different rates from inputs. As you have already got the right ffmpeg magic to make a timewarp style movie from a standard timebase movie, my suggestion would be to simply do that on the rendered version. This would mean that the rendering took a bit longer, but it would be relatively straightforward to do. Please do share your results and let us know what worked for you. Cheers! James |
Beta Was this translation helpful? Give feedback.
Hi, Thanks for your interest in the software. I'm not sure you can do this directly in gopro-overlay. It does support timelapse and timewarp modes, but it doesn't natively support outputs at different rates from inputs.
As you have already got the right ffmpeg magic to make a timewarp style movie from a standard timebase movie, my suggestion would be to simply do that on the rendered version. This would mean that the rendering took a bit longer, but it would be relatively straightforward to do.
Please do share your results and let us know what worked for you.
Cheers!
James