Miguel,<br><br>Can you please run your pipeline with GST_DEBUG=*:2 and pastebin the logs ?<br>Also based on your mail not clear whats the error,which is needed to give appropriate help.<br><br>One guess, you should have queue, before the mixer.<br>
<br>cheers<br>Kapil<br><br><div class="gmail_quote">On Mon, May 3, 2010 at 2:57 PM, Miguel Escriva <span dir="ltr">&lt;<a href="mailto:miesgre@gmail.com">miesgre@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi!<br><br>I&#39;m trying to compose two videos, and I&#39;m using the alpha plug-in to make the white color transparent.<br>To test the alpha plug-in I&#39;m creating the pipeline with gst-launch.<br><br>The first test I done was:<br>

<br>gst-launch videotestsrc pattern=smpte75  \<br>    ! alpha method=custom target-r=255 target-g=255 target-b=255 angle=10 \<br>    ! videomixer name=mixer ! ffmpegcolorspace ! autovideosink  \<br>    videotestsrc pattern=snow ! mixer.<br>

<br>and it works great! Then I created two videos with those lines:<br><br>gst-launch videotestsrc pattern=snow ! ffmpegcolorspace ! theoraenc ! oggmux ! filesink location=snow.ogv<br>gst-launch videotestsrc pattern=smpte75 ! ffmpegcolorspace ! theoraenc ! oggmux ! filesink location=bars75.ogv<br>

<br>And changed the videotestsrc to a filesrc and it continues working<br><br>gst-launch filesrc location=bars75.ogv ! decodebin2 \<br>    ! alpha method=custom target-r=255 target-g=255 target-b=255 angle=10 \<br>    ! videomixer name=mixer ! ffmpegcolorspace ! autovideosink  \<br>

    filesrc location=snow.ogv ! decodebin2 ! alpha ! mixer.<br><br><br>But, when I use the ideo I want to compose, I&#39;m not able to make the white color transparent<br><br>gst-launch filesrc location=video.ogv ! decodebin2 \<br>

    ! alpha method=custom target-r=255 target-g=255 target-b=255 angle=10 \<br>    ! videomixer name=mixer ! ffmpegcolorspace ! autovideosink  \<br>    filesrc location=snow.ogv ! decodebin2 ! alpha ! mixer.<br><br><br>Can you help me? Any idea what is happening?<br>

I&#39;m using GStreamer 0.10.28<br><br><br>You can download the test videos from here: <a href="http://polimedia.upv.es/pub/gst/gst.zip" target="_blank">http://polimedia.upv.es/pub/gst/gst.zip</a><br><br><br><br>Thanks in advance,<br>
<font color="#888888">  Miguel Escriva<br>
</font><br>------------------------------------------------------------------------------<br>
<br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br><a href="http://www.linkedin.com/in/kapilagrawal">http://www.linkedin.com/in/kapilagrawal</a><br>