After reading the posts, I did some editing to the script and here is my current version:
Code: Select all
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Decomb521.dll")
mpeg2source("F:\GOLDEN_BOY_1\VIDEO_TS\eps.1.d2v",cpu=4)
Telecide(order=1,guide=1,post=4,back=1,vthresh=35)
Decimate(cycle=5,mode=2,quality=3)
deen("a3d",4,12,14)
fastlinedarken()
aWarpSharp()
Tweak(cont=1.0,sat=1.5,hue=2)
I noticed that there were some minor rainbows and I was planning to use
mfrainbow(), but vdub came to a standstill when I opened the script with it.
Otherwise,the footage at this point seems ok, but I wanted to see if anyone else had something else to add or point out some sort of problem with the script.
trythil wrote:
That would be nice, if anyone actually bothered to post there.
You know, the "nobody does it so I won't either" mentality doesn't work with a wiki.
Geez, no need to get uptight. I just meant that to be a joke, since not that many people actually post scripts there (Also, Golden Boy isn't even listed in the Processing Suggestions section). I was planning to post this script there as soon as it came out right.