Log in

View Full Version : »» Having problem with MPEG2Dec3.dll & AviSynth ««


TheWittyDude
21st July 2007, 13:53
Hi Guys ,

I'm encoding an MPEG-2 file into XviD using VirtualDubMod & Avisynth , and I just write 2 lines scripting as usual :

MPEG2Source("file.d2v")
LancZosResize(640,480)

everything works fine everytime , BUT now after I re-installed a fresh Windows xp version , I got some problem :


I have AviSynth installed & also put "MPEG2Dec3.dll" into plugin directory as usual , however , I got an error message whenever I drop the .avs file into VirtualDub :

http://img452.imageshack.us/img452/588/picxo1.png (http://imageshack.us)


aviSynth Version : 2.57
DGindex version : 1.4.8.0

can this problem be related to mpeg-2 codec or filter or ..?

Guest
21st July 2007, 14:15
You can't use MPEG2Dec3.dll to open D2V files made by DGIndex 1.4.8. You have to use DGDecode.dll, and it has to be the one that comes with that version of DGIndex.

TheWittyDude
21st July 2007, 14:44
Thanks neuron2 for your kind help

Everything is OK now

Guest
21st July 2007, 21:00
You're welcome. Feel free to post again if you run into any other problems. Rock on.