📜  ffmpeg mp4 到 webm - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:53.497000             🧑  作者: Mango

代码示例3
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