Here the link for video example, without deinterlace, crop, resize, filters and audio, there is only ColorMatrix(hints=true, threads=0): http://www.mediafire.com/?tm0l3lmnmyh
For the rainbows I use ChubbyRain2, but for the other problems, how do I fix? However with checkmate there aren't more outline tremble. Here the link Video using filters with color artifacts... http://www.mediafire.com/?nwzgoj1o1o5
The problem is that I used edeen to remove the noise, but now the are strange artifacts on colors sometimes (With TTempSmooth() there is always the noise)!

My script:
Code: Select all
LoadPlugin("C:\Program Files\MeGUI\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("C:\Users\cloud\Desktop\rip\anime.d2v", info=3)
LoadPlugin("C:\Program Files\MeGUI\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, interlaced=true, threads=0)
chubbyrain2()
checkmate()
Load_Stdcall_Plugin("C:\Program Files\MeGUI\tools\yadif\yadif.dll")
Yadif(order=1)
crop( 10, 0, -8, -4)
spline36resize(640,480)
edeen()
aWarpSharp2()
Toon()
msharpen()
AAA()

P.S. Sorry for my bad english.