Script Error

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Omega Goku
Joined: Sat Feb 05, 2005 1:56 pm
Location: California
Org Profile

Script Error

Post by Omega Goku » Sun Jun 28, 2009 4:23 pm

So I was using the avisynth guide and Im at the part where its the ColorBars() script but I keep getting a error after I save it as a avi.
The message is Script error: Invalid arguments to function "ColorBars"
I don't get it, I followed the guide perfectly but it just says in the avi file

User avatar
Zarxrax
Joined: Sun Apr 01, 2001 6:37 pm
Contact:
Org Profile

Re: Script Error

Post by Zarxrax » Sun Jun 28, 2009 4:38 pm

Hmm, in retrospect, it was probably a bad idea to say to use Colorbars() there, because this apparently creates a clip that is 60 hours long.

But, you should not be getting that error message unless something is typed incorrectly.

User avatar
Omega Goku
Joined: Sat Feb 05, 2005 1:56 pm
Location: California
Org Profile

Re: Script Error

Post by Omega Goku » Sun Jun 28, 2009 10:08 pm

Nothing's working for me, Right now Im trying to deinterlace my ripped footage but everything i try just gets the script error message. My first script looks like this
mpeg2source("C:\Documents and Settings\S S Rai\Desktop\VTS_01_1.d2v",cpu=6)
when I used DGindex it gave detected an illegal field order transition. I corrected it but both the d2v files are not working. Is there something wrong with the script?

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: Script Error

Post by mirkosp » Mon Jun 29, 2009 3:44 am

try to change it to:

Code: Select all

dgdecode_mpeg2source("C:\Documents and Settings\S S Rai\Desktop\VTS_01_1.d2v",cpu=6)
Image

User avatar
Zarxrax
Joined: Sun Apr 01, 2001 6:37 pm
Contact:
Org Profile

Re: Script Error

Post by Zarxrax » Mon Jun 29, 2009 10:00 am

Try reinstalling avisynth.

Locked

Return to “AviSynth Help”