Log in

View Full Version : Script error:


php111
27th January 2008, 05:09
Hello,

The error I am getting below is a script: syntax error: I will also post my input that is saved. I am very new to Avisynth


Avisynth open failure:
Script error: syntax error

(I:\The Godfather1\movie.avs, line 1, column 1)


LoadPlugin("C:\Program Files\DGIndex\DGDecode.dll")
LoadPlugin("C:\Program Files\Avisynth_2.5\TomsMoComp.dll")
MPEG2Source("I:\The Godfather1\movie.d2v")
TomsMoComp(0,5,0)

stickboy
27th January 2008, 07:15
How did you create your script? Did you save it as a Unicode text file? (If so, don't do that.)

php111
27th January 2008, 07:25
How did you create your script? Did you save it as a Unicode text file? (If so, don't do that.)

Your a genius. How much do I owe you? I had it set at default of RTF. Now I saved it as a text document. Thank you so much.