Log in

View Full Version : Few mvtools2 functions now working.


n0an
20th December 2009, 07:33
I am trying to use MVTools' functions to try out super-resolution from a thread (http://forum.doom9.org/showthread.php?t=142704&page=2), but a few functions like MFlowFPS, MValayze(overlap=1), MVSuper, and a few others.

AvsP just says, no function named MVSuper OR MVAnalyse does not have a named argument "overlap". I even loaded mvtools.dll and mvtools2.ddl, but doesn't work.

Is there a specific to make mvtools' functions work?

MatLz
20th December 2009, 14:15
Hi!
There are two distinct versions:
MVtools and MVtools2.
In MVtools the functions begin by 'mv...' and in MVtools2 it's by 'm...'.
Some arguments can also change of place

Didée
20th December 2009, 23:11
... and on a sidenote, the code posted by Efenstor is not that good. Most importantly, there's a registration error between vector map and original pixel map, so all motion-compensations are off by a half pixel. Also, the Overlay+Overlay+Overlay+... cascade is wasting precision. Interleave+temporalsoften+selectevery would be more precise. Lastly, sharpen(1) is a rather cheap shorthand; the required sharpening operation for upscaled footage is a bit more complicated.