Log in

View Full Version : Anime -> Problems with frames!


zdark
17th July 2007, 22:04
For some reason that i dont know what is it, right on the beginning of this opening, is "lagging" in a fps 23,976. I tried another method, i allocate the lag and let the fps in 29.970 but some scenes with low movement had "lags".

About the interlace video, i accept suggestions!

Source Original 29.970
Source Encoded ( script 23.976) Link: http://www.canalhas.org/zdark/teste01.mp4

(script 23.976)
edeintted = last.AssumeTFF().SeparateFields().SelectEven().EEDI2(field=-1)
Deinted=TDeint(order=1,edeint=edeintted)
TFM(order=1,Clip2=Deinted)
TDecimate(mode=1,display=true)

(script 29.970)
edeintted = last.AssumeTFF().SeparateFields().SelectEven().EEDI2(field=-1)
Deinted=TDeint(order=1,edeint=edeintted)
TFM(order=1,Clip2=Deinted)
TDecimate(mode=1,display=true,rate=29.970)
(scenes slow i get "lag"

(script 29.976) i have blend+ghost
edeintted = last.AssumeTFF().SeparateFields().SelectEven().EEDI2(field=-1)
Deinted=TDeint(order=1,edeint=edeintted)
TFM(order=1,Clip2=Deinted)
TDecimate(mode=1,hybrid=3,display=true)

The problem is: in 29 i have lag in slow scenes, blend and ghost. Someone has suggestion using TFM+TDdecimate in 29fps without this?

MOmonster
18th July 2007, 07:44
The encoded sample is not so useful for us to help you. A small source sample would be better. Or maybe you can write down the pattern of your source to clarify you "lag"-problem.