GNOME Bugzilla – Bug 654310
FAAC VBR encoding support
Last modified: 2011-07-10 00:21:23 UTC
VBR encoding using FAAC is not available in gstreamer, whereas libfaac has support for it.
Created attachment 191591 [details] [review] Proposed patch to add the feature requested by the bug The proposed patch adds two new properties: "quality" and "brtype", corresponding to VBR quantizer quality and encoding bitrate type, respectively. VBR or ABR encoding can be selected using the "brtype" property. The default bitrate type has been set to VBR, and the default VBR quality to 100, as in the FAAC command-line program.
Looks good. will commit when i get a chance.
Changed the property name to "rate-control". commit 932dee92842e94d0e0c70eb1d96c0be698d2e144 Author: Mukul Majmudar <mukul.majmudar@gmail.com> Date: Sat Jul 9 16:05:07 2011 -0400 faac: Add properties for VBR encoding Property "quality" to specify VBR quantizer quality and property "brtype" to choose between ABR and VBR encoding. The default is now VBR with quality=100. Fixes bug #654310. Signed-off-by: David Schleef <ds@schleef.org>