Log in

View Full Version : MCbob + vinverse


Moti172
14th November 2006, 22:36
Hi
I tried to encode (XviD) 1.30Hr interlace movie with MCbob and two passes took more than 4 days.

In " Plain deinterlacing or Bob+SelectEvery" is written that vinverse should make the process faster. How can I use it?

My hardware - AMD 2500+ and 1GM Ram
My script:

LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MCBob\mt_masktools.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MCBob\RemoveGrain.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\masktools.dll")
import("C:\Program Files\AviSynth 2.5\plugins\MCBob\MCBob.avs")

DGDecode_mpeg2source("E:\2\VTS_01_1.d2v",info=3)
ColorMatrix(hints=true)
AssumeTFF()
MCBob().SelectEven()

crop( 18, 2, -10, -2)

LanczosResize(544,416) # Lanczos (Sharp)

#denoise

Thanks

krieger2005
15th November 2006, 00:03
vinverse is a script-function which mcbob use for its own processing. I think they mean the vinverse-C-Function, which is written in C, and so faster as the script-function. But MCBob is by itself so slow, that through the usage of the "faster" vinverse there is not much improvement (maybe some hours in your case)...

Moti172
15th November 2006, 17:25
Thank you

Terranigma
15th November 2006, 17:29
Mcbob is meant for quality :P