steelista
17th June 2009, 20:05
Hello everybody,
Firstly, excuse my bad English, but I hope I can describe my problem.
I'm trying an AviSynth filter called MC Spuds. The whole AVS script looks like this:
DGDecode_mpeg2source("C:\Fansub\City Hunter 2\05\VTS_01_1.d2v", info=3)
ColorMatrix(hints=true, threads=0)
animeivtc(mode=1,aa=0)
crop(8,8,-8,-8)
Tweak(sat=1.1, cont=1)
import("C:\Program Files (x86)\AviSynth 2.5\plugins\MC_Spuds.avs")
MC_Spuds(frames=4,blocksize=4,strength=4,pel=1,anime=true,focus=true)
But when I play the script in MPC or VirtualDub, after (about) one minute, strange lines begin to appear. There are also some damaged edges. Just look at the screenshot:
http://upload.arcueid.cz/pics/59ccd5111cd723199cc7851f533f8827.png
Does anybody have an idea, what is causing this?
Thank you.
Firstly, excuse my bad English, but I hope I can describe my problem.
I'm trying an AviSynth filter called MC Spuds. The whole AVS script looks like this:
DGDecode_mpeg2source("C:\Fansub\City Hunter 2\05\VTS_01_1.d2v", info=3)
ColorMatrix(hints=true, threads=0)
animeivtc(mode=1,aa=0)
crop(8,8,-8,-8)
Tweak(sat=1.1, cont=1)
import("C:\Program Files (x86)\AviSynth 2.5\plugins\MC_Spuds.avs")
MC_Spuds(frames=4,blocksize=4,strength=4,pel=1,anime=true,focus=true)
But when I play the script in MPC or VirtualDub, after (about) one minute, strange lines begin to appear. There are also some damaged edges. Just look at the screenshot:
http://upload.arcueid.cz/pics/59ccd5111cd723199cc7851f533f8827.png
Does anybody have an idea, what is causing this?
Thank you.