i keep gettng a syntax error message, i have vsfilter in my pluggin, heres ,my script
AviSource("c:\once.avi",false)
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max =3,variance=0.1,seed=1)
Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
GripCrop(528, 576, overscan=2, source_anamorphic=false)
GripSize(resizer="LanczosResize")
LoadPlugin("C:\Documents and Settings\Khusru Miah.HOMEPC1
\My Documents\Encoding Tools\AviSynth 2.5\plugins\vsfilter.dll")
(...)
TextSub("c:\once.srt")"
Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
#Blockbuster(method="noise",detail_min=1,detail_ma x=10,variance=0.3,seed=5623)
GripBorders()
any help??
|