from YUV422 (16bit) to BGR 24bit
Aldo Biziak
aldobiziak at gmail.com
Fri Jan 20 07:18:24 PST 2012
Is there any plugin to convert an image from YUV422 (16bit) to BGR 24bit
format???
I've tested ffmpegcolorspace, but It seems not work fine:
gst-launch-0.10 gstrtpbin name=rtpbin v4l2src device=/dev/video0 !
'video/x-raw-yuv,width=512,height=512,format=(fourcc)YUY2' !
ffmpegcolorspace ! 'video/x-raw-rgb, bpp=(int)24, depth=(int)24,
red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255,
endianness=(int)4321, width=(int)512, height=(int)512,
interlaced=(boolean)false' ! fakesink
...
erroneous pipeline: could not link ffmpegcsp0 to fakesink0
thankyou
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20120120/855a1d49/attachment.html>
More information about the gstreamer-devel
mailing list