Log in

View Full Version : Who to deinterlace???


Andr3PT
16th February 2012, 15:14
Hi guys :D
I want to know who can i deinterlace this source...
Here it is:
http://www.mediafire.com/?67yy17bakgf6ugu

Well, i tried this script:

Load_Stdcall_plugin("C:\Program Files (x86)\AviSynth 2.5\plugins\Yadif.dll")

DirectShowSource("C:\Users\Andre\Desktop\Test001.mpg")
#Deinterlace
Yadif(mode=0,order=1)

But it seems it have ghost and blend fields (really bad deinterlace)
If you know any good deinterlacer preferably fast...tell me one..
Thanks

manono
18th February 2012, 10:42
It can't be entirely fixed but you'll have better luck using an unblender:

Yadif(Mode=1)#or your favorite bobber
SRestore()