View Single Post
Old 17th October 2003, 13:10   #7  |  Link
WarpEnterprises
C64
 
WarpEnterprises's Avatar
 
Join Date: Apr 2002
Location: Austria
Posts: 830
don't fear, it's not <16

When you are in RGB and R=G=B=0 you cannot say this is luma=0 (because you still are in RGB)

And Histogram and ColorYUV are YUV-only-functions.

The only point is that CCE/TMPG can be told which Y range to use when CREATING YUV THEMSELVES:
0-255 (will make "superwhite" and "superblack" areas)
16-235 (as AviSynth and CCIR601)

ProCoder (at least 1.0xx) will always use 0-255, so you have to do a pseudo-conversion 0-255 > 16-235 in RGB before.
WarpEnterprises is offline   Reply With Quote