Difference between revisions of "Chroma"
Jump to navigation
Jump to search
Rogerdpack (talk | contribs) (add note) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | Greek for color, the part of a video file or signal that encodes the color portion. | |
− | I420 | + | == List of Video Chromas == |
− | I411 | + | |
− | I422 | + | * I420 |
− | YUYV | + | |
− | UYVY | + | * I411 |
− | RV24 | + | |
− | RV32 | + | * I422 |
− | I42N | + | |
− | I41N | + | * YUYV |
− | GRAW | + | |
+ | * UYVY | ||
+ | |||
+ | * RV24 (basically this is RGB24, 3 bytes, one for R, G, B) | ||
+ | |||
+ | * RV32 | ||
+ | |||
+ | * I42N | ||
+ | |||
+ | * I41N | ||
+ | |||
+ | * GRAW | ||
+ | |||
+ | See also [[YUV]]. | ||
+ | |||
+ | [[Category:Glossary]] | ||
+ | [[Category:Stubs]] |
Latest revision as of 13:15, 16 August 2016
Greek for color, the part of a video file or signal that encodes the color portion.
List of Video Chromas
- I420
- I411
- I422
- YUYV
- UYVY
- RV24 (basically this is RGB24, 3 bytes, one for R, G, B)
- RV32
- I42N
- I41N
- GRAW
See also YUV.