Yeah, I'm new to this. Thank you for your input.
I tweaked the script a bit.
LoadPlugin("C:\Program Files\dgindex\DGDecode.dll")
MPEG2Source("VTS_01_1.d2v")
Trim (173561,173786)
Deblock()
FastDegrain(3)
QTGMC(InputType=2,Sharpness=0,TR2=0,NoiseProcess=2)
#BlackmanResize(1314, 722)
spline36resize(width()*2,height()*4)
ResampleHQ(1314,722,dither=true,chroma_kernel="Spline36")
Crop(4,116,-30,-94)
LimitedSharpenFaster (ss_x=1.0, ss_y=1.0, Smode=3, strength=200, wide=true)
This results in: http://i6.minus.com/iUIwlylLTHJyR.png
When I don't use LimitedSharpen and use the sharpen method from RU.08 I get:
http://i5.minus.com/i90WdggvPPc7Y.png
I did a third time without the Blur(0.4) function:
http://i4.minus.com/ibnzJ75yMu7so9.png
I did the same with Leia's face:
Limited: http://i2.minus.com/iIOdPIL0LqBmB.png
MSharpen+Blur: http://i5.minus.com/io957iOrCg4tz.png
MSharpen only: http://i3.minus.com/ittOYJHM5bVDP.png
I like LimitedSharpen the best. It produces the sharpest image.