Hi all,

I've installed Avisynth 2.08 (after a botched installation of 2.5b, don't know if that's the reason for what's happening below).

Basically I'm trying to frameserve a small .VOB file containing just animated menus and feed it into the avisynth script below:

Code:
LoadPlugin("C:\Program Files\Avisynth2\plugins\MPEG2DEC.dll")
mpeg2source("rd_menu_3.d2v")
LanczosResize(720,480)
But no matter what I do I always get an "Unexpected Exception" at line 2. I've tried several other files to. Any .mpg, .m2v or .vob served as a .d2v files gets an Unexpected Exception. On the other hand, .avi files being served under "avisource" seem to work fine. I thought it might be the mpeg2dec.dll file but I've downloaded several versions of that (all for avisynth 2.08) and they're all identical and all of them fail.

Anyone know what the problem could be?