changeset 8814:9e4ef4ee2a06

YUV a:b:c explained
author arpi
date Mon, 06 Jan 2003 01:07:17 +0000
parents bba27bc43b0d
children 74dd9b5cc7f6
files DOCS/tech/colorspaces.txt
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/colorspaces.txt	Mon Jan 06 00:47:47 2003 +0000
+++ b/DOCS/tech/colorspaces.txt	Mon Jan 06 01:07:17 2003 +0000
@@ -22,6 +22,9 @@
 411P       12   YUV 4:1:1  Y: w * h  U,V: (w/4) * h      [DV-NTSC, CYUV]
 YVU9,IF09   9   YUV 4:1:0  Y: w * h  U,V: (w/4) * (h/4)  [Sorenson, Indeo]
 
+The YUV a:b:c naming style means: for <a> samples of Y there are <b> samples
+of UV in odd lines and <c> samples of UV in even lines.
+
 conversion: (some cut'n'paste from www and maillist)
 
 RGB to YUV Conversion: