试题详情

使用以下命令可以将pcm格式的数据转化为mp3:ffmpeg -y -f s16le -ar 16k -ac 1 -i input.pcm output.mp3

A正确

B错误