[gst-devel] multichannel vorbis

LRN lrn1986 at gmail.com
Fri Sep 18 14:57:17 CEST 2009


Dirk Griffioen wrote:
> Hi,
>
> Is there a way to create a multichannel vorbis file with gstreamer? I 
> want to create a file (or a stream) with n discrete channels.
>
> I tried something like this:
>
> gst-launch -v vorbisenc name=v ! oggmux ! filesink location=sine.ogg \
> audiotestsrc wave=sine ! audioconvert ! v. \
> audiotestsrc wave=sine ! audioconvert ! v.
>
> But this does not work ...
>
> Thanks in advance.
>
> Best, Dirk
>   
I think you need to interleave several mono channels from audiotestsrc
into a stereo stream and then shove them into the vorbis encoder. You
need an audio mixer, or something like that.




More information about the gstreamer-devel mailing list