logo Sign In

Post #550396

Author
g-force
Parent topic
Color correcting the 2011 OT Blu Rays (* unfinished project *)
Link to post in topic
https://originaltrilogy.com/post/id/550396/action/topic#550396
Date created
8-Nov-2011, 1:43 AM

Avisynth code:

luma=last

ConvertToRGB()

r=ShowRed()
g=ShowGreen()
b=ShowBlue().Levels(0, 1, 255, 0, 200)

MergeRGB(r,g,b)

ConvertToYV12()

MergeChroma(luma,last)