[gst-devel] Muxing audiotestsrc and videotestsrc in single pipeline

Felipe Contreras felipe.contreras at gmail.com
Mon Oct 6 18:23:39 CEST 2008


On Mon, Oct 6, 2008 at 12:28 PM, Irfan Shaikh
<irfanshaikh at tataelxsi.co.in> wrote:
>
> Hi,
>     I am able to use the following pipeline and get a output ASF file ...
>
>
> gst-launch filesrc location=/root/Desktop/teststreams/mpeg4/mpeg4_imaadpcm.ASF ! decodebin name=d ffmux_asf name=mux ! filesink location=/root/Desktop/asf1.asf d. ! queue ! videoscale ! ffenc_msmpeg4 ! queue ! mux. d. ! queue ! ffenc_mp2 ! mp3parse ! queue ! mux.
>
> I am able to mux audiotestsrc and videtestsrc individually using single pipeline. I want to mux them together in one pipeline.

You want to mux {audio,video}testsrc, or that pipeline?

In the pipeline I'm not seing any adpcm decoder, I'm not sure
ffenc_mp2 can encode that, and I don't see why add mp3parse there.

-- 
Felipe Contreras




More information about the gstreamer-devel mailing list