<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">> Date: Fri, 30 Mar 2007 14:11:54 +0200<br>> From: jan@fluendo.com<br>> To: anuj_nil@hotmail.com<br>> CC: gstreamer-devel@lists.sourceforge.net<br>> Subject: Re: [gst-devel] Fluendo plugin<br>> <br>> anuj mittal wrote:<br>> > <br>> > I can't figure out how to use the<br>> > mpegts plugin.I have installed the libtsmux . But when I try to convert<br>> > a .m2v file to<br>> > .ts using<br>> > <br>> > gst-launch-0.10 filesrc location=c:/shakira.m2v ! flutsmux ! filesink<br>> > location=c:/shakira.ts<br>> > <br>> <br>> A bytestream emitted by filesrc has no identifying caps or timestamps or<br>> any of the other things a muxer needs in order to mux it correctly.<br>> You'll need to parse the stream first, using the mpegvideoparse element<br>> from the gst-plugins-bad module.<br>> <br>> <br>> gst-launch-0.10 filesrc location=c:/shakira.m2v ! mpegvideoparse !<br>> flutsmux ! filesink location=shakira.ts should work.<br>> <br>> Regards,<br>> 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>