Log in

View Full Version : SRestore() Installation.


th3obr0
23rd February 2009, 08:46
Hey guys,

I am getting an error trying to use SRestore(). I have downloaded and placed all the files in the plugins folders and the System32 folder as well, but no luck.

Here's the screen of the error:

http://i42.tinypic.com/zldfrr.jpg

Can anyone guide me with the correct Installation?

Thanks!

scharfis_brain
23rd February 2009, 08:51
get mt_masktools.dll and
1) place it in your AVISynth plugins Directory
or
2) place it in any Directry you like and call it on the top of your script via loadplugin("Drive:\Path\to\mt_masktools.dll")

btw.: for speed reasons you should crop before the deinterlacer. but mind that before a deinterlacer cropping values must be mod4!

th3obr0
23rd February 2009, 08:58
Thanks! It works!

Thanks for the advice. This is just a test script from one of my lessons from a friend. I am trying my best to get accustomed to all the plugins and their usage.