Log in

View Full Version : RestoreFPS DLL not loaded by AviSynth


wonkey_monkey
30th November 2009, 21:21
A friend of mine has some very old cinefilm that's been transferred to video, but not very well. There was obviously a mismatched between the frame rate of the video and the frame rate of the film, so it seemed RestoreFPS was the right tool.

I've downloaded the DLL from http://avisynth.org/mediawiki/RestoreFPS but AviSynth complains that the function doesn't exist when I try to load a script calling it. Loadplugin just tells me it's unable to load with no further information.

Any suggestions on diagnosing the problem? Or is another plugin for this problem? I'm using Windows XP 64-bit, if that makes any difference.

David

MadRat
5th December 2009, 12:03
Things are just a little different with 64 bit XP/Vista. What directories did you put what files into?

wonkey_monkey
5th December 2009, 14:12
Things are just a little different with 64 bit XP/Vista. What directories did you put what files into?

The same place I've put all my other working-perfectly-fine plugins ;) i.e., C:\Program Files (x86)\AviSynth 2.5\plugins

David