<!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] whatz wrong in the following pipeline?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>The only useful description I get using gst-inspect is as follows.<BR>
<BR>
alawenc :<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Long name:&nbsp;&nbsp;&nbsp; A Law audio encoder<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Description:&nbsp; Convert 16bit PCM to 8bit A law<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Description:&nbsp; ALaw audio conversion routines<BR>
<BR>
mulawenc :<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Long name:&nbsp;&nbsp;&nbsp; Mu Law audio encoder<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Description:&nbsp; Convert 16bit PCM to 8bit mu law<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Description:&nbsp; MuLaw audio conversion routines<BR>
<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; How can the name tell I get a G711 encoded elementry stream if i use above encoders. Can you please assure me if i am really getting a G711 encoded elementry stream.<BR>
<BR>
<BR>
Regards,<BR>
Irfan.<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: ved kpl [<A HREF="mailto:ved.kpl@gmail.com">mailto:ved.kpl@gmail.com</A>]<BR>
Sent: Tue 10/7/2008 12:50 PM<BR>
To: Discussion of the development of GStreamer<BR>
Subject: Re: [gst-devel] whatz wrong in the following pipeline?<BR>
<BR>
The name of the encoders itself says that, right? do gst-inspect on<BR>
them and see.<BR>
<BR>
On Tue, Oct 7, 2008 at 12:30 PM, Irfan Shaikh<BR>
&lt;irfanshaikh@tataelxsi.co.in&gt; wrote:<BR>
&gt;<BR>
&gt; Thanks a lot ved !!!!<BR>
&gt;<BR>
&gt; :-)<BR>
&gt;<BR>
&gt; Itz wrking.....<BR>
&gt;<BR>
&gt; I have modified the ffmux_asf. Itz now supporting both the codecs....<BR>
&gt;<BR>
&gt; And one more thing i wanted to ask When i use alawenc and mulawenc do i get<BR>
&gt; get encoded G711 as output elementry stream ???<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; Regards,<BR>
&gt; Irfan<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; -----Original Message-----<BR>
&gt; From: ved kpl [<A HREF="mailto:ved.kpl@gmail.com">mailto:ved.kpl@gmail.com</A>]<BR>
&gt; Sent: Tue 10/7/2008 12:21 PM<BR>
&gt; To: Discussion of the development of GStreamer<BR>
&gt; Subject: Re: [gst-devel] whatz wrong in the following pipeline?<BR>
&gt;<BR>
&gt; Hi,<BR>
&gt;<BR>
&gt; Your pipeline is incorrect. &quot;mux.ffenc_mpeg4&quot; ??. ffenc_mpeg4 and mux<BR>
&gt; are two different elements. Are you trying to specify the pads there<BR>
&gt; or probably something else?<BR>
&gt; Besides, both the codecs are not acceptable by ffmux_asf.<BR>
&gt;<BR>
&gt; Try This:<BR>
&gt;<BR>
&gt; gst-launch videotestsrc ! ffenc_msmpeg4 ! queue ! mux. audiotestsrc !<BR>
&gt; lame ! queue ! mux. ffmux_asf name=mux ! filesink location=file.asf -v<BR>
&gt;<BR>
&gt; On Tue, Oct 7, 2008 at 11:42 AM, Irfan Shaikh<BR>
&gt; &lt;irfanshaikh@tataelxsi.co.in&gt; wrote:<BR>
&gt;&gt;<BR>
&gt;&gt; Hi All,<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt; gst-launch-0.10 videotestsrc ! mux.ffenc_mpeg4 ffmux_asf name=mux ! queue<BR>
&gt;&gt; !<BR>
&gt;&gt; filesink location=/root/Desktop ! queue ! audiotestsrc ! mux.ffenc_mp2<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt; Please help me out in sorting above pipeline.I need to mux the both audio<BR>
&gt;&gt; and video in ASF container.<BR>
&gt;&gt; I tried muxing both of them individually and succeded.<BR>
&gt;&gt;<BR>
&gt;&gt; Regards,<BR>
&gt;&gt; Irfan<BR>
&gt;&gt;<BR>
&gt;&gt; This message (including any attachment) is confidential and may be legally<BR>
&gt;&gt; privileged. Access to this message by anyone other than the intended<BR>
&gt;&gt; recipient(s) listed above is unauthorized. If you are not the intended<BR>
&gt;&gt; recipient you are hereby notified that any disclosure, copying, or<BR>
&gt;&gt; distribution of the message, or any action taken or omission of action by<BR>
&gt;&gt; you in reliance upon it, is prohibited and may be unlawful. Please<BR>
&gt;&gt; immediately notify the sender by reply e-mail and permanently delete all<BR>
&gt;&gt; copies of the message if you have received this message in error.<BR>
&gt;&gt;<BR>
&gt;&gt; -------------------------------------------------------------------------<BR>
&gt;&gt; This SF.Net email is sponsored by the Moblin Your Move Developer's<BR>
&gt;&gt; challenge<BR>
&gt;&gt; Build the coolest Linux based applications with Moblin SDK &amp; win great<BR>
&gt;&gt; prizes<BR>
&gt;&gt; Grand prize is a trip for two to an Open Source event anywhere in the<BR>
&gt;&gt; world<BR>
&gt;&gt; <A HREF="http://moblin-contest.org/redirect.php?banner_id=100&url=/">http://moblin-contest.org/redirect.php?banner_id=100&url=/</A><BR>
&gt;&gt; _______________________________________________<BR>
&gt;&gt; gstreamer-devel mailing list<BR>
&gt;&gt; gstreamer-devel@lists.sourceforge.net<BR>
&gt;&gt; <A HREF="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</A><BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;<BR>
&gt; -------------------------------------------------------------------------<BR>
&gt; This SF.Net email is sponsored by the Moblin Your Move Developer's challenge<BR>
&gt; Build the coolest Linux based applications with Moblin SDK &amp; win great<BR>
&gt; prizes<BR>
&gt; Grand prize is a trip for two to an Open Source event anywhere in the world<BR>
&gt; <A HREF="http://moblin-contest.org/redirect.php?banner_id=100&url=/">http://moblin-contest.org/redirect.php?banner_id=100&url=/</A><BR>
&gt; _______________________________________________<BR>
&gt; gstreamer-devel mailing list<BR>
&gt; gstreamer-devel@lists.sourceforge.net<BR>
&gt; <A HREF="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</A><BR>
&gt;<BR>
&gt; This message (including any attachment) is confidential and may be legally<BR>
&gt; privileged. Access to this message by anyone other than the intended<BR>
&gt; recipient(s) listed above is unauthorized. If you are not the intended<BR>
&gt; recipient you are hereby notified that any disclosure, copying, or<BR>
&gt; distribution of the message, or any action taken or omission of action by<BR>
&gt; you in reliance upon it, is prohibited and may be unlawful. Please<BR>
&gt; immediately notify the sender by reply e-mail and permanently delete all<BR>
&gt; copies of the message if you have received this message in error.<BR>
&gt;<BR>
&gt; -------------------------------------------------------------------------<BR>
&gt; This SF.Net email is sponsored by the Moblin Your Move Developer's challenge<BR>
&gt; Build the coolest Linux based applications with Moblin SDK &amp; win great<BR>
&gt; prizes<BR>
&gt; Grand prize is a trip for two to an Open Source event anywhere in the world<BR>
&gt; <A HREF="http://moblin-contest.org/redirect.php?banner_id=100&url=/">http://moblin-contest.org/redirect.php?banner_id=100&url=/</A><BR>
&gt; _______________________________________________<BR>
&gt; gstreamer-devel mailing list<BR>
&gt; gstreamer-devel@lists.sourceforge.net<BR>
&gt; <A HREF="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</A><BR>
&gt;<BR>
&gt;<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>