Log in

View Full Version : 720 x264 problems.


ducA
26th August 2006, 16:29
I am a total newbie at x264, avisynth and such.

I have a file in huffyuv latest version which has a 1280x720 resolution a 25fps Pal, and there comes and error about avisynth.
Is there anybody here that can fill me in on a 720 avisynth script?

Sorry for my bad explenation, I am from norway.

Edit: sorry. forgot to mention that :D It happens in megui when i try to put in the avisynth script.

Avisynth script error:
Avisynth autodetect: couldn't open file 'untitled.avi'
Error code: 2
(k:\untitled.avs, line 1)

And this is how my script is AVISource("Untitled.avi")

ConvertToYV12(). just got it from another site but it has worked before but that was another resolution, 800x600 that is, it worked fine then.

GodofaGap
26th August 2006, 19:50
Should we guess what the error is? :p

ducA
26th August 2006, 21:16
Anyone?

GodofaGap
26th August 2006, 21:31
try to include the full path to the avi in your script

e.g.

AviSource"k:\mymovie\myavi.avi")
ConvertToYV12()


Otherwise, try to open the script in VirtualDub, and if that fails, try to open the AVI in VirtualDub.

ducA
26th August 2006, 23:13
Thanks godofgap. that worked :D