<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body><div style="text-align: left;">Thanks, i tried it for a mp2 file.<br><br>gst-launch-0.10 filesrc location = C:/a.mp2 ! mp3parse ! flutsmux ! filesink location = c:/b.ts <br><br>It gives me the .ts file alright.But how do I mux two streams.<br><br></div><br>Anuj Mittal<br><br><br><br><hr id="stopSpelling">&gt; Date: Fri, 30 Mar 2007 14:11:54 +0200<br>&gt; From: jan@fluendo.com<br>&gt; To: anuj_nil@hotmail.com<br>&gt; CC: gstreamer-devel@lists.sourceforge.net<br>&gt; Subject: Re: [gst-devel] Fluendo plugin<br>&gt; <br>&gt; anuj mittal wrote:<br>&gt; &gt; <br>&gt; &gt; I can't figure out how to use the<br>&gt; &gt; mpegts plugin.I have installed the libtsmux . But when I try to convert<br>&gt; &gt; a .m2v file to<br>&gt; &gt; .ts using<br>&gt; &gt; <br>&gt; &gt; gst-launch-0.10 filesrc location=c:/shakira.m2v ! flutsmux ! filesink<br>&gt; &gt; location=c:/shakira.ts<br>&gt; &gt; <br>&gt; <br>&gt; A bytestream emitted by filesrc has no identifying caps or timestamps or<br>&gt; any of the other things a muxer needs in order to mux it correctly.<br>&gt; You'll need to parse the stream first, using the mpegvideoparse element<br>&gt; from the gst-plugins-bad module.<br>&gt; <br>&gt; <br>&gt; gst-launch-0.10 filesrc location=c:/shakira.m2v ! mpegvideoparse !<br>&gt; flutsmux ! filesink location=shakira.ts should work.<br>&gt; <br>&gt; Regards,<br>&gt; Jan.<br><br /><hr />Search from any Web page with powerful protection. Get the FREE Windows Live Toolbar Today!  <a href='http://toolbar.live.com/?mkt=en-in' target='_new'>Try it now!</a></body>
</html>