remove audio from video with ffmpeg

remove audio from video with ffmpeg

https://superuser.com/questions/268985/remove-audio-from-video-file-with-ffmpeg

ffmpeg -i example.mkv -c copy -an example-nosound.mkv

猜你喜欢

转载自blog.csdn.net/honk2012/article/details/91512280