Log in

View Full Version : DGIndex and Avisynth problem...


TigerLord
2nd October 2005, 22:14
Hi There !

I'm trying to encode a DVD source into XviD. I wanted to give a try to DGIndex and came up with this avisynth script:

LoadPlugin("Decomb.dll")
LoadPlugin("dgdecode.dll")
MPEG2Source("s219.d2v",cpu=4)
Telecide(guide=1)
Decimate()
Lanczos4resize(640,352,0,0.75)

Unfortunately when trying to open the .avs in Virtualdub (latest stable build) I get the following message:

Avisynth open failure:
MPEG2Source: couldn't open source file, or obsolete D2V file
(C:\s219\s219.avs, line 3)

Any hint?

Thanks !

foxyshadis
2nd October 2005, 22:37
That always means that you're loading a d2v into dgdecode made with an older version of dgindex, or the dgdecode is too old. Make sure you have the latest version from http://neuron2.net/dgmpgdec/dgmpgdec.html and then make sure that the one you're opening really is that one, not a dgindex from gordian knot and dgdecode from that package or vice versa.