将mp3转换为iPhone的caf文件

时间:2010-04-19 19:55:22

标签: iphone audio mp3 core-audio caf

我正在尝试使用mp3文件的采样率将其转换为caf格式。 afconvert -f caff -d LEI16 @ 44100 ./fricatives_play_all.mp3 ./test.caf  afconvert -f caff -d LEI16 @ 22100 ./fricatives_play_all.mp3 ./test.caf  afconvert -f caff -d LEI16 @ 12000 ./fricatives_play_all.mp3 ./test.caf  afconvert -f caff -d LEI16 @ 20100 ./fricatives_play_all.mp3 ./test.caf  afconvert -f caff -d LEI16 @ 15100 ./fricatives_play_all.mp3 ./test.caf  afconvert -f caff -d LEI16 @ 14100 ./fricatives_play_all.mp3 ./test.caf  afconvert -f caff -d LEI16 @ 13100 ./fricatives_play_all.mp3 ./test.caf  afconvert -f caff -d LEI16 @ 44100 -c 1 ./fricatives_play_all.mp3 ./test.caf  afconvert -f caff -d LEI16 @ 13100 -c 1 ./fricatives_play_all.mp3 ./test.caf  afconvert -f caff -d LEI16 @ 22100 -c 1 ./test ./test2.caf

我使用了不同的采样率来转换mp3文件 到caf文件。例如,对于38.5 MB的文件:

采样率大小 15,100 72.6 MB 14,100 67.8 MB 13,100 63 MB

正如您所看到的,文件大小随着采样率的降低而降低 质量逐渐下降。如果你能提供更多的见解 对于这个问题,我真的很感激。

1 个答案:

答案 0 :(得分:0)

如果是立体声文件,您可以将其转换为单声道。您还可以使用IMA-4:1压缩,将文件大小减小到25%,但确实会降低质量。