|
|
|
|
|
by rix0r
5692 days ago
|
|
> This is how DVDs work: a high res green image and two low-res images, one for red, one for blue. Not true. MPEG-2 uses the YCbCr colorspace, consisting of a high resolution Luminance signal (brightness) and a low resolution Chrominance signal (color). So in fact, all color information is subsampled, green is not treated specially. |
|
ITU-R BT.601 defines YCbCr as follows:
Y is given the most bandwidth, and green makes up 60% of Y. Cb and Cr are allocated substantially less bandwidth, and green still makes up a sizable chunk of the value. In total, green occupies about 2/3 of the bandwidth in YCbCr. That's pretty much the whole point of doing it---RGB spends an unnecessary amount of bandwidth on R and B.(reference: http://en.wikipedia.org/wiki/YCbCr )