libfaac强加比特率限制?

我试图在Ubuntu 12.04 Linux上编码一些audio。 我需要使用libfaac(使用版本1.28)进行编码,我想以非常低的比特率进行编码 – 包括传输stream开销的总数必须低于64kbps。 inputaudio是:PCM,48kHz,2通道,s16,1536kb / s

使用faac命令行工具,我得到下面的输出,编码5分钟的audio – 所以有足够的时间来平均比特率。 我不能把它降到64kbps以下,或者在165kbps以上。 我试图设置一些其他的参数,但无济于事。 当我设置比特率> 64,它工作正常。 通过libfaac代码看,我没有看到任何地方这些限制是强加的。

$ ./faac -b 40 -w -o /tmp/yellow-audio-40k.mp4 /tmp/yellow-audio.wav Freeware Advanced Audio Coder FAAC 1.28 Average bitrate: 64 kbps Quantization quality: 100 Bandwidth: 5442 Hz Object type: Low Complexity(MPEG-4) + M/S Container format: MPEG-4 File Format (MP4) Encoding /tmp/yellow-audio.wav to /tmp/yellow-audio-40k.mp4 frame | bitrate | elapsed/estim | play/CPU | ETA 14063/14063 (100%)| 64.2 | 10.7/10.7 | 27.91x | 0.0 
 $ mediainfo /tmp/yellow-audio-40k.mp4 General Complete name : /tmp/yellow-audio-40k.mp4 Format : MPEG-4 Format profile : Base Media / Version 2 Codec ID : mp42 File size : 2.35 MiB Duration : 5mn 0s Overall bit rate mode : Variable Overall bit rate : 65.7 Kbps Encoded date : UTC 2012-12-05 00:03:38 Tagged date : UTC 2012-12-05 00:03:49 Writing application : FAAC 1.28 Audio ID : 1 Format : AAC Format/Info : Advanced Audio Codec Format profile : LC Codec ID : 40 Duration : 5mn 0s Bit rate mode : Variable Bit rate : 64.2 Kbps Maximum bit rate : 73.7 Kbps Channel(s) : 2 channels Channel positions : Front: LR Sampling rate : 48.0 KHz Compression mode : Lossy Stream size : 2.30 MiB (98%) Language : English Encoded date : UTC 2012-12-05 00:03:38 Tagged date : UTC 2012-12-05 00:03:49