ffmpeg 格式转换以及其他操作

把m4a音频转换成mp3格式

ffmpeg -i testing.m4a -b:a 192K -vn testing.mp3

其中 192K是音频采样率

类似文章