Audio encode in faac main profile

Nicolas Dufresne nicolas at ndufresne.ca
Tue Oct 4 14:05:08 UTC 2016


Le samedi 01 octobre 2016 à 10:53 -0700, Sean a écrit :
> Hi, 
> 
> I want to generate FLV with AAC main-profile. I used gst_inspect to
> check
> the "faac" element and found "profile" is not part of the property
> and is
> negotiated by Caps
> (https://github.com/GStreamer/gst-plugins-bad/blob/11ace3c18a1a2a4f8c
> f7a972b1142de319b882e2/ext/faac/gstfaac.c).
> 
> I tried those pipelines, but none of them work. 
> 
> [1] gst_launch audiotestsrc !  audioconvert ! audio/x-raw,channels=1
> ! faac
> bitrate=64000 ! audio/mpeg,profile=main ! flvmux ! filesink
> location=main_aac.flv 


I tried this one and it works for me. It requires a correction,
gst_launch -> gst-launch-1.0. I checked the profile with gst-
discoverer-1.0 -v main_aac.flv, and it's properly reported as base-
profile=main, profile=main. This was tested on 1.8.3 and git master.
Would it be possible to report a little more on your setup, gstreamer
version, OS etc.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20161004/25fbeea4/attachment.sig>


More information about the gstreamer-devel mailing list