PDA

View Full Version : VirtualDub Error - Can't Open Source File


mverta
17th September 2006, 19:04
I just updated to the latest DGIndex (dgmpgdec 148) and now VD 1.5.1 is giving me this error when trying to open the .avs:

Avisynth open failure:
MPEG2Source: couldn't open source file, or obsolete D2V file
(my file's path here)


Now, I'm using Avisynth 2.56 and DGIndex 148. With the previous version of DGIndex and Avisynth I had no problems.

Any ideas?

_Mike

neuron2
18th September 2006, 00:57
You're picking up an old version of dgdecode.dll, possibly from your Avisynth plugins directory. You have to use the DLL that comes with DGMPGDec 1.4.8. Search your hard disc for all versions of dgdecode.dll and delete all but the right one.

mverta
19th September 2006, 01:34
Dead-on, neuron. Thanks so much!

_Mike

gatekeeper_007
19th September 2006, 13:13
neuron2 is right as always !!!

let me say that if you are using 'GordianKnot' ...

and in your script you are not givin' the exact path for that .dll, but you are
using the default (the one GKnot gives)...
Then you should also change the .dll in your DGIndex folder
because GKnot (for this .dll) is givin' the path of that folder and not the one of your avisynth plugins.

just a thought.