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
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
Gl.
has to be:
AVISource("UNTITLED.avi")
Crop(0,0,-0,-0)
ConvertToYV12()