<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body><div style="text-align: left;"><br>The file which I get after trying mp3parse,why is it that it does not play with VLC.<br> My analyzer doesn't even detect any PMT section in the file.<br><br>gst-launch-0.10 filesrc location=c:/a.mp2 ! mp3parse ! flutsmux ! filesink location=c:/a.ts<br><br>Thnaks a lot for the help.<br></div><br>Anuj Mittal<br><br><br><br><hr id="stopSpelling">> Date: Mon, 2 Apr 2007 11:22:39 +0200<br>> From: thaytan@noraisin.net<br>> To: anuj_nil@hotmail.com<br>> CC: jan@fluendo.com; gstreamer-devel@lists.sourceforge.net<br>> Subject: Re: [gst-devel] Fluendo plugin<br>> <br>> anuj mittal wrote:<br>> > Thanks, i tried it for a mp2 file.<br>> > <br>> > gst-launch-0.10 filesrc location = C:/a.mp2 ! mp3parse ! flutsmux !<br>> > filesink location = c:/b.ts<br>> > <br>> > It gives me the .ts file alright.But how do I mux two streams.<br>> > <br>> <br>> You feed multiple streams into the muxer by naming it and using the name<br>> elsewhere in the pipeline:<br>> <br>> <br>> gst-launch-0.10 filesrc location=C:/a.mp2 ! mp3parse ! flutsmux name=mux<br>> ! filesink location=c:/b.ts filesrc location=C:/b.mpv ! mpegvideoparse !<br>> mux.<br>> <br>> J.<br><br /><hr />Check out some new online services at Windows Live Ideas—so new they haven’t even been officially released yet. <a href='http://www.msnspecials.in/windowslive/' target='_new'>Try it!</a></body>
</html>