Hi Marc,<br>Thanks for your kind attention. Actually I wanted a real time video overlay; Consider the situation; I started playing a 2 hour long video. After 10 minutes, I want to overlay another video (or image) on a small area in the screen without interrupting or stopping the first video. Is that possible? Can you send any API available in GStreamer for doing that?<br>

<br><div class="gmail_quote">On Wed, Jun 10, 2009 at 5:24 PM, Marc Leeman <span dir="ltr">&lt;<a href="mailto:marc.leeman@gmail.com">marc.leeman@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;">

<div class="im">&gt; How can I do real-time video mixing with gstreamer? For example, I want to<br>
&gt; overlay a video over another video, after some it has started playing.<br>
<br>
</div>Based on an article by taytan:<br>
<br>
gst-launch v4l2src ! video/x-raw-yuv,width=320,height=240 ! alpha \<br>
  method=custom target-r=160 target-g=220 target-b=60 angle=10 ! \<br>
  videomixer name=mix ! ffmpegcolorspace ! xvimagesink filesrc \<br>
  location=test.avi ! decodebin ! videoscale ! \<br>
  video/x-raw-yuv,width=320,height=240 ! ffmpegcolorspace ! mix.<br>
<br>
We call it the &#39;hide-the-pr0n&#39; pipeline. If you mention pr0n in a<br>
presentation with engineers, you always get their full attention.<br>
<font color="#888888"><br>
--<br>
  greetz, marc<br>
The earth is like a tiny grain of sand, only much, much heavier.<br>
crichton 2.6.26 #1 PREEMPT Tue Jul 29 21:17:59 CDT 2008 GNU/Linux<br>
</font><br>-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1.4.6 (GNU/Linux)<br>
<br>
iD8DBQFKL57cUQpj09NWLeERAmpGAKCLjE0lxlcXyFNmLHMnJs7UsbFpLQCfTDCT<br>
skot1Y+L3kTzdBGgLwkvprY=<br>
=NtB4<br>
-----END PGP SIGNATURE-----<br>
<br>------------------------------------------------------------------------------<br>
Crystal Reports - New Free Runtime and 30 Day Trial<br>
Check out the new simplified licensing option that enables unlimited<br>
royalty-free distribution of the report engine for externally facing<br>
server and web deployment.<br>
<a href="http://p.sf.net/sfu/businessobjects" target="_blank">http://p.sf.net/sfu/businessobjects</a><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>