Bayer RGB: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
m (another fourcc)
(basic description and link to the V4L2 spec which describes the format)
Line 1: Line 1:
*Decoder: http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2008-March/056725.html
* FourCCs: BA81, BYR1
*Fourcc: BA81 0x31384142 , BYR1
* Description: http://www.linuxtv.org/downloads/video4linux/API/V4L2_API/spec-single/v4l2.html#V4L2-PIX-FMT-SBGGR8
 
Bayer RGB is a pixel format that reflects the layout of sensors in a CCD device - 1 red, 2 green, and 1 blue in a 2x2 sensor grid.


[[Category:Video Codecs]]
[[Category:Video Codecs]]
[[Category:Formats missing in FFmpeg]]
[[Category:Formats missing in FFmpeg]]
[[Category:Formats missing in MPlayer]]
[[Category:Formats missing in MPlayer]]

Revision as of 23:01, 23 September 2008

Bayer RGB is a pixel format that reflects the layout of sensors in a CCD device - 1 red, 2 green, and 1 blue in a 2x2 sensor grid.