[gst-devel] Image Overlay
Stefan Kost
ensonic at hora-obscura.de
Fri Apr 4 20:34:06 CEST 2008
Hi,
David REGADE schrieb:
> Hi,
>
> I have to write a C/C++ application that streams videos to an icecast server.
> For this application we need to add an image in one corner of the video like
> flumotion does. I found gstreamer have text and time overlay but no image
> overlay. Does someone know how to do that ?
There is videomixer. You would need something like
gst-launch \
filesrc location=<videofile> ! decodebin2 ! videomixer name=m ! xvimagesink \
filesrc location=image.jpeg ! jpegdec ! freeze ! m.
Stefan
>
> Regards.
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list