Thread: DGAVCDec 1.0.9
View Single Post
Old 25th April 2008, 01:57   #1035  |  Link
dansus
Registered User
 
Join Date: Mar 2005
Location: london
Posts: 104
Hi, ive read a whole load of pages with no obvious answer, but..

Im trying to load an .h264 file demuxed and indexed into Megui and i get the 'cannot load C:\Program Files\AviSynth\plugins\DGAVCDecode.dll' error.

Ive placed the .dll into plugins folder. Any advice?


Script:

Code:
LoadPlugin("C:\Program Files\AviSynth\plugins\DGAVCDecode.dll")
AVCSource("E:\Enc\ccws.dga")

Spline16Resize(720,336) # Spline16 (Neutral)
Convolution3D("movielq") # Heavy Noise
RemoveGrain(mode=22)
FadeOut(120)
Thanks in advance.
dansus is offline