Y411: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
Raffriff42 (talk | contribs)
create page
 
Raffriff42 (talk | contribs)
m minor formatting
Line 1: Line 1:
'''Y411''' (sometimes called [[YV411]]) is a [[YUV]] color model having 4:1:1 [[Sampling|chroma subsampling]]. I has {{Frac|1|4}} horizontal chroma resolution but full vertical resolution, with the same number of uncompressed bits per pixel (namely 12) as the much more commonly encountered [[YV12]] (YUV 4:2:0) format, which has {{Frac|1|2}} chroma resolution horizontal and vertical.
'''Y411''' (sometimes called [[YV411]]) is a [[YUV]] color model having 4:1:1 [[Sampling|chroma subsampling]]. I has {{Frac|1|4}} horizontal chroma resolution but full vertical resolution, with the same number of uncompressed bits per pixel (namely 12) as the much more commonly encountered [[YV12]] (YUV 4:2:0) format, which has {{Frac|1|2}} chroma resolution horizontal and vertical.


=== More Information ===
===== More Information =====
* [https://en.wikipedia.org/wiki/Chroma_subsampling#4:1:1 4:1:1 Chroma subsampling at Wikipedia]
* [https://en.wikipedia.org/wiki/Chroma_subsampling#4:1:1 4:1:1 Chroma subsampling at Wikipedia]
* [http://www.fourcc.org/yuv.php#Y411 Y411 at FOURCC.org]
* [http://www.fourcc.org/yuv.php#Y411 Y411 at FOURCC.org]


[[Category:Glossary]]
[[Category:Glossary]]

Revision as of 03:48, 21 September 2014

Y411 (sometimes called YV411) is a YUV color model having 4:1:1 chroma subsampling. I has 1/4 horizontal chroma resolution but full vertical resolution, with the same number of uncompressed bits per pixel (namely 12) as the much more commonly encountered YV12 (YUV 4:2:0) format, which has 1/2 chroma resolution horizontal and vertical.

More Information