MP3转换为iPhone CAF文件 [英] Converting mp3 to caf file for iPhone

查看:218
本文介绍了MP3转换为iPhone CAF文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在与mp3文件的采样率将其转换成CAF格式实验。
afconvert -f卡福-d LEI16 @ 44100 ./fricatives_play_all.mp3 ./test.caf
 afconvert -f卡福-d LEI16 @ 22100 ./fricatives_play_all.mp3 ./test.caf
 afconvert -f卡福-d LEI16 @ 12000 ./fricatives_play_all.mp3 ./test.caf
 afconvert -f卡福-d LEI16 @ 20100 ./fricatives_play_all.mp3 ./test.caf
 afconvert -f卡福-d LEI16 @ 15100 ./fricatives_play_all.mp3 ./test.caf
 afconvert -f卡福-d LEI16 @ 14100 ./fricatives_play_all.mp3 ./test.caf
 afconvert -f卡福-d LEI16 @ 13100 ./fricatives_play_all.mp3 ./test.caf
 afconvert -f卡福-d LEI16 @ 44100 -c 1 ./fricatives_play_all.mp3 ./test.caf
 afconvert -f卡福-d LEI16 @ 13100 -c 1 ./fricatives_play_all.mp3 ./test.caf
 afconvert -f卡福-d LEI16 @ 22100 -c 1 ./test ./test2.caf

I am experimenting with the sampling rate of the mp3 file to convert it into caf format. 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的文件:

I have used different sampling rates as above for converting mp3 files to caf files. For instance, for a 38.5 MB file :

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

Sampling Rate Size 15,100 72.6 MB 14,100 67.8 MB 13,100 63 MB

正如你所看到的文件大小减少了与较低的采样率,但
质量逐渐减小。如果你能提供更深入
这个问题,我真的AP preciate它。

As you can see the file size reduces with the lower sampling rate but the quality gradually decreases. If you could provide more insight into this problem, I would really appreciate it.

推荐答案

如果这是一个立体声文件,你可以将其转换为单声道。你还可以使用IMA-4:1的COM pression,从而降低文件大小为25%,但它确实有所降低的质量。

If it's a stereo file, you could convert it to mono. You can also use the IMA-4:1 compression, which reduces the file size to 25%, but it does reduce the quality somewhat.

这篇关于MP3转换为iPhone CAF文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆