将 mp3 转换为 iPhone 的 caf 文件

发布于 2024-08-29 14:51:27 字数 932 浏览 6 评论 0原文

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

我使用了与上面不同的采样率来转换 mp3 文件 到咖啡馆文件。例如,对于 38.5 MB 文件:

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

如您所见,文件大小随采样率降低而减小,但 质量逐渐下降。如果您能提供更多见解 解决这个问题,我真的很感激。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

海未深 2024-09-05 14:51:27

如果它是立体声文件,您可以将其转换为单声道。您还可以使用 IMA-4:1 压缩,这会将文件大小减少到 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文