Answers for "ffmpeg image to mp4"

2

ffmpeg webm to mp4

ffmpeg -i "01 - file.webm" -crf 23 "file.mp4"
Posted by: Guest on August-04-2020
0

ffmpeg images to video

ffmpeg -r 30 -s 1920x1080 -i pic%04d.png -vcodec libx264 -crf 25  -pix_fmt yuv420p test.mp4
Posted by: Guest on April-27-2021
0

how to convert video to mp4 with ffmpeg

ffmpeg -i input.webm -vsync vfr output.mp4
Posted by: Guest on July-08-2021

Browse Popular Code Answers by Language