here is my script, I opened it in WMP and I still have the green screen, I can here the sound but just a green screen. I had to add"ConvertToYUY2()" to the script so that TOK would run it, I have to do this with almost all of my Divx-Xvid files and it works with no problems.
#================================================= =====#
# -= AviSynth script by MovieStacker v2.0.0 (beta3) =- #
#================================================= =====#
LoadPlugin("C:\Program Files\MovieStacker\Filters\MPEG2Dec.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\GripFit_preview.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\UnFilter.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\LegalClip.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\Sampler.dll")
AviSource("F:\My Shared Folder\SpiderMan\SpiderMan.avi")ConvertToYUY2()
LegalClip()
UnFilter(50, 50)
GripCrop(480, 480, overscan=3, source_anamorphic=false)
GripSize(resizer="BicubicResize")
TemporalSmoother(1, 2)
MergeChroma(blur(1.5
)
MergeLuma(blur(0.25))
GripBorders()
LegalClip()