just found one of my original anime tapes from the 80's - Good Morning Althea, and attempted to use my new capture card to get it into a digital format. Below is the original image capture:
the colors are very washed out and dark, so I tried to use my very limited knowledge of AVISynth scripting and came up with the following script:
Code: Select all
mpeg2source("G:\00-Video Files\PVR Recordings\Good Morning Althea.d2v")
Crop(0,0,-0,-8)
TomsMoComp(1,5,1)
mfrainbow()
SSXSharpen()
deen("w3d",4,10,12)
temporalcleaner()
mftoon()
Tweak(cont=1.3,sat=1.5,bright=-13, hue=0)
LanczosResize(720,480)
a lot better looking, but my main problem is with the reds. You see the banding in the images? Anyone know how to get rid or minimize that banding? Also, if you look closely, you see the figure has some pink tatoos on her face (and on her body as well) that seem to get very washed out. Any way to enhance it without washing it out?
Also, as this is the first time I'm trying to basically script for a whole movie file, any other tips any more experienced persons may have would also be appreciated.
Any help would be appreciated.
Thanks in advance...