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
Script Error
- Zarxrax
- Joined: Sun Apr 01, 2001 6:37 pm
- Contact:
Re: Script Error
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.
But, you should not be getting that error message unless something is typed incorrectly.
- Omega Goku
- Joined: Sat Feb 05, 2005 1:56 pm
- Location: California
Re: Script Error
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?
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?
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: Script Error
try to change it to:
Code: Select all
dgdecode_mpeg2source("C:\Documents and Settings\S S Rai\Desktop\VTS_01_1.d2v",cpu=6)
- Zarxrax
- Joined: Sun Apr 01, 2001 6:37 pm
- Contact:
Re: Script Error
Try reinstalling avisynth.