Answers for "how to convert mp4 to mp3 with ffmpeg"

1

ffmpeg m4a to mp3

ffmpeg -i input.m4a -c:a libmp3lame -q:a 8 output.mp3
Posted by: Guest on November-20-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