<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
You said xvid right? Then try to use as caps 'video/x-xvid' instead of 'video/mpeg'. And of course don't use mpeg4parse because it doesn't accept video/x-xvid.<br>Also you mind posting the new pipeline you're constructing and the exact error message you're getting?<br><br>> Date: Thu, 30 Apr 2009 16:10:07 +0200<br>> From: creus@ac.upc.edu<br>> To: gstreamer-devel@lists.sourceforge.net<br>> Subject: Re: [gst-devel] Muxing video and audio<br>> <br>> Stefan Kost wrote:<br>> > Josep Creus schrieb:<br>> > <br>> >> Hi,<br>> >><br>> >> I'm missing something, I'm just trying to mux a .avi only video file<br>> >> with a .mp3 file to get a .avi with both video an audio, quite easy, right?<br>> >> .avi file is GStreamer generated and XviD compressed, .mp3 is also from<br>> >> GStreamer, so I try this:<br>> >><br>> >> $gst-launch-0.10 -v filesrc location="video.avi" ! avidemux !<br>> >> mpeg4videoparse ! video/mpeg ! avimux name=muxer. ! filesink<br>> >> location="video-audio.avi" \<br>> >> { filesrc location="audio.mp3" ! mp3parse ! audio/mpeg ! muxer. }<br>> >> <br>> ><br>> > what about this<br>> > $gst-launch-0.10 -v filesrc location="video.avi" ! avidemux !<br>> > mpeg4videoparse ! queue ! avimux name=muxer. ! filesink<br>> > location="video-audio.avi" \<br>> > filesrc location="audio.mp3" ! mp3parse ! queue ! muxer.<br>> ><br>> > Stefan<br>> > <br>> Thanks Stefan for your response.<br>> <br>> I already tryed something similar, without success. Now there is a<br>> internal data stream error in the avidemux element (and then "streaming<br>> stopped, reason not linked"), before that, only the mpeg/audio pipeline<br>> is prepared (Normal, I think). I'm on Ubuntu 9.04, if it helps somebody<br>> see the light. Any other suggestion?<br>> <br>> Josep<br>> <br>> ------------------------------------------------------------------------------<br>> Register Now & Save for Velocity, the Web Performance & Operations <br>> Conference from O'Reilly Media. Velocity features a full day of <br>> expert-led, hands-on workshops and two days of sessions from industry <br>> leaders in dedicated Performance & Operations tracks. Use code vel09scf <br>> and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf<br>> _______________________________________________<br>> gstreamer-devel mailing list<br>> gstreamer-devel@lists.sourceforge.net<br>> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel<br><br /><hr />Μείνετε συνδεδεμένοι με τους φίλους σας στο Facebook και το Hotmail <a href='http://profile.live.com/connect/?mkt=el-gr' target='_new'>Κάντε κλικ εδώ!</a></body>
</html>