Converting mp3 to caf file for iPhone

跟風遠走 提交于 2019-12-25 16:00:24

问题


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

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

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

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.


回答1:


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.



来源:https://stackoverflow.com/questions/2670389/converting-mp3-to-caf-file-for-iphone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!