Log in

View Full Version : AviSynth64 error loading DeGrainMedian64


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

squid_80
10th September 2006, 07:25
You might need the visual studio 8 redistributable files (for x64). Even if it's not the issue you'll need them sooner or later for some program, so the 4mb download isn't a waste of time. link:http://www.microsoft.com/downloads/details.aspx?familyid=90548130-4468-4BBC-9673-D6ACABD5D13B&displaylang=en

(BTW, undot doesn't work too perfect - it has issues with certain frame widths. Check the upper and lower right corners for green lines. I'll fix it soon.)

nibbles
10th September 2006, 16:37
Nice. It works now, thanks. I'm hoping at some point to SeeSaw with this in 64bits
for cleaning up some vhs captures. I think all I could use now is MVTools64.

One thing I was wondering is what forum to post a multi-Windows-OS
multi-bit-dll Huffyuv installer in that I've been working on. Capturing Video?
It's a modernized inf & bat file based on the work that everybody's done
already on it, on XviD, and Flac, etc., to fix a couple of things and make for
a cleaner, 1-stop install/uninstall. ok, thanks, nib