Getting rid of shimmering lines

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Sereenie
Joined: Sat Jun 28, 2003 8:11 pm
Location: The City Fun Forgot
Org Profile

Getting rid of shimmering lines

Post by Sereenie » Fri Aug 24, 2007 11:13 pm

After having successfully tackled my temporal chroma shift problem and done most of the footage cleaning up, there is one last problem I can't seem to solve: shimmering lines. It's all over the place. The problem was already there before I started the clean up process and it's been significantly reduced, but it's still blatent enough that it can't be ignored.

I put an lossless example clip here.

You can see it in all the eyes (and eyebrows) as well as in the mouth of the second girl from the right. An in Utena's hair, in the upper right.

And here is my current script.
MPEG2Source("G:\Utena\01-07\ep01.d2v",cpu=6)
dedot()
TDeint(mode=1, mtnmode=3, blim=100,order=1,type=3,full=false,ap=35,slow=2)
mrestore(mlimit=1.6,ani=true,numr=2002,denm=5005,rr=10,dclip=last.crop(16,16,-24,-24))
Crop(6, 2, -26, -10)
BlindDeHalo3(PPMode=-1)
degrainmedian()
Lanczosresize(640,480)
fft3dfilter(sigma=2,plane=4,bw=64,bh=64,bt=0,ow=31,oh=31)
awarpsharp(blurlevel=4,cm=1)
tweak(sat=1.2)
dull = last
sharp = dull.limitedsharpenfaster(strength=200)
soothe(sharp,dull,30)
vmtoon(strength=96,sharpen=false)
All suggestions and advice are welcome...

Thanks!

S.

User avatar
Brigid
Joined: Thu May 26, 2005 8:51 pm
Contact:
Org Profile

Post by Brigid » Sat Aug 25, 2007 10:43 am

I get that with some of the Inuyasha clips I use (only sometimes worse).

I'm really not familiar with Utena footage, but have you tried the SangNom bobber? I had a little success using that with Tenchi Universe clips (until my computer ate them :evil: ).
I am a rabid Inuyasha fangirl! Fear me!
Check out my videos! <a href="http://www.animemusicvideos.org/members ... 425041">In my profile.</a>

User avatar
Sereenie
Joined: Sat Jun 28, 2003 8:11 pm
Location: The City Fun Forgot
Org Profile

Post by Sereenie » Sat Aug 25, 2007 12:15 pm

I did and got pretty good results, but it's so slooooooow... I was thinking of switching Tdeint back to it after I dealt with the rest of the cleaning up, so it would be faster.

S.

User avatar
Zarxrax
Joined: Sun Apr 01, 2001 6:37 pm
Contact:
Org Profile

Post by Zarxrax » Sat Aug 25, 2007 12:23 pm

Its from deinterlacing it, most likely. Do IVTC instead.

User avatar
Sereenie
Joined: Sat Jun 28, 2003 8:11 pm
Location: The City Fun Forgot
Org Profile

Post by Sereenie » Sat Aug 25, 2007 12:47 pm

That's what I tried first, but when I IVTC, there's blending.

S.

User avatar
Zarxrax
Joined: Sun Apr 01, 2001 6:37 pm
Contact:
Org Profile

Post by Zarxrax » Sat Aug 25, 2007 1:26 pm

Sereenie wrote:That's what I tried first, but when I IVTC, there's blending.

S.
Most IVTC filters contain a deinterlacer as well. The deinterlacer runs after the IVTC. The IVTC itself does not cause blending, but the deinterlacing does. You can configure all this in the ivtc settings.

User avatar
Brigid
Joined: Thu May 26, 2005 8:51 pm
Contact:
Org Profile

Post by Brigid » Sat Aug 25, 2007 7:19 pm

:shock: Uh, what's IVTC? And how do I use it?
I am a rabid Inuyasha fangirl! Fear me!
Check out my videos! <a href="http://www.animemusicvideos.org/members ... 425041">In my profile.</a>

User avatar
Zarxrax
Joined: Sun Apr 01, 2001 6:37 pm
Contact:
Org Profile

Post by Zarxrax » Sun Aug 26, 2007 11:10 am

Brigid wrote::shock: Uh, what's IVTC? And how do I use it?
Read <a href=http://www.a-m-v.org/guides/avtech31/>ErMaC & AbsoluteDestiny's Friendly AMV Guides</a>

User avatar
Brigid
Joined: Thu May 26, 2005 8:51 pm
Contact:
Org Profile

Post by Brigid » Sun Aug 26, 2007 2:17 pm

I have, but that part must've slipped by me.

Thanks!
I am a rabid Inuyasha fangirl! Fear me!
Check out my videos! <a href="http://www.animemusicvideos.org/members ... 425041">In my profile.</a>

User avatar
Sereenie
Joined: Sat Jun 28, 2003 8:11 pm
Location: The City Fun Forgot
Org Profile

Post by Sereenie » Mon Aug 27, 2007 11:48 am

Zarxrax wrote:You can configure all this in the ivtc settings.
Duly noted!

Plus, something else occurred to me: my unsuccessful tries at IVTCing happened when I had that weird temporal chroma shift. Now that I managed to solve that, I haven't tried IVTCing again to see if there really *was* blending or if it was only linked to that other problem. Which I am pretty sure is the case. After all, why would I be the only person with blending in that footage?

Once again, thanks a bunch for your help!

S.

Locked

Return to “AviSynth Help”