hydra3333
8th March 2011, 07:03
Hi just downloaded the latest eedi3 and this error pops up.
LoadPlugin: unable to load "....eedi3.dll"
Already have installed vcredist_x86-2005sp1.exe,
This is my sliced-down test script trying to locate cause of the error. The script intentionally does nothing; the original was having plugins added to use QTGMC, when this occurred.
SetMTmode(mode=5,threads=4) # start with mode=5 forAVIsource http://forum.doom9.org/showthread.php?p=1067216#post1067216
SetMemoryMax(512)
LoadPlugin("C:\SOFTWARE\DGindex\DGDecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins-zzz\eedi3.dll")
Mpeg2Source("G:\HDTV\Footy\1983-sanfl-grand-final\1983-sanfl-grand-final-q1.d2v",info=0,ipp=true,cpu=0)
AssumeTFF()
Assumefps(25)
trim(29,329)
# -------------------------------------------------------------------------------------
AssumeTFF() #choose the SAME field order like before deinterlacing
AssumeFPS(25)
SetPlanarLegacyAlignment(True)
Distributor()
XP-sp3, avisynth 2.5.7MT. Seems very strange. Any ideas on how to fix it ?
LoadPlugin: unable to load "....eedi3.dll"
Already have installed vcredist_x86-2005sp1.exe,
This is my sliced-down test script trying to locate cause of the error. The script intentionally does nothing; the original was having plugins added to use QTGMC, when this occurred.
SetMTmode(mode=5,threads=4) # start with mode=5 forAVIsource http://forum.doom9.org/showthread.php?p=1067216#post1067216
SetMemoryMax(512)
LoadPlugin("C:\SOFTWARE\DGindex\DGDecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins-zzz\eedi3.dll")
Mpeg2Source("G:\HDTV\Footy\1983-sanfl-grand-final\1983-sanfl-grand-final-q1.d2v",info=0,ipp=true,cpu=0)
AssumeTFF()
Assumefps(25)
trim(29,329)
# -------------------------------------------------------------------------------------
AssumeTFF() #choose the SAME field order like before deinterlacing
AssumeFPS(25)
SetPlanarLegacyAlignment(True)
Distributor()
XP-sp3, avisynth 2.5.7MT. Seems very strange. Any ideas on how to fix it ?