hoozdapimp
30th August 2002, 01:37
ok this will probably be a n00b question but i cannot get any functions to work...here is my entire script file...everything looks right according to other posts, but no matter what function call i put first i get an error saying it is an undefined call to fucntion "x" regardless of what function i call..
i installed avisynth 2.05 and added the info to my registry, etc, what else do i need to do to get this to work..
------------start (not included in scipt)------------------
LoadPlugin("C:\GordianKnot\mpeg2dec.dll")
LoadPlugin("C:\Gordianknot\TemporalSoften2.dll")
LoadPlugin("C:\Gordianknot\avisynth_spatial.dll")
MPEG2source=("D:\mtf1.d2v")
TemporalSoften2(3,6,8)
SpatialSoftenMMX(1,1,0,false,false,10,10,1,1)
ConvertToRGB()
VD_WarpSharp(20)
ConvertToYUY2()
------------end (not included in scipt)------------------
i have been at this for hours and i can't seem to find the right answer!
thanks in advance!
scott
i installed avisynth 2.05 and added the info to my registry, etc, what else do i need to do to get this to work..
------------start (not included in scipt)------------------
LoadPlugin("C:\GordianKnot\mpeg2dec.dll")
LoadPlugin("C:\Gordianknot\TemporalSoften2.dll")
LoadPlugin("C:\Gordianknot\avisynth_spatial.dll")
MPEG2source=("D:\mtf1.d2v")
TemporalSoften2(3,6,8)
SpatialSoftenMMX(1,1,0,false,false,10,10,1,1)
ConvertToRGB()
VD_WarpSharp(20)
ConvertToYUY2()
------------end (not included in scipt)------------------
i have been at this for hours and i can't seem to find the right answer!
thanks in advance!
scott