Log in

View Full Version : who use mvbob() in avs ? i got problem


yami
4th September 2005, 04:28
i use mvbob() in my avs to rip dvd to x264 codec.


LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
setmemorymax(512)
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\TomsMoComp.dll")
import("C:\Program Files\AviSynth 2.5\plugins\mvbob\mvbob.avs")
trim(90,150)
mpeg2Source("vts_01_1.d2v")
mvbob()


i found some frame diffrent with source frame picture.

look my demo

dvd source to x264
http://www.veryniub.cn/src.rar

mvbob to x264
http://www.veryniub.cn/mvbob.rar

how to correct it ??

please help me , thx u.

scharfis_brain
4th September 2005, 12:37
mvbob() is not suited for anime.

better learn, how to deal with hybrid contents.

use TFM & Decimate for that.

yami
4th September 2005, 15:00
thx u , im testing tfm now.