vaderios said:I think it looks too magenta.
-Angel
Agreed. DJ, I sent you the wrong numbers (from memory).
So you talked me into sending you the script from memory for "just for playin around", and then go and post the results. Oh well. ;)
Here is the actual script that seemed to work well for ANH:
Levels(0,1.5,255,0,255)
yv12 = last
ConvertToRGB32
r=ShowRed. Levels(0,.75,255,10,255)
g=ShowGreen.Levels(0,.80,255,10,200)
b=ShowBlue. Levels(0,.75,255,10,190)
MergeRGB(r,g,b)
ConvertToYV12
MergeChroma(yv12,last)