PDA

View Full Version : How to deinterlace Galaxy Rangers


XadoX
10th July 2008, 14:40
Again I have some questions about deinterlacing some anime. The name of the series is Galaxy Rangers.

Now I am trying to recode them with x264.

Now I am deinterlacing with Yadif, but I think the deinterlacing is not perfectly done because of some ghostings.

Load_Stdcall_Plugin("yadif.dll")
Yadif(order=-1)

Maybe someone could lend me a hand?

Here is a sample file:
http://rapidshare.com/files/128619558/VideoFile_cut.m2v.html

xbox360
10th July 2008, 14:43
Try Using these:

TopFeild:

KernelDeint(order=0)

BottomFeild:

KernelDeint(order=1)

krisq
10th July 2008, 14:47
Try Using these:

TopFeild:

KernelDeint(order=0)

BottomFeild:

KernelDeint(order=1)

Are you sure?

Usually order=0 is for BFF and 1 for TFF.

XadoX
10th July 2008, 15:09
After analysing the video with MeGUI there is show that the video is partially interlaced and the filed order is varying. Is that correct?

xbox360
10th July 2008, 15:13
Then Try MCBOB.

You must try all suggestions & don't assume things.

Also you must use dgmpgdec149 to analyze your video ! NOT MeGUI

neuron2
10th July 2008, 15:32
Don't deinterlace that! It's phase-shifted progressive PAL. Just use this to match fields and catch stray combs:

mpeg2source()
telecide()

XadoX
10th July 2008, 15:44
Thx neuron2 telecine() delivers very goot results in default mode.