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