nibbles
10th September 2006, 05:50
I can't get VeeDub64, AviSynth64, and DeGrainMedian64 to all work together.
I can get some other 64bit plugins like UnDot and Decomb to work perfectly (thanks!).
Using this script:
LoadPlugin("C:\Temp\Filter64\DeGrainMedian.dll")
AviSource("cap1.avi")
I get this error:
AviSynth open failure:
LoadPlugin: unable to load plugin "C:\Temp\Filter64\DeGrainMedian.dll"
(C:\Temp\simple.avs, line 1)
Autoloading DeGrainMedian, using this script:
AviSource("cap1.avi")
DeGrainMedian(limitY=5,limitUV=7,mode=0)
I get this error:
AviSynth Open Failure:
Script Error: there is no function named "DeGrainMedian"
(C:\Temp\simple.avs, line 2)
I'm running the following software from offical sites or Squid's FTP:
XP Pro x64 Edition (SP1)
HuffYUV64 (2.1.1 CCESP 0.2.5)
VeeDub64 (1.6.16)
AviSynth64 (2.57 build Jul 20 2006)
DeGrainMedian64 (0.8.0.0)
UnDot64 (0.0.1.1)
DeComb64 (unknown, dated 16 Aug 2005)
Here are some scripts I can get to work:
AviSource("cap1.avi")
UnDot()
AviSource("cap1.avi")
AssumeTFF()
FieldDeinterlace()
I placed the degrainmedian.dll file in both the path I listed and the autoload plugin path.
If there is some debug output that I could add, let me know.
ok, thanks.
nibs
I can get some other 64bit plugins like UnDot and Decomb to work perfectly (thanks!).
Using this script:
LoadPlugin("C:\Temp\Filter64\DeGrainMedian.dll")
AviSource("cap1.avi")
I get this error:
AviSynth open failure:
LoadPlugin: unable to load plugin "C:\Temp\Filter64\DeGrainMedian.dll"
(C:\Temp\simple.avs, line 1)
Autoloading DeGrainMedian, using this script:
AviSource("cap1.avi")
DeGrainMedian(limitY=5,limitUV=7,mode=0)
I get this error:
AviSynth Open Failure:
Script Error: there is no function named "DeGrainMedian"
(C:\Temp\simple.avs, line 2)
I'm running the following software from offical sites or Squid's FTP:
XP Pro x64 Edition (SP1)
HuffYUV64 (2.1.1 CCESP 0.2.5)
VeeDub64 (1.6.16)
AviSynth64 (2.57 build Jul 20 2006)
DeGrainMedian64 (0.8.0.0)
UnDot64 (0.0.1.1)
DeComb64 (unknown, dated 16 Aug 2005)
Here are some scripts I can get to work:
AviSource("cap1.avi")
UnDot()
AviSource("cap1.avi")
AssumeTFF()
FieldDeinterlace()
I placed the degrainmedian.dll file in both the path I listed and the autoload plugin path.
If there is some debug output that I could add, let me know.
ok, thanks.
nibs