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.cafmp3를 iPhone 용 caf 파일로 변환
MP3 파일 을 caf 파일로 변환 할 때 위와 다른 샘플링 속도를 사용했습니다. 예를 들어, 38.5 MB 파일 :
샘플링 속도의 크기 15,100 72.6 MB 14,100 67.8 MB 13,100 63메가바이트
당신은 파일 크기가 더 낮은 샘플링 속도하지만 점차 품질로 줄여 볼 수 있듯이 감소합니다. 이 문제에 더 많은 통찰력을 줄 수 있다면 정말 고맙겠습니다.
정확히 무엇이 문제입니까? 음질이 샘플링 속도에 비례하는 이유를 묻고 있습니까? –
품질에 영향을주지 않고 caf 파일의 크기를 줄이는 방법이 있습니까? – bparanj
@bpararj : 아니요, 방법이 없습니다 – Till