<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>&gt; Date: Thu, 30 Apr 2009 16:10:07 +0200<br>&gt; From: creus@ac.upc.edu<br>&gt; To: gstreamer-devel@lists.sourceforge.net<br>&gt; Subject: Re: [gst-devel] Muxing video and audio<br>&gt; <br>&gt; Stefan Kost wrote:<br>&gt; &gt; Josep Creus schrieb:<br>&gt; &gt;   <br>&gt; &gt;&gt; Hi,<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; I'm missing something, I'm just trying to mux a .avi only video file<br>&gt; &gt;&gt; with a .mp3 file to get a .avi with both video an audio, quite easy, right?<br>&gt; &gt;&gt; .avi file is GStreamer generated and XviD compressed, .mp3 is also from<br>&gt; &gt;&gt; GStreamer, so I try this:<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; $gst-launch-0.10 -v filesrc location="video.avi" ! avidemux !<br>&gt; &gt;&gt; mpeg4videoparse ! video/mpeg ! avimux name=muxer. ! filesink<br>&gt; &gt;&gt; location="video-audio.avi" \<br>&gt; &gt;&gt; { filesrc location="audio.mp3" ! mp3parse ! audio/mpeg ! muxer. }<br>&gt; &gt;&gt;     <br>&gt; &gt;<br>&gt; &gt; what about this<br>&gt; &gt; $gst-launch-0.10 -v filesrc location="video.avi" ! avidemux !<br>&gt; &gt; mpeg4videoparse ! queue ! avimux name=muxer. ! filesink<br>&gt; &gt; location="video-audio.avi" \<br>&gt; &gt; filesrc location="audio.mp3" ! mp3parse ! queue ! muxer.<br>&gt; &gt;<br>&gt; &gt; Stefan<br>&gt; &gt;   <br>&gt; Thanks Stefan for your response.<br>&gt; <br>&gt; I already tryed something similar, without success.  Now there is a<br>&gt; internal data stream error in the avidemux element (and then "streaming<br>&gt; stopped, reason not linked"), before that, only the mpeg/audio pipeline<br>&gt; is prepared (Normal, I think).  I'm on Ubuntu 9.04, if it helps somebody<br>&gt; see the light. Any other suggestion?<br>&gt; <br>&gt; Josep<br>&gt; <br>&gt; ------------------------------------------------------------------------------<br>&gt; Register Now &amp; Save for Velocity, the Web Performance &amp; Operations <br>&gt; Conference from O'Reilly Media. Velocity features a full day of <br>&gt; expert-led, hands-on workshops and two days of sessions from industry <br>&gt; leaders in dedicated Performance &amp; Operations tracks. Use code vel09scf <br>&gt; and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf<br>&gt; _______________________________________________<br>&gt; gstreamer-devel mailing list<br>&gt; gstreamer-devel@lists.sourceforge.net<br>&gt; 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>