Log in

View Full Version : Huffyuv through Avisynth won't work - what am I missing?


Pojken Purken
29th December 2003, 02:00
Hi!

I'm probably missing something obvious here but I can't get this to work:

Captured file encoded with Huffyuv 2.1.1 default settings.
Simple AviSynth 2.5 script looking like this:

AviSource=("capture.avi")

Trying to open this script in Vdub 1.5.10 or VdubMod 1.5.1.1a generates an error "Avisynth open failure: The script's return value was not a video clip". Opening the avi-file directly works fine. I'm really lost here...

/PP

sh0dan
29th December 2003, 02:20
The syntax is:

AviSource("capture.avi")

Pojken Purken
29th December 2003, 02:22
Oh my God... I just realized... thanks.

/me leaves in shame

/PP