This is the script I'm using:
Code: Select all
Import("C:\Program Files\AviSynth 2.5\plugins\FastLineDarken.avs")
mpeg2source("X:\Source\VTS_01_1.d2v",cpu=4)
AMVDeint(mode=3)
SmoothD(quant=1, num_shift=4, adaptive_shift=0, zero_weight=1)
DeRainbow(10)
aWarpSharp()
LimitedSharpenFaster(strength=200)
FastLineDarken(strength=50,luma_cap=225,thinning=0)
Crop(8,0,-8,0).Spline36Resize(640,480).Crop(8,16,-14,-16).Spline36Resize(640,480)
ConvertToRGB32()
Here's an example:
Original - http://yfrog.com/0kendofeva64627originalfrp
Edited - http://yfrog.com/msendofeva64627remasteredp
I'm concerned about the reduction in detail, especially in the trees, but I'm not sure how to keep the detail and still smooth out all the ugly.
If anyone has any suggestions on how to make it look better, please let me know. Thanks for the input!