| 11 | | {{{ |
| 12 | | #!div style="border: 1px solid #e5e5c7; margin: 1em; background-color: #ffd;" |
| 13 | | '''Note:''' The term "YUV" is ambiguous and often used wrongly, including the definition of pixel formats in FFmpeg. A more accurate term for how color is stored in digital video would be [https://en.wikipedia.org/wiki/YCbCr YCbCr]. Y'UV on other other hand specifies a colorspace consisting of luma (Y') and chrominance (UV) components. For more info read [https://en.wikipedia.org/wiki/YUV the respective Wikipedia article]. In the following, the term YUV is used as in the FFmpeg pixel formats, referring to YCbCr in digital video. |
| | 11 | |
| | 12 | {{{#!div style="margin-left: 1em; border: 1px solid #e5e5c7; background-color: #FFD" |
| | 13 | '''Note:'''\\ |
| | 14 | ͏ The term "YUV" is ambiguous and often used wrongly [1], including the definition of pixel formats in FFmpeg.\\ |
| | 15 | ͏ A more accurate term for how colors stored in digital video would be [https://en.wikipedia.org/wiki/YCbCr YCbCr].\\ |
| | 16 | ͏ Y'UV on the other hand specifies a colorspace consisting of luma (Y') and chrominance (UV) components.\\ |
| | 17 | ͏ For more info read Wikipedia [https://en.wikipedia.org/wiki/YUV <YUV>].\\ |
| | 18 | [ [1]\\ |
| | 19 | ͏ There's no practical difference between YUV and YCbCr: sort of more like "RGB" and "BGR".\\ |
| | 20 | ͏ "UV" doesn't explicitly state the exact type of color difference neither. (so it might be "!CbCr") ] |
| | 21 | |
| | 22 | ͏ In following, the term YUV is used as in the FFmpeg pixel formats: referring to YCbCr in digital video. |