View Single Post
Old 22nd September 2015, 15:01   #12  |  Link
vivan
/人 ◕ ‿‿ ◕ 人\
 
Join Date: May 2011
Location: Russia
Posts: 643
Quote:
Originally Posted by Reel.Deel View Post
The reason I cannot use color=$191970 directly is because I'll get color differences depending on the matrix used. That's why I'm using RGB_2_YUV.
Well, if you need other than Rec601, then you can use
Code:
BlankClip(color=$191970).ConvertToYV12(matrix)
(which is exactly what StainlessS does to calculate value in his function)
vivan is offline   Reply With Quote