logo Sign In

Post #573781

Author
g-force
Parent topic
Color correcting the 2011 OT Blu Rays (* unfinished project *)
Link to post in topic
https://originaltrilogy.com/post/id/573781/action/topic#573781
Date created
10-Apr-2012, 11:58 PM

here's an updated script for anyone who's interested.

o4=last
o4.Tweak(hue=-45,coring=false).SmoothCurve("0-0;255-255","0-0;255-255","0-0;128-128;255-128",dither=100,show=false,interp=0).Tweak(hue=45,coring=false)
mt_average(o4,last,y=2,u=3,v=3)
mt_average(o4,last,y=2,u=3,v=3)
Tweak(hue=-45,coring=false)
SmoothCurve("0-0;128-158;255-255","0-0;20-0;128-128;255-235","0-40;128-128;255-255",dither=100,show=false)
Tweak(hue=45,coring=false)
x=Tweak(hue=-45,coring=false).mt_lut("x 3 -",y=2,u=2,v=3).Tweak(hue=45,coring=false)
mt_merge(last,x,last.SmoothCurve("0-0;128-128;255-0","0-0;255-255","0-0;255-255",dither=100,show=false),luma=true,y=2,u=3,v=3)
satmask=mt_lutxy(last,last.swapUV,"x 128 - 2 ^ y 128 - 2 ^ + 5.5 * .5 ^",y=2,u=2,v=3).VtoY().spline16resize(width(last),height(last))
mt_merge(last.Tweak(sat=1.7,coring=false),last.levels(0,1.5,255,0,255,coring=false),satmask,luma=true,y=3,u=3,v=3)