Can non-standard sampling rates be used with AAC encoding?
问题 I am trying to up-sampling an M4a file from 41000 to another non-standard sampling rate let's say 5000. ffmpeg -i audio.wav -ar 5000 audio_.wav This worked fine with wav files whoever it didn't work with m4a. Any ideas why? If non-standard sampling rates don't work with AAC I need any documentation or reference for that. 回答1: The set of available sampling frequencies is limited by AAC ADIF (Audio Data Interchange Format) and ADTS (Audio Data Transport Stream). So other rates just can't be