Log in

View Full Version : ''unable to load mvtools.dll''


yiannakas
1st July 2008, 06:44
Hi
i would like to make my HDV videos 25i to 50p using the mvbob bobber.
I wrote this script but it shows the error ''unable to load mvtools.dll''. The mvtools is inside the folder of avisynth

Import("E:\UTILITIES\DVD\AviSynth 2.5\plugins\mvbob.avs")

LoadPlugin("E:\UTILITIES\DVD\AviSynth 2.5\plugins\\dgdecode.dll")
LoadPlugin("E:\UTILITIES\DVD\AviSynth 2.5\plugins\LeakKernelDeint_1.5.4\LeakKernelDeint.dll")
LoadPlugin("E:\UTILITIES\DVD\AviSynth 2.5\plugins\UnDot\undot.dll")
LoadPlugin("E:\UTILITIES\DVD\AviSynth 2.5\plugins\TomsMoComp\Avisynth_2.5\tomsmocomp.dll")
LoadPlugin("E:\UTILITIES\DVD\AviSynth 2.5\plugins\MVTools-v1.0.3\mvtools.dll")
LoadPlugin("E:\UTILITIES\DVD\AviSynth 2.5\plugins\masktools.dll")

mpeg2source("E:\spetses 2007\spetses.d2v")

mvbob()



can anyone help

thanks

communist
1st July 2008, 06:52
Your MVTools.dll is way too old - get the latest here:
http://avisynth.org.ru/mvtools/mvtools.html#download

yiannakas
1st July 2008, 09:59
thanks its ok now
BUT a new error appeard
''unable to load TomsMoComp.dll''

whats worng now?
i will need your valuable help again

thank you very much

egrimisu
1st July 2008, 10:27
http://www6.impacthosting.com/trbarry/TomsMoComp.zip

download this, extract the dll, and put it in program files\avisynth\plugins\

Now please tell me how can i compres a video that has 30p + 25i(bobbing to 60) to a vfr mkv. Probably is the same thing you want to do.

Didée
1st July 2008, 12:08
MVBob comes as a package: one *.avs, several *.dll. The avs script has hardcoded LoadPlugin() calls.

=> You need to have the DLLs of the package in the same folder that the avs is in. (Either that, or adapt the LoadPlugin calls at the end of the MVBob script.)