直接上代码,在Ubuntu下将flac格式音频为mp3格式

$ sudo apt-get install ffmpeg
$ ffmpeg -i "下川みくに - 残酷な天使のテーゼ.flac" -acodec libmp3lame -ab 320k "下川みくに - 残酷な天使のテーゼ.mp3"