ray3d
29th November 2003, 23:55
After installing Avisynth, I am able to get some scripts to work, while others produce error codes. For example:
avisource("H:\DV capture\CD short.avi")addborders
(50,50,50,50)flipvertical()
saved as "test.avs"
(Suggested by a friend), does what it should.
However:
Version()
saved as "version.avs",
producs the error code:
Script error: syntax error
(C:\(path)\version.avs, line 1,
column 1)
I test these scripts by dragging and dropping them on Windows Media Player version 9.
I have several other recommended scripts which produce similar error codes.
I don't know how to debug these scripts based upon the error codes.
ray3d
avisource("H:\DV capture\CD short.avi")addborders
(50,50,50,50)flipvertical()
saved as "test.avs"
(Suggested by a friend), does what it should.
However:
Version()
saved as "version.avs",
producs the error code:
Script error: syntax error
(C:\(path)\version.avs, line 1,
column 1)
I test these scripts by dragging and dropping them on Windows Media Player version 9.
I have several other recommended scripts which produce similar error codes.
I don't know how to debug these scripts based upon the error codes.
ray3d