View Full Version : Help to deinterlace old anime source
Vitaliy Gorbatenko
12th May 2010, 06:00
Sample here:
http://www.mediafire.com/?my3umtgqlgf
:thanks:
Standard scripts AnimeIVTC (mode = 1), AnimeIVTC (mode = 2), TempGaussMC not give acceptable results.
Dogway
12th May 2010, 13:25
Thats gonna be hard to fix, also the sample you provided is not the best one to test on. Much better if it was continous animation motion (not pan/tilt/zoom). try:
AssumeTFF()
tempgaussmc_beta2(2,2,3,EdiMode="NNEDI2")
SRestore(frate=23.976)
or you can manually find a good field pattern and use it with selectevery()
Vitaliy Gorbatenko
12th May 2010, 15:35
Result is BAD!
animeivtc(mode=1,aa=0, ifade=true)
http://img441.imageshack.us/img441/9962/aivts.jpg
AssumeTFF().tempgaussmc_beta2(2,2,3,EdiMode="NNEDI2").SRestore(frate=23.976)
http://img38.imageshack.us/img38/199/nnedi2.jpg
AssumeTFF().tempgaussmc_beta2(2,2,3,EdiMode="EEDI3").SRestore(frate=23.976)
http://img9.imageshack.us/img9/6910/eedi3.jpg
animeivtc give a better result, BUT interlace not complete removed.
Leinad4Mind
12th May 2010, 15:47
Try this: AnimeIVTC(3, search=3, overlap=6,pel=4,cbob=4,degrain=2) #And you can try edimode=nnedi2 or eedi2 or even yadif.
I think that you are working with double hard telecine.
Didée
12th May 2010, 15:49
Quickly browsing the sample, there are way too much blended fields that Srestore (or anything else) could clean it up.
You may try to YATTA that video.
(Edit: Yeah, or some of the plenty & mysterious AnimeIVTC modes that I've no clue what they're doing...)
Leinad4Mind
12th May 2010, 16:22
Hey Didée,
I have try to animeIVTC this video:
http://www.megaupload.com/?d=97IX28Z3 - VTS_01_1 - 0xE0 - Video - MPEG-2 - 720x480 (NTSC) - 4~3.part1.rar
http://www.megaupload.com/?d=EIYJS0HM - VTS_01_1 - 0xE0 - Video - MPEG-2 - 720x480 (NTSC) - 4~3.part2.rar
http://www.megaupload.com/?d=JEF1A8DK - dbz.d2v
Without sucess. I have try YATTA on it, without sucess too. So I have try to deinterlace normally.
dgdecode_Mpeg2Source("E:\Avisynth\DBZ 4_3\dbz.d2v")
Crop(8,0,-8,0)
edeintted = nnedi2(field=-2,qual=3)
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).tdecimate(hybrid=1,mode=0,vfrDec=0).vinverse()
It really deinterlace all the frames. But some of them are transform on pure jerkiness... with some problem in chroma, like some chroma shift...
http://comparescreenshots.slicx.com/comparison/55614 - I have try to remove with some denoisers... but denoisers KILLs detail, that I want to preserve. In this screens comparison, it's pratically all removed and well.
But there are some frames like this one: http://comparescreenshots.slicx.com/comparison/55615 that is impossible to remove all this chroma problem without kill detail.
And I really think that is a matter of deinterlace properly. Cause this frame on DVD is interlaced. (2frames together interlaced)
If anyone can help me out on this, I would be gladful. Best regards.
Vitaliy Gorbatenko
12th May 2010, 17:40
Leinad4Mind: While the first shots were alternated (almost) on the quality of a bad-good, then your version of the quality of distributed ... Very funny, but terribly ..
Didée: How to prepare the source to srestore could successfully recover it?
Leinad4Mind
12th May 2010, 18:33
Try YATTA on this, like didée said.
If u don't know how how to work with YATTA, follow this steps: Here (http://www.mod16.org/fansub/kodacode.txt)
Best regards.
PS: I have solved my problem with:
AnimeIVTC(2, search=3, overlap=8,pel=4,aapel=4,aablk=4,aaov=4,cbob=5,edimode="nnedi2",degrain=3,precision=3,nnedi2pel=false,aa=0,stabilize=true,smooth=-1)
:)
Vitaliy Gorbatenko
13th May 2010, 05:47
YATTA is buggy and TFM alone don't give a normal quality.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.