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
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