Patches one large single color area.

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
sakuraslight
Need more Jiggawatts
Joined: Wed May 07, 2003 8:24 am
Status: meh
Location: End of the World
Contact:
Org Profile

Patches one large single color area.

Post by sakuraslight » Thu Nov 19, 2009 12:02 am

I was wondering if there is a script to remove thies kinds of patches?

Thanx in advance.

Code: Select all

"ConvertToYV12"
lanczosResize(848,480)
Deen("w3d",3,3,5)
Toon()
ColorYUV(gain_y=0, off_y=10, gamma_y=0, cont_y=0, gain_u=0, off_u=0, gamma_u=0, cont_u=0, gain_v=0, off_v=0, gamma_v=0, cont_v=0, levels="TV->PC", opt="", showyuv=false, analyze=false, autowhite=false, autogain=false)
Tweak(hue=0.0, sat=1.0, bright=0, cont=1.0, coring=true, sse=false)
Levels(0, 1.000, 255, 0, 255, coring=false)
aWarpSharp(depth=22.0, blurlevel=2, thresh=0.5, cm=2)
Image
ImageImage

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: Patches one large single color area.

Post by mirkosp » Thu Nov 19, 2009 2:31 am

Bad quality in input => Bad quality in output.
No matter what filtering you do, some shit can't be fixed. And you do have an overfiltering chain there...
You should go buy the DVD instead, as AFAIK it is available in the US, and is certainly better than using a lossy ogm file.
Image

User avatar
sakuraslight
Need more Jiggawatts
Joined: Wed May 07, 2003 8:24 am
Status: meh
Location: End of the World
Contact:
Org Profile

Re: Patches one large single color area.

Post by sakuraslight » Thu Nov 19, 2009 4:37 am

No probs. pops out to buy the dvd now
ImageImage

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

Re: Patches one large single color area.

Post by Zarxrax » Thu Nov 19, 2009 10:36 am

Yea, that source looks terrible, so there's no way to make it look great. But something that does dithering like gradfun2db could help. Also, if the blocks "dance around" you could try a temporal smoother like TTempSmooth()

User avatar
sakuraslight
Need more Jiggawatts
Joined: Wed May 07, 2003 8:24 am
Status: meh
Location: End of the World
Contact:
Org Profile

Re: Patches one large single color area.

Post by sakuraslight » Thu Nov 19, 2009 10:56 am

Its ok DVD is on the way

I will give it another bash when it arrives so i have better fottage.

Thanx for the advice Zarxrax

Will try that if i get the same thing from the DVD
ImageImage

Locked

Return to “AviSynth Help”