Log in

View Full Version : Avisynth or MPEG2DEC3 error


SILICON
30th October 2002, 13:50
I reinstal the win98. I instaled avisynth 2.05 and chage the avisynth.dll for the 2.06 one.

The script is very easy:

LoadPlugin("c:\TMP\MPEG2DEC3.DLL")
Mpeg2Source("c:\TMP\FILM.D2V2")

The script returns "Unknow error in line 2"

I will prove late with MPEG2DEC.DLL.

@sh0dan
Can you send me the register keys for instaling AVISYNTH 2.06?
Are the same that the 2.05 version?

Thanks.

Wilbert
30th October 2002, 14:07
1) typo: Mpeg2Source("c:\TMP\FILM.D2V2") ?

2) If Mpeg2Source("c:\TMP\FILM.D2V") also crashes try mpeg2dec or mpeg2dec2 first.

sh0dan
30th October 2002, 14:26
the INF files are the same as earlier versions. But they should be set properly by the installer.

zettai
30th October 2002, 15:06
I've spoken to two people recently who've been getting Unrecognized Exception errors with mpeg2dec and the following things have been noted:

One person using a P4 and win XP and the other using an AthlonXP and win2k using the following combination of software

Avisynth 2.06+ with auto plugin loading registered
Mpeg2dec3.dll
dvd2avi 1.76

and a normal one line MPEG2Source("etc") script it created an Unrecognized Exception error.

This was also true of mpeg2dec (original).

In the end the only working solution, which I discovered worked for both people was using dvd2avi 1.86 and mpeg2dec3. This combination seemed to work without problem.

Now, I'm guessing that the unrecognized exception is an mpeg2dec issue with reading the d2v file but I do not see why a dvd2avi project created with the seemingly stable 1.76 build would cause such an error, especially with the old version of the mpeg2dec plugin. I'm even more curious as to why v1.86 should fix it.

Probably not related but I thought I'd mention it for reference.