[gst-devel] Overlaying an image on a live stream
alex
pkit at mail.ru
Fri Apr 2 02:47:33 CEST 2010
On 03/30/2010 10:28 PM, Vogan wrote:
>
> gst-launch v4l2src device=/dev/video0 !
> 'video/x-raw-yuv,width=640,height=480,framerate=30/1' ! videomixer name=mix
> ! xvimagesink ! filesrc location=crosshair.png ! pngdec ! mix.
>
gst-launch v4l2src device=/dev/video0 !
'video/x-raw-yuv,width=640,height=480' ! videomixer name=mix !
xvimagesink filesrc location=crosshair.png ! pngdec ! ffmpegcolorspace
! mix.
there extra "!" and you need to convert colorspace
More information about the gstreamer-devel
mailing list