且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用 ffmpeg 将音频文件转换为 mp3

更新时间:2022-02-17 21:57:25

没关系,

我正在使用以下命令将我的音频文件转换为 mp2:

I am converting my audio files to mp2 by using the command:

ffmpeg -i input.wav -f mp2 output.mp3

此命令完美运行.

我知道这实际上将文件转换为 mp2 格式,但结果文件大小相同..

I know that this actually converts the files to mp2 format, but then the resulting file sizes are the same..