Ffmpe去除视频的音频,ffmpeng静音视频
ffmpeg.exe -i 视频文件地址 -c copy -an 新视频文件地址
例如:ffmpeg.exe -i 2.mp4 -c copy -an 201819.mp4