Okay, I'm home and I've played around with it a bit (actually, for quite a while) and this is the best I've gotten it so far:
Before/After
This is the script I used to get there:
- Code: Select all
Import ("C:\Program Files\AviSynth 2.5\plugins\mfRainbow-v0.31.avsi")
Import ("C:\Program Files\AviSynth 2.5\plugins\mfToon-v0.52a.avsi")
MPEG2Source ("C:\Project Folder\SFIIVTest\SFIIVTest.d2v")
AudioDub (WavSource ("C:\Project Folder\SFIIVTest\SFIIVTest T01 2_0ch 192Kbps 48KHz.wav"))
Telecide(order=1,guide=1)
Decimate(cycle=5, mode=2)
MSmooth()
FluxSmoothST()
MfToon()
Tweak (hue=4.0,sat=1.2, bright=20, cont=1.12)
Crop (8,6,-8,-6)
LanczosResize (640,480)
This is definitely not perfect, however. In some spots it looks great but in other spots it looks like its overkill. Also, there's quite a bit of rainbow in this anime and I tried using mfrainbow to get rid of it but it looked like it was distorting the colors so I took it off.
Anyway, that's the best I've gotten it for right now. If anyone has any more suggestions let me know.