Log in

View Full Version : Help installing RemoveGrainT/MC_Spuds


odyssey
30th December 2010, 23:17
I'm trying to install MC_Spuds, but the dependency RemoveGrainT won't load at all. AFAIK the latest compile should be statically linked, but I have loaded AvsRecursion.dll, msvcp80.dll and msvcr71.dll into system32 (on Windows 7 x64) and installed vcredist_x86.exe - Still I get "unable to load RemoveGrainT.dll".

If I try to temporarily remove the line to see if all other dependencies are right, I get:

Script error: there is no function named "mvanalyse"

Which is odd, because mvtools2.dll is loaded.

I couldn't find anything anywhere on these problems. Can you help me?

Didée
30th December 2010, 23:31
msvcp80.dll and msvcr71.dll into system32 (on Windows 7 x64)
On Win7 x64, you have to put them into "SYSWOW64".


Script error: there is no function named "mvanalyse"

Which is odd, because mvtools2.dll is loaded.

No, that's not odd. MVTools v1 has MVanalyse and other MVxxx() filters.

MVTools v2 has MAnalyse() and other Mxxx() filters.

odyssey
31st December 2010, 01:45
Thanks - It worked! :)

But this (http://avisynth.org/mediawiki/MC_Spuds) still says it needs MVTools v2 - Maybe it needs both?