AVS Synth Issue : Script Error Expected

The old Video Software Help forum, left visible as an archive.
Locked
User avatar
BaireBME
Joined: Mon Apr 26, 2004 9:59 pm
Org Profile

AVS Synth Issue : Script Error Expected

Post by BaireBME » Sat Jul 03, 2004 8:15 pm

HEy sorry if this issue has been addressedd in another thread, but I couldn't seem to find one that had the same error I was getting. After I create my .d2v file I try to make an avs file with the following script:

LoadPlugin(C:\AVSPlugins\MPEG2Dec3.dll)
MPEG2Source(C:\DocumentsandSettings\Owner\MyDocuments\AKira pt1\Evatest1.d2v)

and everytime I make it and try to run it in a program (i.e. Adobe Prem. 6.0 or Virtual dub) I get the error :

"Script; error expected a, or) (C:\Documents and settings\owner\Eva Disc 2.avs, line 1. column 13)

The fact that I haven't seen anyone with this error is leading me to believe I'm screwing something up royally but I have no idea what. Any ideas?

User avatar
Corran
Joined: Mon Oct 14, 2002 7:40 pm
Contact:
Org Profile

Post by Corran » Sat Jul 03, 2004 8:24 pm

You need quotes around those locations.

i.e.

Code: Select all

LoadPlugin("C:\AVSPlugins\MPEG2Dec3.dll")
MPEG2Source("C:\DocumentsandSettings\Owner\MyDocuments\AKira pt1\Evatest1.d2v") 

User avatar
BaireBME
Joined: Mon Apr 26, 2004 9:59 pm
Org Profile

Post by BaireBME » Sat Jul 03, 2004 10:55 pm

Thanks a bunch. :D lol I've been banging my head against the wall for a good three hours all because I left out some quotation marks :oops:

Locked

Return to “Video Software Help Archive”