Answers for "ffmpeg stream mp4 to rtmp"

1

how to convert video to mp4 with ffmpeg

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

ffmpeg mp4 to webm vp8

ffmpeg  -i input.mp4  -b:v 0  -crf 30  -pass 1  -an -f webm -y /dev/null
ffmpeg  -i input.mp4  -b:v 0  -crf 30  -pass 2  output.webm
Posted by: Guest on August-27-2021

Browse Popular Code Answers by Language