[Bug 691617] avenc_aac: errors out with "encoder not initialized"

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri May 3 10:09:59 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=691617
  GStreamer | gst-libav | unspecified

Greg Rutz <greg> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greg at gsr-tek.com

--- Comment #7 from Greg Rutz <greg at gsr-tek.com> 2013-05-03 17:09:55 UTC ---
I think is actually due to the fact that the AAC encoder in libav is marked as
experimental.

When using avconv utility, you can enable experimental codecs by passing
"-strict experimental".  However, I don't think there is a way to do this in
GStreamer right now.

Since I'm building all GStreamer modules from source, my temporary fix is to
remove the experimental flag from the codecs capabilities.  I'll post a patch
in case anyone cares.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list