2

"Is it possible to speed up a video using handbrake?"

In the above link, Mulvya show us how to speed up a video, but I want to know, if possible, how can I speed the video joining two or more videos and increasing the frame rate, for example:

I have 2 video files, which I need to join. Both are at 30fps and I want to speed up to 5 times and increase the frame rate to 60fps.

How can I do it?

1 Answer 1

1

Assuming audio's not a concern,

ffmpeg -i in1.mov -i in2.mov -filter_complex "[0]setpts=(PTS-STARTPTS)/5[a];[1]setpts=(PTS-STARTPTS)/5[b];[a][b]concat[v]" -map "[v]" -r 60 -crf 18 output.mov 
0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.