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?
AVS Synth Issue : Script Error Expected
- Corran
- Joined: Mon Oct 14, 2002 7:40 pm
- Contact:
You need quotes around those locations.
i.e.
i.e.
Code: Select all
LoadPlugin("C:\AVSPlugins\MPEG2Dec3.dll")
MPEG2Source("C:\DocumentsandSettings\Owner\MyDocuments\AKira pt1\Evatest1.d2v")