其他分享
首页 > 其他分享> > remove audio from video with ffmpeg

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

标签:ffmpeg,remove,mkv,video,audio,example
来源: https://blog.csdn.net/honk2012/article/details/91512280