I installed DG and AviSynth and installed the DGDecode.dll in the Avisynth plugins directory. However, when I try to run it with LoadPlugin in the AVS, it says "Can't open plugin", even though I had no typos and installed it in the Avisynth plugins folder. So I took out that line and just ran MPEG2Source("...\video.mpg") it said "There is no function MPEG2source".
If anybody can help, that would be amazing.
+ Reply to Thread
Results 1 to 4 of 4
-
-
1) you can try installing MpegDecoder into AviSynth plugni directory.
-or-
2) Demux video.mpg using DGIndex 1.5.8 save project n demux video. (as per my best knowledge DGDecode can only decode .d2v indexed files)
then try this....
LoadPlugin("[PATH\DGDecode.dll").MPEG2Source("[PATH]\video.d2v")
(thanks to Gavino for correcting typo! Oooops!)
Hope these should work coz i never had a problem with either one.Last edited by Bonie81; 18th Jun 2011 at 19:40.
-
Perhaps it was just a typo, but there should be no dot (".") between the LoadPlugin call and MPEG2Source.
Normally you would write them on two separate lines (though it's not compulsory).
LoadPlugin("[PATH\DGDecode.dll")
MPEG2Source("[PATH]\video.d2v")
Although, if DGDecode.dll is in the Avisynth plugins folder, it should be loaded automatically without using LoadPlugin.
Similar Threads
-
AviSynth - JDL_ApplyRange() & FadeIn() Compatibility Issue?
By Typhoon859 in forum Video ConversionReplies: 18Last Post: 4th May 2009, 19:29 -
Autogain Issue in AVISynth and VirtualDub
By Gramps in forum Video ConversionReplies: 4Last Post: 22nd Aug 2008, 07:48 -
Help With DGMPGDec
By OrlandoEastwood in forum Newbie / General discussionsReplies: 15Last Post: 13th Dec 2007, 19:40 -
DGMPGDec plugin for AVISynth doesn't read MPEG file's audio
By Mark001 in forum Video ConversionReplies: 11Last Post: 9th Jun 2007, 18:07 -
Avisynth/TMPGEnc Xpress Audio Sync Issue
By Borflex in forum Video ConversionReplies: 4Last Post: 2nd Jun 2007, 14:10