Help clean footage?

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Kazemon15
Joined: Fri May 09, 2003 9:28 pm
Status: Reborn! Fanatic
Location: AMV Freak, California
Contact:
Org Profile

Help clean footage?

Post by Kazemon15 » Mon Jan 05, 2009 4:36 pm

I've asked around with my amv buddies but I still cant get what's wrong. Some clips in my video looks great...while other parts...not so much. Can anyone help? ...thanks. And also, these are DVD rips too. <_< Maybe I just ripped them wrong...I hope not.

Here's a screenshot:

http://i27.photobucket.com/albums/c159/ ... 841558.png

For this one, I used

Code: Select all

AVISource("Kazemon15 - Celldweller track 2 - v2.avi")
ConvertToYV12
TIsophote() 
sangnom()
Telecide(1)
Decimate(5)
Tweak(sat=1.2, bright=-2)
Awarpsharp(12)
Deen("a2d",3,7,9)
Crop(6,0,-6,-0)  
LanczosResize(848,480)
Now this one has a bit of a different problem. The whole video is fine...except for this one clip which has these ugly lines around her head...

http://i27.photobucket.com/albums/c159/ ... 843384.png

I used:

Code: Select all

AVISource("Kazemon15 - Cascada - Track 10.avi")
ConvertToYV12
TIsophote() 
sangnom()
Deen("a2d",3,7,9)
Telecide(1)
Decimate(5)
Tweak(sat=1.2, bright=-2)
Awarpsharp(12)
Deen("a2d",3,7,9)
crop(6,60,-6,-60)
LanczosResize(720,400)
Anything I can do to improve this quality?

User avatar
Vax
Sexy black guy
Joined: Sat Oct 11, 2008 11:14 am
Status: Chayin
Location: New York
Org Profile

Re: Help clean footage?

Post by Vax » Mon Jan 05, 2009 5:21 pm

I would add

Code: Select all

tcomb()
removegrain(mode=5)
VagueDenoiser() 
TemporalCleaner()
to both of them. I'm not really sure if they would fix that problem you have the second screenshot.

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Re: Help clean footage?

Post by Scintilla » Mon Jan 05, 2009 5:30 pm

Vax wrote:I would add

Code: Select all

tcomb()
removegrain(mode=5)
VagueDenoiser() 
TemporalCleaner()
to both of them. I'm not really sure if they would fix that problem you have the second screenshot.
Why would you use TComb on either of them? I don't see problems with dot crawl or rainbows here.

And the last thing you need on that second screenshot is to ADD smoothing filters. To me, the clouds already look oversmoothed as it is. I'd suggest turning down your Deen settings. However, I'm not quite sure what you mean by "ugly lines around her head"...?
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
Hagaren Viper
Joined: Fri Aug 19, 2005 11:51 pm
Status: Just wanna play Persona 4Ever
Location: I dont wanna edit
Contact:
Org Profile

Re: Help clean footage?

Post by Hagaren Viper » Mon Jan 05, 2009 5:45 pm

Scintilla wrote:However, I'm not quite sure what you mean by "ugly lines around her head"...?
If you look at the top left of her head, the outline isn't really clear, and the sky kinda blurs into her head. I think that's what she means.

User avatar
Kazemon15
Joined: Fri May 09, 2003 9:28 pm
Status: Reborn! Fanatic
Location: AMV Freak, California
Contact:
Org Profile

Re: Help clean footage?

Post by Kazemon15 » Tue Jan 06, 2009 12:29 pm

Hagaren Viper wrote:
Scintilla wrote:However, I'm not quite sure what you mean by "ugly lines around her head"...?
If you look at the top left of her head, the outline isn't really clear, and the sky kinda blurs into her head. I think that's what she means.
Yeah that's what I meant. Thanks, Hagaren.

I'll also try out what you both said.

User avatar
Kazemon15
Joined: Fri May 09, 2003 9:28 pm
Status: Reborn! Fanatic
Location: AMV Freak, California
Contact:
Org Profile

Re: Help clean footage?

Post by Kazemon15 » Wed Jan 07, 2009 2:25 pm

For the 2nd screenshot, I fixed the problem. It seems it was a problem with my export settings...except it now has rainbows, but that code Vax posted would help with that, right?

I'm gonna try to tweak my export settings for the Black Cat one too and see if that helps.

Locked

Return to “AviSynth Help”