<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi, <br>
<br>
Could you post the output of your gst-launch ? What does "does not
write out any data" means ? Stuck in preroll ?, not negotiated ?<br>
Did you try to GST_DEBUG it ?<br>
Should give hints on what happens ...<br>
<br>
Aurelien<br>
<br>
Kumar, Pawan a &eacute;crit&nbsp;:
<blockquote
 cite="mid:a9b2c9b90909162253l33ede013h9d545d5cbe12994e@mail.gmail.com"
 type="cite">
  <p>Hi All,</p>
  <div>&nbsp;&nbsp;&nbsp;&nbsp; I am looking for a Gstreamer pipeline to convert from avi
to mp4 format. Here mp4 should contain the same the elementary Audio
and Video streams as stored in avi.</div>
  <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>
&nbsp;&nbsp;&nbsp;&nbsp;test_h264_aac.avi : (Video.h264, Audio.aac) -----------&gt;
output_h264_aac.mp4 : (Video.h264, Audio.aac) </div>
  <p>&nbsp;&nbsp;&nbsp;&nbsp;So I do not want to decode the elementary streams and again
encode it back before mux-ing with the MP4</p>
  <p>&nbsp;&nbsp;&nbsp;I tried with the below pipeline.</p>
  <p>&nbsp;&nbsp;&nbsp; gst-launch-0.10 filesrc location=test_h264_aac.avi ! avidemux&nbsp;
name=demux { qtmux name=mux ! filesink location=output.mp4 } { demux. !
queue ! audiopass ! mux. } { demux. ! queue ! videopass ! mux. }</p>
  <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Here audiopass, and videopass&nbsp; are gstreamer plugins, which
pass through the audio and video elementary streams as it. These
elements are used only for caps negotiation of&nbsp; the audio and video src
pads of AVI demuxer with the audio and video sink pads of the MP4 muxer.</p>
  <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This pipeline does not write out any Data.</p>
  <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Can somebody please suggest me a pipeline to do the
conversion mentioned above ?</div>
  <div>&nbsp;</div>
  <div>&nbsp;</div>
  <div>Thanks,</div>
  <div>/Pawan</div>
  <div>&nbsp;</div>
  <pre wrap="">
<hr size="4" width="90%">
------------------------------------------------------------------------------
Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
<a class="moz-txt-link-freetext" href="http://p.sf.net/sfu/devconf">http://p.sf.net/sfu/devconf</a></pre>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a>
  </pre>
</blockquote>
<br>
</body>
</html>