2010-04-19 66 views
0

我正在试验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。 /测试./test2.caf将mp3转换为caf文件的iPhone

我已经使用不同的采样率如上将MP3文件 转换为caf文件。例如,对于一个38.5 MB的文件:

采样率大小 15100 72.6 MB 14100 67.8 MB 13100 63 MB

正如你可以看到该文件的大小与较低的采样率,但 逐渐质量降低降低。如果您可以提供更多洞察 到这个问题,我真的很感激它。

+0

究竟是什么问题?你在问为什么音质与采样率成正比? – 2010-04-19 20:05:03

+0

有没有办法在不影响质量的情况下降低caf文件的大小? – bparanj 2010-04-19 23:48:25

+0

@bpararj:不,没有办法 – Till 2010-04-20 04:48:06

回答

0

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

+1

任何示例终端命令? – necixy 2012-03-01 11:39:36