PDA

View Full Version : Removing interlace with Restore24


fabioseixal
1st July 2009, 22:27
I'm trying to encode the ugly DVD's that I have of X-Men. The quality sucks and I want to try some filters on this one's. But before I even start to sharpen, remove some noise etc, i've got to remove the interlace. On the begining I thouth that yadif or Yadifmod (yadifmod(order=-1, field=-1, mode=0, edeint=nnedi()) could resolve the problem, but i couldn't be more wrong. It leaves the video completely combed and ugly as hell. So I came here in search of solution and i've found the post of scharfis_brain related to restore24 (http://forum.doom9.org/showthread.php?t=75432) a script made by Didée. So i'm trying it out but the results still doesn't make me happy. LOL
The script that I've tried is this one:

Import("C:\restore24.avs")

DGDecode_mpeg2source("C:\X-Men.d2v", info=3)

#yadifmod(order=-1, field=-1, mode=0, edeint=nnedi())#

a=r24kernelbob(0)
b=TDeint(mode=1,tryweave=false)
restore24(a,b,numr=24,deno=60)

crop( 10, 2, -2, -4)

LanczosResize(720,480)

Can someone give me a "light" on what I'm doing wrong? Or maybe this DVD's doesn't have "salvation"? LOL
Here is a sample:

http://www.megaupload.com/?d=VEK8GU64

I've thought on AnimeIVTC too but I want speed on this one's and I want to try it only as last solution.
Excuse my poor english...

Cheers

manono
2nd July 2009, 11:56
Deinterlacing it is easy; unblending it entirely is impossible. About as good as you're going to get it is:

Yadif(Mode=1,Order=1)#or your favorite 'smart bobber'
SRestore(FRate=23.976)

aegisofrime
2nd July 2009, 12:43
Will TGMC or MCBob work as the smart bobber?

manono
2nd July 2009, 12:49
If they bob, which they do, then they'll work. They're also slow as Christmas, particularly TempGaussMC.

fabioseixal
2nd July 2009, 15:39
Deinterlacing it is easy; unblending it entirely is impossible. About as good as you're going to get it is:

Yadif(Mode=1,Order=1)#or your favorite 'smart bobber'
SRestore(FRate=23.976)

That's the information I was looking for. I wanted to know if it was possible or not to unblend some frames. I was trying to use Restore24 to do the job of making a "miracle" to unblend some frames but well it's not possyble so I will encode this one's with yadif. Thank's for having seen this one's.:p

Cheers