Log in

View Full Version : mvbob


derfuchs
23rd October 2007, 16:50
Hi there. I have some trouble using scharfis mvbob.

First of all: loading my avisynth-script in vdubmod, i get the following error-message:

there is no function named "merge" - referring to the following line in the mvbob-script: CombMask = Merge(CombMask.Trim(1, 0), CombMask, 0.5).Binarize(U = 3, V = 3, upper=false), which is a standart line in the script.

I didnt changed the mvbob-script, which comes along with the mvbob-package, at all! Every needed plugin is loaded. I have no idea what I am doing wrong!

Secondary: I made an encoding for testing-purposes, and using mvbob, it took me more than three hours to encode a 3min40sec-.vob. My pc runs with 1.8ghz, 521mbram... is mvbob really that slow?!

thanks, fox

scharfis_brain
23rd October 2007, 17:06
1) update your version of AVISynth. only outdated version won't have merge() included!

2) mvbob() is very slow. period.

3) you may try mcbob() (even slower but better!)
or tdeint() + tmm() + nnedi() (faster but not so bad at all!)

derfuchs
23rd October 2007, 22:09
thx 4 answering.

i tried mcbob, but i get the error-message: there is no function named mt_lut. Though i've installed the needed plugins (http://forum.doom9.org/showthread.php?p=988224#post988224) and the newest avisynth-version. ??

foxyshadis
24th October 2007, 01:24
You're sure you have masktools 2 (mt_masktools) rather than 1? You wouldn't get that message if you did.

To use motion compensation, giant beefy multicore cpus are really a must.