Answers for "ffmpeg convert file to mp"

1

how to convert video to mp4 with ffmpeg

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

converting mp3 with FFMPEG

ffmpeg -i input.mp3 output.ogg
Posted by: Guest on October-07-2020

Browse Popular Code Answers by Language