Note to self: "Overfiltered is beautiful."

On second thought:
#ASYNTHER DirectShowSource
DirectShowSource("H2.Episode.41.DWMV.AC3-Reshare.Ishitori.avi")

### Color correction

ColorMatrix()

YlevelsG(0, 1.5, 255, 0, 255)

Tweak(sat=1.2, bright=-15, cont=1.05)

### Sharpening

aWarpSharp()

vmtoon(strength=35,sharpen=false,thinning=0,threshold=8)

### Smoothing

Convolution3D("animebq")
TIsophote()

FFT3DFilter(sigma=2.0, plane=4)

### Deshaking

i = ConvertToYV12()
d = DePanEstimate(i, trust=3)
DePanInterleave(data=d)
SelectEvery(3, 1)

Stab()

### Cropping

Crop(2, 2, -2, -2)

### Resizing

Lanczos4Resize(640,480)
Still ... overfiltered, I guess.
Re: Avisynth