View Full Version : Avisynth 2.05+ (September12&17)


niiyan
18th September 2002, 18:31
I tried avisynth 2.05+ (September 12.2002) and (September 17.2002).
But,when I use "WavSource()",I get an error message , "unrecognized exception" , on VirtualDub.
My script is very simple:

LoadPlugin("C:\mpeg2dec.dll")
Mpeg2Source("D:\test.d2v")
WavSource("D:\test.wav")

When I use Avisynth 2.05 and 2.05+ (September 5.2002),I don't have such problem.
And also,if I don't use WavSource(),I don't get any error by using September 12th and 17th avisynht.dll.

Dou you have any idea on this problem?

sh0dan
18th September 2002, 18:48
Confirmed, found and fixed :cool:

Thanks for the report!

niiyan
18th September 2002, 19:29
You're welcome,sh0dan.
And,thank you for very,very fast reply and fix.

I tested 2.05+(September18).
No Problem.

Thanks!:)

matrix
19th September 2002, 15:26
Where are those versions of avisynth? Can't seem to find them on sourceforge page.
Just hopping to fix this (http://forum.doom9.org/showthread.php?s=&threadid=32221&highlight=strange+behaviour) problem of mine.

Wilbert
19th September 2002, 15:48
See FAQ: Q2.

matrix
19th September 2002, 17:03
Thanks Wilbert and sorry. It never occured to me to look there.

Marc FD
22nd September 2002, 17:58
I'm still having problems with AviSource.
i can't load a WAV (a 1.4 Gb one)
it says "avisynth unrecognized exeption".
occured using 2.05+ 19.9.02
and it works with 2.05.

any idea ?

MoonWalker
23rd September 2002, 14:12
OT a little...

The avisynth's page and CVS is here? http://sourceforge.net/projects/avisynth2/

Thanks,
MoonWalker

hakko504
23rd September 2002, 14:33
@Moonwalker

http://www.avisynth.org and http://cultact-server.novi.dk/kpo/avisynth/avs_cvs.html are very useful as well.

Marc FD
23rd September 2002, 15:07
Originally posted by Marc FD
I'm still having problems with AviSource.
i can't load a WAV (a 1.4 Gb one)
it says "avisynth unrecognized exeption".
occured using 2.05+ 19.9.02
and it works with 2.05.

any idea ?

I've tested with CVS 22-09-02 and it still crashes.
are you sure you fixed it ??

sh0dan
23rd September 2002, 16:32
Could you post your script, and the date/time of your Avisynth.dll - I cannot reproduce it!

Marc FD
23rd September 2002, 16:50
my script :


v=BlankClip()
a=AVIsource("out.wav") # a 100 Mb regular WAV (44100 Hz/16 bit)
AudioDub(v,a)


error : "unrecognised exeption" (line 2)

i tested with Avisynth 19-09-20 18h14 (on your site)
and 22-09-02 15h42 (from CVS. dshow desactived)

my config : Athlon XP 1600+ / WinXP / 256 Mo DDR

and it works very good with 2.05 !!

sh0dan
23rd September 2002, 18:02
Use WavSource. Avisource does not read WAV's anymore. I'll change the documentation

Marc FD
23rd September 2002, 18:13
i always thinked AVIsource=Wavsource (BRG said it was an alias)
but it seems that Avisynth 2.04 changed that.

i really need to have a deeper look in the internals of avisynth :devil:

BTW, thx for answering so fast :)

EDIT : and i forgot : yes it works !