📜  ffmpeg Sessiz ses üretin - Shell-Bash 代码示例

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

代码示例1
ffmpeg -i video.mp4 -f lavfi -i anullsrc=channel_layout=stereo:sample_rate=44100 \
-c:v copy -shortest output.mp4