I get this error when I'm trying to encode a .d2v (my first attempt at this)
"Unrecognized exception! C:\CATCH_ME_IF_YOU_CAN\VIDEO_TS\StMedianFilter.avs , line 7)"
here's my script:
LoadPlugin("D:\VCD\Movie Stacker\Filters\Mpeg2Dec.dll")
LoadPlugin("D:\VCD\Movie Stacker\Filters\GripFit_preview.dll")
LoadPlugin("D:\VCD\Movie Stacker\Filters\Unfilter.dll")
LoadPlugin("D:\VCD\Movie Stacker\Filters\LegalClip.dll")
LoadPlugin("D:\VCD\Movie Stacker\Filters\Sampler.dll")
LoadPlugin("D:\VCD\Movie Stacker\Filters\STMedianFilter.dll")
mpeg2Source("C:\CATCH_ME_IF_YOU_CAN\VIDEO_TS\prf.c atch.me.if.you.can.d2v")
ConverttoYUY2
LegalClip()
GripCrop(704, 480, overscan=2, source_anamorphic=false)
GripSize(resizer="LanczosResize")
STMedianFilter(10, 50, 0, 0, 10, 50)
unfilter(50,50)
temporalsmoother(1,2)
mergechroma(blur(1.5
)
mergeluma(blur(0.2))
GripBorders()
LegalClip()
#Sampler(length=24)