<div>Hi, </div>
<div>&nbsp;</div>
<div>I'm using the latest CVS version of gst-ffmpeg (<a href="http://0.10.1.1">0.10.1.1</a>) to mux audio and video into a mov file. If I mux only audio or only video it works. But when I try to mux both audio and video, I get a gst-launch WARNING: syntax error, unexpected $undefined.
</div>
<div>&nbsp;</div>
<div>However, it does go on to mux only the audio.</div>
<div>&nbsp;</div>
<div>Does ffmux_mov support taking both audio and video as input?</div>
<div>&nbsp;</div>
<div>I'm using the pipeline:</div>
<div>ffmux_mov name=mux ! filesink {filesrc &lt;raw video file&gt; ! caps ! ffenc_mpeg4 ! mux.video_00} {filesrc &lt;raw audio file&gt; ! caps ! amrnbenc ! mux.audio_00}</div>
<div>&nbsp;</div>
<div>Am I doing something wrong?</div>
<div>&nbsp;</div>
<div>Thanks</div>
<div>Deeptendu</div>