Need Help <-

Been recently following Hannes Tutorial on CF, and got as far as the avisynth stuff.

Ive created a script named movie.avs and the contents in this script is:


AVISource("D:\inv.avi")
Crop(0,0,-0,-0)
ConvertToYV12()

Now i direct MeGUI to this script on the main page, and i get this error showing:

Avisynth Script Error:
Evaluate: System Exception - access voilation
(D:\movie.avs, line1)

So i tryed on my sisters pc something felt better, and i thought it would work, but when i entered the avs script i recieved this error message:


Avisynth script error:
AVIsource: the video decompressor couldn't produce YUY2 or RGB output


I have tryed google, both coming up with no real answers.

Programss installed:

- MeGUI (0.3.0.0)
- Avisynth (2.5) (tryed with all versions and still not work)
- x264
- ffdshadow

So please try and help any way u can

Thanks

-Syko
Comments
15
QuoteSo please try and help any way u can


Gl.
wasnt u on fusenlist?>:D
a kid my age buying a private hack? wow how sad
Parent
I bought it too when I was 15 , lifestyle of the rich & the famous !
Parent
Lol syko u noob :D
try and fix that problem elf :P
Parent
no thanks :p
Parent
been getting me raging mad
Parent
what doesn't get you raging mad? lol
Parent
cheater!! <333
Gl getting help
there's a mistake in hus tutorial,i had the same problem
has to be:
AVISource("UNTITLED.avi")
Crop(0,0,-0,-0)
ConvertToYV12()
Back to top