Audio encode in faac main profile
Vinod K
vndkst at yahoo.com
Mon Oct 3 03:41:58 UTC 2016
Hi,
Mian profile is supported only in mpeg 2 AAC encoder. Add mpegcersion to
your caps field.
gst_launch audiotestsrc ! audioconvert ! audio/x-raw,channels=1 ! faac
bitrate=64000 ! audio/mpeg,*mpegversion=2*,profile=main ! flvmux ! filesink
location=main_aac.flv
Refer the documentation for more information.
https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-bad-plugins/html/gst-plugins-bad-plugins-faac.html
~ Sudhir
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Audio-encode-in-faac-main-profile-tp4679906p4679913.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list