logo Sign In

Post #624208

Author
drngr
Parent topic
Moth3r's guide to LD capture colour correction using AviSynth (emphasis on "correction")
Link to post in topic
https://originaltrilogy.com/post/id/624208/action/topic#624208
Date created
26-Feb-2013, 12:56 PM

Modified crop code for the mid-90s Fox bars.

 

video_black=Crop(400, 366, -192, -10).PointResize(480, 120).ColorYUV(analyze=true)
video_white=Crop(130, 366, -470, -10).PointResize(480, 120).ColorYUV(analyze=true)
grey=Crop(16, 12, -630, -164).PointResize(480, 120).ColorYUV(analyze=true)
red=Crop(530, 10, -110, -162).PointResize(480, 120).ColorYUV(analyze=true)
yellow=Crop(110, 78, -530, -164).PointResize(480, 120).ColorYUV(analyze=true)
cyan=Crop(212, 76, -420, -164).PointResize(480, 120).ColorYUV(analyze=true)
StackVertical(video_black, video_white, grey, red, yellow, cyan)

 

Before:

After:

ColorYUV(gain_y=38.19, off_y=-1.26, gamma_y=-7.01, off_u=0.38, cont_u=-48.31, off_v=0.08, cont_v=-45.58)

Very impressive! Thanks. Even with this noisy disc. Though I think I should recapture to get more shadow detail. I need to recapture for better audio anyway.