I'm having trouble loading DVD2AVI .D2V files into VirtualDubMod 1.4.13.1 via AVISynth.

First I extracted the DLLs from "virtualdubmod_needed_dlls_301002.zip" and "AviSynthLexer.lexer" to VirtualDubMod's directory, then I installed AVISynth 2.5.1 beta.

When I try and load a .D2V file by using "Open video files via AviSynth..." I get an error message that one of the lines of the script used to link to the .D2V file isn't supported.

Here's a screen shot of the window.

http://homepage.ntlworld.com/jonty_amiga/VirtualDubError.JPG

This is the contents of the script generated.

=Beginning
#ASYNTHER Default (AVISource)
AVISource("D:\DVD Rips\DVDVolume\VIDEO_TS\DVD2AVI.d2v")

=End

Any help appreciated.