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
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