Answers for "ffmpeg convert mp4 to hls"

5

ffmpeg convert mov to mp4

ffmpeg -i my-video.mov -vcodec h264 -acodec mp2 my-video.mp4
Posted by: Guest on March-26-2020
1

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