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 ./test ./test2.caf

mp3 ファイルを caf ファイルに変換するために、上記のように異なるサンプリング レートを使用しました。たとえば、38.5 MB のファイルの場合:

サンプリングレート サイズ 15,100 72.6 MB 14,100 67.8 MB 13,100 63 MB

ご覧のとおり、サンプリング レートが低いほどファイル サイズは小さくなりますが、品質は徐々に低下します。この問題についてより多くの洞察を提供していただければ、本当に感謝しています。

4

1 に答える 1

0

ステレオ ファイルの場合は、モノラルに変換できます。IMA-4:1 圧縮を使用してファイル サイズを 25% に縮小することもできますが、品質は多少低下します。

于 2010-04-22T14:07:28.593 に答える