Need help with MeGUI script error

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!
Comments
22
in urs all questions can answer just google, feel free to use it
tried... nothing
Parent
tried format?
("AviSource("untitled.avi )"
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
---------------------------
Parent
Script error: expected `)'
(D:\Moviemaking Programs\Movie.avs, line 1, column 14)


:)
Parent
could u be more specific? ;S im not actually a pro on these things... I was simply following and tutorial and this is where it led me-.-
Parent
look below.. everything declared, should work now.. if you have any probs PM me..
Parent
("AviSource("D:\Moviemaking Programs\untitled.avi )"
ConvertToYV12() # A must have
save as : Movie.avs


You didnt get my point, did you?:)
yes I know.. im a noob in this matter... so pls.. get to the point
Parent
did you tried what I wrote? just copy paste it in notepad and save it.. make sure you write down the directory where you putted your encoded movie (from S.Vegas / A.Premiere) + the "name-of-the-video.avi" and you're done.. oh and make sure you have an up-to-date AviSynth program running + updated profiles in mEGUI (because that can cause the 'ConvertToYV12' problem!)
Parent
Already help'd him. :)
Parent
c.. you can learn other ppl just as much as I want to learn you more :D
Parent
You didn't reply me for my last private message. :O
Parent
how sorry.. I missed something perhaps? well write me down again plz.. must have been deleted on a stupid way :$:$:$
Parent
i have no idea :(
AVISource("D:\LEFFA\keqe\Keijoclip.avi")
ConvertToYV12()



try somth similar
Dude, google can help you about avs scripts. Either way, it looks pretty obvious to me:

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
if it was so obvious to you, why it doesnt work then?

---------------------------
AviSynth error
---------------------------
AviSynth script error:

AVISource autodetect: couldn't open file 'untitled.avi'
Error code: 2
(D:\Moviemaking Programs\Movie.avs, line 1)
---------------------------
OK
---------------------------
Parent
- Do you have the avs script at SAME folder as the .avi?
- Is your .avi correct (uncompressed)?
- Is the .avi corrupt?
- Are you using a proper avisynth version (2.5.8 for example) ?
Parent
Back to top