Using this exact script
#==============================================#
# -= AviSynth script by MovieStacker v1.1.1 =- #
#==============================================#
LoadPlugin("C:\Temp\MovieStacker_v1.1.1\Filters\MP EG2Dec.dll")
LoadPlugin("C:\Temp\MovieStacker_v1.1.1\Filters\Gr ipFit_preview.dll")
LoadPlugin("C:\Temp\MovieStacker_v1.1.1\Filters\Le galClip.dll")
LoadPlugin("C:\Temp\MovieStacker_v1.1.1\Filters\un filter.dll")
AviSource("C:\Temp Videos\101.Dalmations.II.Patches.London.Adventure. 2003.DVDRip.XviD-.avi")
LegalClip()
GripCrop(528, 576, overscan=2, source_anamorphic=false)
GripSize(resizer="BicubicResize")
# SpaceDust() # Optional - for some "not so clean" DVDs.
unfilter(50,50)
TemporalSmoother(1,2)
mergechroma(blur(1.5

)
mergeluma(blur(0.2))
# Convolution3d or STDMedian or DCTMedianFilter for extreme worse cases.
GripBorders()
LegalClip()
When load it into tok i get this
================================================== ===========
ToK Log: C:\Temp Videos\NewScript.avs
================================================== ===========
Resolution (fps):484x56 (24.000 fps)
Total Frames: 240
Total Time : 00:00:10
-------------------------------------------------------------
In tmpge i get a meaasge about pcm format or something ,this doesn't happen all the time but it happens quite a bit.
I asked i think in the tok forum before about an error similar to this and Kwag said remove the sampler line.This is like the same problem because in tok it says 240 frames but i do not have the sampler in
any ideas
thanx