Need help with MeGUI script error
•
25 Jun 2010, 06:19
•
Journals
Good morning crossfire! As the title says I need help since I started my friday morning with failing..
I get this error everytime I try to put script in the megui
---------------------------
AviSynth error
---------------------------
AviSynth script error:
Script error: expected `)'
(D:\Moviemaking Programs\Movie.avs, line 1, column 21)
Im trying to use this:
("AviSource("untitled.avi )"
ConvertToYV12() # A must have
Help me pls.. thx in advance!
I get this error everytime I try to put script in the megui
---------------------------
AviSynth error
---------------------------
AviSynth script error:
Script error: expected `)'
(D:\Moviemaking Programs\Movie.avs, line 1, column 21)
Im trying to use this:
("AviSource("untitled.avi )"
ConvertToYV12() # A must have
Help me pls.. thx in advance!
ConvertToYV12() # A must have
:)
D:/Program Files/untitled.avi (the directory where you put your movie..)
AviSynth error
---------------------------
AviSynth script error:
Script error: expected `)'
(D:\Moviemaking Programs\Movie.avs, line 1, column 14)
---------------------------
OK
---------------------------
(D:\Moviemaking Programs\Movie.avs, line 1, column 14)
:)
ConvertToYV12() # A must have
save as : Movie.avs
You didnt get my point, did you?:)
ConvertToYV12()
try somth similar
Script error: expected `)'
(D:\Moviemaking Programs\Movie.avs, line 1, column 21)
("AviSource("untitled.avi )"
ConvertToYV12() # A must have
it should look like:
AviSource("untitled.avi" )
ConvertToYV12() # A must have
---------------------------
AviSynth error
---------------------------
AviSynth script error:
AVISource autodetect: couldn't open file 'untitled.avi'
Error code: 2
(D:\Moviemaking Programs\Movie.avs, line 1)
---------------------------
OK
---------------------------
- Is your .avi correct (uncompressed)?
- Is the .avi corrupt?
- Are you using a proper avisynth version (2.5.8 for example) ?