Script Error...

jrazz wrote on 1/16/2006, 8:22 PM
I keep getting this error when I try to run a script I downloaded from VASST. The script is called SnapshotToClipboard.js I was looking for Mike Crash's deinterlace plugin but to no avail. Any ideas?

Compilation error on line 17:

Variable 'VideoRenderQuality' has not been declared


System.ApplicationException: Failed to compile script: 'C:\Program Files\Sony\Vegas 6.0\Script Menu\SnapshotToClipboard.js'
at Sony.Vegas.VSAManager.Compile()
at Sony.Vegas.ScriptHost.RunScript(Boolean fCompileOnly)

Comments

Grazie wrote on 1/17/2006, 12:39 AM
Have you posted this in the Vegas Script Forum.

Also try also Edward's JetDv site

Grazie



JohnnyRoy wrote on 1/17/2006, 5:16 AM
Chances are, that’s a Vegas 4 script and you are using Vegas 5 or 6. You must modify the line:
import SonicFoundry.Vegas;
to read:
import Sony.Vegas;
Then it should work.

~jr
jrazz wrote on 1/17/2006, 5:42 AM
Thanks, I will modify the line and give it a try as I am using Vegas 6c.

j razz