[gst-devel] Re: Encoding with FAAC

Ronald S. Bultje rbultje at ronald.bitfreak.net
Wed Jan 11 22:06:02 CET 2006


On Wed, 2006-01-11 at 20:15 -0800,
gstreamer-devel-request at lists.sourceforge.net wrote:
> "audio/x-raw-int,rate=3D44100,channels=3D2 ! faac name=3Denc",
> "audio/x-raw-int,rate=3D44100,channels=3D2 ! faac profile=3D1", and
> "audio/x-raw-int,rate=3D44100,channels=3D2 ! faac".

Those create dumps of AAC packets without headers in them. Either
include it in a properly muxed file, e.g. "audio/x-raw-int,blabla !
faac ! ffmux_mp4", or use AAC ADTS headers, using
"auxio/x-raw-int,blabla ! faac outputformat=1". Both will play in
iTunes. The first can carry tags and so on (and it's what the iTunes
Music Store sells), the second is plain ADTS/AAC without anything fancy
(it's what radio shows use to stream AAC radio).

Cheers,
Ronald





More information about the gstreamer-devel mailing list