Log in

View Full Version : Strange avisynth failure...


Shinobu
24th February 2003, 19:32
Hello all :)

I'm nop a newbie in the encode of video with avisynth script but sudenly my avs files (avisynth 2.07) became impossible to open with all softs i try

I can open the d2v file with aviutl so i think the d2v file is good

when i open an avs file with vdub or vdubmod (or all other softs) i got a windows box with
"avisynth open failure:
avisynth : script open failed!"

my asv script is (i can't do a more simple one) :

LoadPlugin("C:\Program Files\AviSynth2\plugins\mpeg2dec.dll")
mpeg2source("F:\lotr\dvd1\testh2.d2v")


note that i only have that bug with avisynth 2.07 , when I try avisynth 2.5 , it works perfectly (but the avisynth filter I usualy need to encode are for v2.07 only)


If someone have the solution .....

goodby.

sh0dan
24th February 2003, 20:24
Try the updated one on the CVS Binary place in my sig.

(Actually it is probably related to a ".avs" file in your plugin directory - but I wouldn't mind another tester before 2.08 goes public).

DDogg
24th February 2003, 20:31
Or maybe a function (avsi) without a closing }

That one bit me good. :)

Shinobu
24th February 2003, 20:36
Thank a lot !!!!!!!!!! :p

I don't know why but it solve the problem...... avs 2.07 don't work (ever if i install it after 2.08) but 2.08 works prefectly


thanks again :p , and how know i hope i can help you one day .

++

hellgauss
25th February 2003, 18:59
I got a similar error because i did not register VFApi plugin (DVD2AVI). I just started DVD2AVI.exe and closed it, then it's all ok.