<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7653.38">
<TITLE>RE: [gst-devel] Muxing audiotestsrc and videotestsrc in singlepipeline</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hi,<BR>
<BR>
&nbsp;Actually this pipeline is able to mux in ASF container<BR>
<BR>
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<BR>
<BR>
<BR>
Also i tried to mux vedio ans audio seperately in ASF container<BR>
<BR>
Example:<BR>
1) gst-launch videotestsrc ! ffmpegcolorspace ! ffenc_mpeg4 ! ffmux_asf ! filesink=/root/Desktop/mpeg4.asf<BR>
2) gst-launch audiotestsrc ! audioconvert ! ffenc_mp2 ! ffmux_asf ! filesink=/root/Desktop/mp2.asf<BR>
<BR>
I dont know hoe to mux audiotestsrc and videotestsrc together for the above scenario in ASF container format. Please sugest me structure on pipeline to mux the above in single pipeline.<BR>
<BR>
Regards,<BR>
Irfan<BR>
<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: Felipe Contreras [<A HREF="mailto:felipe.contreras@gmail.com">mailto:felipe.contreras@gmail.com</A>]<BR>
Sent: Mon 10/6/2008 9:53 PM<BR>
To: Discussion of the development of GStreamer<BR>
Subject: Re: [gst-devel] Muxing audiotestsrc and videotestsrc in singlepipeline<BR>
<BR>
On Mon, Oct 6, 2008 at 12:28 PM, Irfan Shaikh<BR>
&lt;irfanshaikh@tataelxsi.co.in&gt; wrote:<BR>
&gt;<BR>
&gt; Hi,<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; I am able to use the following pipeline and get a output ASF file ...<BR>
&gt;<BR>
&gt;<BR>
&gt; 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.<BR>
&gt;<BR>
&gt; I am able to mux audiotestsrc and videtestsrc individually using single pipeline. I want to mux them together in one pipeline.<BR>
<BR>
You want to mux {audio,video}testsrc, or that pipeline?<BR>
<BR>
In the pipeline I'm not seing any adpcm decoder, I'm not sure<BR>
ffenc_mp2 can encode that, and I don't see why add mp3parse there.<BR>
<BR>
--<BR>
Felipe Contreras<BR>
<BR>
-------------------------------------------------------------------------<BR>
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge<BR>
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes<BR>
Grand prize is a trip for two to an Open Source event anywhere in the world<BR>
<A HREF="http://moblin-contest.org/redirect.php?banner_id=100&url=/">http://moblin-contest.org/redirect.php?banner_id=100&url=/</A><BR>
_______________________________________________<BR>
gstreamer-devel mailing list<BR>
gstreamer-devel@lists.sourceforge.net<BR>
<A HREF="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</A><BR>
<BR>
</FONT>
</P>

<p>This message (including any attachment) is confidential and may be legally privileged.  Access to this message by anyone other than the intended recipient(s) listed above is unauthorized.  If you are not the intended recipient you are hereby notified that any disclosure, copying, or distribution of the message, or any action taken or omission of action by you in reliance upon it, is prohibited and may be unlawful.  Please immediately notify the sender by reply e-mail and permanently delete all copies of the message if you have received this message in error.</p>
</BODY>
</HTML>