PDA

View Full Version : MeGUI DGIndex.exe Error


salman1
3rd June 2007, 01:08
Hi i have following error: when i create .d2v file using DGIndex.exe that is in megui/tools/DGIndex.exe and when i open that .d2v file to create avs script it give me following error. help me thx a lot. need more info please do tell me


this what i have in my megui/tools/ and also in C/avisynth/plugins

http://maxupload.com/img/F8599BE1.jpg.

this is error it gave me:

http://maxupload.com/img/22B99913.jpg

this is what i have after creating .d2v file using DGIndex.exe

http://maxupload.com/img/40C9C022.jpg


:thanks: a lot

ChronoCross
3rd June 2007, 01:36
it means you don't have the DGdecode.dll in your AVIsynth plugins folder.

salman1
3rd June 2007, 02:05
it means you don't have the DGdecode.dll in your AVIsynth plugins folder.

i do have that file already in AVIsynth plugins folder.

http://maxupload.com/img/2CBA5C03.jpg

salman1
3rd June 2007, 20:05
can someone please help me out

terminate
4th June 2007, 13:52
Looks like a version conflict in Avisynth for me. You should try to reinstall Avisynth (deinstall and delete all Avisynth folders), be sure, that your dgdecode.dll is compatible to your current Avisynth version.

neuron2
4th June 2007, 14:16
If you are trying to use DGIndex and an AVS script outside of megui, then your script needs to refer to MPEG2Source() and not DGDecode_MPEG2Source().

salman1
4th June 2007, 20:44
:thanks: