Hi All,<br><br>     I am looking for a Gstreamer pipeline to do the following.<br><br> -  Convert from AVI format to MP4 Format, <b>The MP4 should contain the same the elementary Audio and Video streams as that of AVI</b><br>
               <br>     <b> </b> test_h264_aac.avi : (Video.h264, Audio.aac) -----------&gt; output_h264_aac.mp4  : (Video.h264, Audio.aac) <br><br>     <b>So I do not want to decode the elementary streams and again encode it back before mux-ing with the MP4</b><br>
<br>      I tried with the below pipeline.<br><br> <b style="color: rgb(51, 51, 255);">   gst-launch-0.10 filesrc location=test_h264_aac.avi ! avidemux  name=demux { qtmux name=mux ! filesink location=output.mp4 } { demux. ! queue ! audiopass ! mux. } { demux. ! queue ! videopass ! mux. }</b><br>
<br>      Here <b style="color: rgb(51, 51, 255);">audiopass, and </b><b style="color: rgb(51, 51, 255);">videopass  </b>are gstreamer plugins, which pass through the audio and video elementary streams as it. These elements are used only for caps negotiation of  the audio and video src pads of AVI demuxer with the audio and video sink pads of the MP4 muxer.<br>
<br>      This pipeline does not write out any Data.<br><br>       Can somebody please suggest me a pipeline to do the conversion mentioned above.<br><br>Thanks and Regards<br>Bala<br>       <br>    <br>   <br><br><br><br>