Log in

View Full Version : Deinterlace PAL DVD


Leinad4Mind
8th June 2010, 13:18
Hi there, I have these pal dvd (25fps; TFF) of pokemon, and its full of blend frames.

http://www.megaupload.com/?d=XSMG95Q4 - Sample m2v

I have try many approaches:

edeintted = TDeint(edeint=TomsMoComp(-1,11,0),order=-1,mode=0,sharp=true,mtnmode=3,full=true,tryWeave=false,type=1,slow=2,emask=TMM(mode=0))
Yadifmod(mode=0,edeint=edeintted)

AssumeTFF()
edeintted = nnedi2(field=-2)
TDeint(edeint=edeintted,order=-1,mode=2,sharp=true,mtnmode=3,full=false,tryWeave=false,type=1,emask=TMM(mode=1))

interp = nnedi2(field=1)
tdeint(mode=0,order=1,field=1,edeint=interp,slow=2,emask=TMM(mode=0,order=1,field=1))

deinted = tdeint(mode=2)
tfm(clip2=deinted)
TDecimate(mode=1)

tdeint(mode=1).srestore()

TempGaussMC_beta3(edimode="nnedi3", nns=3, lossless=3)

I Have try in mode=2 (For fieldblend material)
AnimeIVTC(mode=2,bbob=4,cbob=4,degrain=3,pattern=0,precision=3,blend=false,ifade=true,chrfix=true)


Anyone has other ideas? Or its an impossible task?

Best Regards

zilog jones
9th June 2010, 00:11
Have you tried srestore? (haven't looked at sample yet)

Leinad4Mind
9th June 2010, 00:24
Yup, tdeint(mode=1).srestore() and tdeint(mode=1).srestore(23.976) too xD and many other tries with him ^^'

zilog jones
9th June 2010, 01:10
Sorry I didn't see you mentioned it. Wow, that video quite a mess - probably not that unusual for PAL anime though. I suspect there may some blended frames in the original film (to make up for the lack of, well, animation) which is probably throwing things like srestore off, but I'm not certain.