Blue_MiSfit
20th November 2004, 10:42
hey all... so I thought I would take the gloves off and do some serious denoising for a 1cd rip today. I write a simple script:
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\dgdecode.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\UnDot.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\LoadPluginEx.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\dustv5.dll")
mpeg2source("C:\CITY_OF_GOD\VIDEO_TS\City of God.d2v")
LanczosResize(640,432)
TemporalSoften(1,2,3,23,2)
ConvertToYUY2().PixieDust(2).ConvertToYV12()
UnDot()
When I drop the avs into VdubMod or MPC, I get the following error:
LoadPlugin: unable to load "C:\PROGRA~1\GORDIA~1\AviSynthPlugins\LoadPluginEx.dll"
I have used loadpluginex many times to load dust, and have never had this problem before. I am using the latest version of loadpluginex and dust from avisynth.org's filter collection, and don't see any errors in my script.
Ideas??
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\dgdecode.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\UnDot.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\LoadPluginEx.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\dustv5.dll")
mpeg2source("C:\CITY_OF_GOD\VIDEO_TS\City of God.d2v")
LanczosResize(640,432)
TemporalSoften(1,2,3,23,2)
ConvertToYUY2().PixieDust(2).ConvertToYV12()
UnDot()
When I drop the avs into VdubMod or MPC, I get the following error:
LoadPlugin: unable to load "C:\PROGRA~1\GORDIA~1\AviSynthPlugins\LoadPluginEx.dll"
I have used loadpluginex many times to load dust, and have never had this problem before. I am using the latest version of loadpluginex and dust from avisynth.org's filter collection, and don't see any errors in my script.
Ideas??