Answers for "how to convert 30fps to 60fps using ffmpeg"

0

how to convert 30fps to 60fps using ffmpeg

ffmpeg -i input.mp4 -r 60 output.mp4
Posted by: Guest on June-07-2021
0

how to convert 30fps to 60fps using ffmpeg

ffmpeg -i input.mp4 -vf fps=60 output.mp4
Posted by: Guest on June-07-2021

Code answers related to "how to convert 30fps to 60fps using ffmpeg"

Browse Popular Code Answers by Language