stpdrgstr
24th April 2009, 19:18
Hi guys.
Some days ago, I bought Saber Marionette J Again DVDs, because I wanted to play with something old. But man, isn't this UGLY...
First, I have been testing deinterlacing methods, and none of them convince me, but of course, I have almost no experience with really interlaced sources.
Also, the image shakes a lot, as if in drugs. I haven't tested any deshaker, but I'd like to know first a way to properly deinterlace this. I hope you can help me clean this :(
Here, I uploaded some demuxes from dgindex. (http://www.mediafire.com/?sharekey=d4f8f27e5ff886be7069484bded33bcdf1fb0b2fc25e394c)
This is what I have until now, someone recommended me using depan, and I added the rest from tcomb on.
LoadPlugin("C:\yatta_6-129\PLUGINS\fft3dfilter.dll")
MPEG2Source("C:\SMJADVD1\FullDisc\SABERJ_AGAIN_D1\project\VTS_06_1.d2v").Trim(0,45279)
temp = last.TemporalSoften(7,255,255,25,2)
Interleave(temp.Repair(last.TemporalSoften(1,255,255,25,2)),last)
DePan(last,data=DePanEstimate(last,trust=0,dxmax=10,dymax=10),offset=-1)
SelectEvery(2,0)
tcomb()
fft3dfilter(sigma=4,sigma2=4,sigma3=13,sigma4=4,bt=4,plane=1)
fft3dfilter(sigma=4,sigma2=4,sigma3=13,sigma4=4,bt=4,plane=2)
dfttest(sigma=0.4)
ediaa()
awarpsharp(10,1,0.5,1).toon(0.2)
spline16resize(640,480,8,2,-8,-2)
ending=MPEG2Source("C:\SMJADVD1\FullDisc\SABERJ_AGAIN_D1\project\VTS_06_1.d2v").Trim(45280,49138).tcomb().fielddeinterlace().fft3dfilter(sigma=4,sigma2=4,sigma3=13,sigma4=4,bt=4,plane=1).fft3dfilter(sigma=4,sigma2=4,sigma3=13,sigma4=4,bt=4,plane=2).dfttest(sigma=0.4).ediaa.awarpsharp(10,1,0.5,1).toon(0.2).spline16resize(640,480,8,2,-12,-2)
final=last+ending
gradfun2dbmod(final,thr=1.4,thrc=1,str=0.8)
I'm doing sepparated deinterlacing for the ending because the background shows combing, but the credits don't.
Also, DGIndex says the frames of the episode are encoded as Interlaced, but it seems they're rater progressive... but when I check the created lossless from this script with DGAVCIndex, it shows problems to decode it and says it's interlaced. Don't know what to do :(...
Any suggestions, corrections?
Some days ago, I bought Saber Marionette J Again DVDs, because I wanted to play with something old. But man, isn't this UGLY...
First, I have been testing deinterlacing methods, and none of them convince me, but of course, I have almost no experience with really interlaced sources.
Also, the image shakes a lot, as if in drugs. I haven't tested any deshaker, but I'd like to know first a way to properly deinterlace this. I hope you can help me clean this :(
Here, I uploaded some demuxes from dgindex. (http://www.mediafire.com/?sharekey=d4f8f27e5ff886be7069484bded33bcdf1fb0b2fc25e394c)
This is what I have until now, someone recommended me using depan, and I added the rest from tcomb on.
LoadPlugin("C:\yatta_6-129\PLUGINS\fft3dfilter.dll")
MPEG2Source("C:\SMJADVD1\FullDisc\SABERJ_AGAIN_D1\project\VTS_06_1.d2v").Trim(0,45279)
temp = last.TemporalSoften(7,255,255,25,2)
Interleave(temp.Repair(last.TemporalSoften(1,255,255,25,2)),last)
DePan(last,data=DePanEstimate(last,trust=0,dxmax=10,dymax=10),offset=-1)
SelectEvery(2,0)
tcomb()
fft3dfilter(sigma=4,sigma2=4,sigma3=13,sigma4=4,bt=4,plane=1)
fft3dfilter(sigma=4,sigma2=4,sigma3=13,sigma4=4,bt=4,plane=2)
dfttest(sigma=0.4)
ediaa()
awarpsharp(10,1,0.5,1).toon(0.2)
spline16resize(640,480,8,2,-8,-2)
ending=MPEG2Source("C:\SMJADVD1\FullDisc\SABERJ_AGAIN_D1\project\VTS_06_1.d2v").Trim(45280,49138).tcomb().fielddeinterlace().fft3dfilter(sigma=4,sigma2=4,sigma3=13,sigma4=4,bt=4,plane=1).fft3dfilter(sigma=4,sigma2=4,sigma3=13,sigma4=4,bt=4,plane=2).dfttest(sigma=0.4).ediaa.awarpsharp(10,1,0.5,1).toon(0.2).spline16resize(640,480,8,2,-12,-2)
final=last+ending
gradfun2dbmod(final,thr=1.4,thrc=1,str=0.8)
I'm doing sepparated deinterlacing for the ending because the background shows combing, but the credits don't.
Also, DGIndex says the frames of the episode are encoded as Interlaced, but it seems they're rater progressive... but when I check the created lossless from this script with DGAVCIndex, it shows problems to decode it and says it's interlaced. Don't know what to do :(...
Any suggestions, corrections?