Log in

View Full Version : Help to remove blend of crap DVD


Ru13en
4th July 2012, 23:39
Hi,
I've a DVD of one old animation that i want to rip and store on my harddrive with better quality.
So i've tryed to take off the interlace and other "problems" of the video. But went i use a IVTC, i'm still with a "big" problem that is blend... :(
So to get the video "free" of deblend, i've tryed to use a few filters like srestore, restore24 and cdeblend.

The sample of the DVD is on: https://www.rapidshare.com/files/130...ple.demuxed.7z

And the script that i've created with the best result's are:


Import("C:\Program Files (x86)\AviSynth 2.5\plugins\srestore.avs")
MPEG2Source("VTS_01_PGC_01_1 - 0xE0 - Video - MPEG-2 - 720x480 (NTSC) - 4~3.d2v", cpu=0, info=3)
AssumeTFF()
rainbow_smooth(2) #Removes all the Rainbow
TComb(mode=2,fthreshl=10,fthreshc=20,othreshl=5,othreshc=6,map=false,scthresh=12.0) #Removes DotCrawl of ED
QTGMC( Preset="Slower", EdiMode="EEDI3+NNEDI3",ChromaEdi="NNEDI3")
SelectEven()
AnimeIVTC(mode=2,killcomb=3,bbob=4,degrain=3,cbob=4,ifade=true)
Spline16Resize(698,476,3,2,-21,0)

So i need some advice to get off all the deblend of the sample...
Thanks for attention.

Guest
5th July 2012, 02:21
You cannot post full episodes, you have to post only small fair-use samples. I have removed your link.

Leinad4Mind
5th July 2012, 03:20
Luckily, I've download and here is the sample: https://www.rapidshare.com/files/1301722265/Sample.demuxed.7z

All I can say after seen this footage is that, this is one of the worses DVDs I ever seen in my life! x'D

This remove the interlacing of the video. Now to remove the blending, I've tried too SRestore, Restore24, FixBlendIVTC... without sucess :(
I've used VinverseDenoise (Script I made after seen 1 post of didée here http://forum.doom9.org/showthread.php?p=1152932#post1152932), that will solve the combing and daa for some jaggy "kinda interlace" lines that still appears in some few frames.

AssumeTFF()
edeintted = nnedi3(field=-2)
res = TDeint(edeint=edeintted,order=-1,mode=2,sharp=true,mtnmode=3,full=false,tryWeave=false,type=1,emask=TMM(mode=1))
tfm(order=-1,clip2=res,pp=7,slow=2,mode=2,chroma=false,display=false).VinverseDenoise().daa().tdecimate(hybrid=1,mode=1,vfrDec=0)

function VinverseDenoise(clip c, int "sigma") {
sigma = default(sigma, 2)

nr=c.FFT3DFilter(sigma=sigma)
vi=nr.VinverseD(sstr=2.6,amnt=15, uv=3)
nrd=mt_makediff(c, nr)
vi.mt_adddiff(nrd, U=2, V=2)
}


EDIT:

My new try, based on some Didée stuff, but without sucess:

o=last
edeintted = nnedi3(field=-2)
res = TDeint(edeint=edeintted,order=-1,mode=2,sharp=true,mtnmode=3,full=false,tryWeave=false,type=1,emask=TMM(mode=1))
a1 = o.tfm(order=-1,clip2=res,pp=7,slow=2,mode=2,chroma=false,display=false).greyscale()
a2 = a1.trim(1,0)

fixed = o.blur(0,1).FixBlendIVTC()

x0 = fixed.mt_lut("0")
x1 = mt_lutxy(a1,fixed,"x y - abs 2 *")
x2 = mt_lutxy(a2,fixed,"x y - abs 2 *")
x1 = mt_lutf(x1,x1,mode="average",expr="x")
x2 = mt_lutf(x2,x2,mode="average",expr="x")

fixed.greyscale()
corrector(x0,last,x1,x2,a1,a2,mode=1,th=255).mergechroma(fixed)
VinverseDenoise().daa().tdecimate(hybrid=1,mode=1,vfrDec=0)
rainbow_smooth(2) #Remove Rainbow
HQDering().DeHalo_Alpha_MT(rx=1.5,ry=1.5,darkstr=0.3,brightstr=0.7,ss=1.5) #Remove Halo
return(last)



Maybe Didée or Manolo or others Gurus, have some solution for this kind of blending (Its sort chroma blending I guess).

Ru13en
9th July 2012, 12:36
Thanks Leinad4Mind.
But like he said, that don't solve all the blend...
Somone else can help me?

Thanks for attention.

Guest
11th July 2012, 13:53
[bump after forum move]

@Ru13en

I was getting 11kB/sec from that Rapidshare site and abandoned the download. I suggest if you want help to use a smaller sample at a faster site, such as mediafire.com.

Ru13en
11th July 2012, 15:46
Here is the sample on mediafire: http://www.mediafire.com/?gde960knmbc5c8o
Bump... Nobody can help me?