GNOME Bugzilla – Bug 490060
[faac] a few minor issues: bitrate, enum nick for low complexity profile
Last modified: 2007-10-28 15:23:37 UTC
*FAAC plugin is considering that 1kb==1024 bits, while in the codec world, we are considering 1kb == 1000 bits. As one of the consequences, the bitrate should go from 8*1000bps to 320*1000bps. *AAC profiles: the Low Complexity profile is referred as AAC-LC within the MPEG docs. I think that the short name should then be "LC" and not "LOW".
Fixed, thanks: 2007-10-28 Tim-Philipp Müller <tim at centricular dot net> * ext/faac/gstfaac.c: (gst_faac_profile_get_type), (gst_faac_class_init), (gst_faac_init): Fix bitrate ranges and change enum nick for low complexity profile from LOW to LC for consistency (#490060).