ffmpeg 提取音频

ffmpeg 提取音频 ffmpeg -i input.mp4 output.wav # 或指定语音识别常用参数 ffmpeg -i input.mp4 -ar 16000 -ac 1 output.wav