【发布时间】:2010-09-30 22:11:28
【问题描述】:
我正在使用 afconvert 命令行实用程序将音频文件从 .caf 转换为 .mp3 格式。我用过afconvert:
afconvert -f 'MPG3 ' -d '.mp3' -v input.caf output.mp3
但这给了我以下错误:
Input file: input.caf, 19008 frames
Error: ExtAudioFileSetProperty ('cfmt') failed ('fmt?')
我还尝试了以下方法:
afconvert -f 'MPG3 ' -d LEI32@44100 -v input.caf output.mp3
这也给了我错误:
Input file: min.caf, 19008 frames
Error: ExtAudioFileCreateWithURL failed ('fmt?')
我不知道为什么会出现这个错误。
谁能指导我解决这个问题?
提前致谢。
【问题讨论】:
标签: iphone core-audio