Scale down filters

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Micio2
Joined: Thu Apr 15, 2010 1:40 pm
Org Profile

Scale down filters

Post by Micio2 » Thu Apr 15, 2010 2:16 pm

Hi all, my 1st post here, hope not faq :mrgreen:

I'm just used to do always BilinearResize when scaling down, because I feel that is the option who gives me the better result, confronted to bicubic or lanczos, when image has to be smaller than the original.

I'd like just to know if someone got better results with other filters, and in which contest they performed well.

I mean, if frames with lots of sharp lines will be scaled better with 'X' filter, or 'Y' filter is great with 'cloudy' frames, I may want to use them when scaling that kind of frames, and bilinear the others.
That surely ends up with hellscripting, but I'd like hurting myself, can't be helped.
Thank you :mrgreen:

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

Re: Scale down filters

Post by Zarxrax » Thu Apr 15, 2010 4:03 pm

Generally the resizer you use doesn't make a huge difference, in fact I would say it's probably not even noticeable to 99% of people. Bilinear is generally one of the blurriest of all the resizers, and most people generally go with a sharper one because "sharp" tends to look nicer. Spline36 or Lanczos are the ones I usually use, whether its for going up or going down.

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

Re: Scale down filters

Post by mirkosp » Thu Apr 15, 2010 5:05 pm

Zarxrax wrote:Generally the resizer you use doesn't make a huge difference, in fact I would say it's probably not even noticeable to 99% of people.
Go Alan, use PointResize! :ying:
Image

User avatar
EvaFan
Joined: Sun Mar 21, 2004 10:25 pm
Status: (*゚▽゚)o旦~ ー乾杯ー♪
Location: Somerset, KY
Org Profile

Re: Scale down filters

Post by EvaFan » Thu Apr 15, 2010 8:45 pm

I use bilinear for everything but in general you would use a smoothing resizer if your going to downscale.
"The people cannot be [...] always, well informed. The part which is wrong will be discontented, in proportion to [...] the facts they misconceive. If they remain quiet under such misconceptions, it is lethargy, the forerunner of death to public liberty. What country can preserve its liberties, if it's rulers are not warned [...] that this people preserve the spirit of resistance? The tree of liberty must be refreshed from time to time, with the blood of patriots and tyrants."-Thomas Jefferson

Mister Hatt
Joined: Tue Dec 25, 2007 8:26 am
Status: better than you
Contact:
Org Profile

Re: Scale down filters

Post by Mister Hatt » Thu Apr 15, 2010 9:00 pm

Bilinear blurs things more than necessary. Lanczos has terrible artifacting. The only resizers that should ever be used are spline36 and bicubic, and if you know the math behind it and have a good reason, sincresize. Bicubic is generally used when your source is bad and could do with a good blurring and then some sharpening afterwards. Spline36 is the all purpose resizer. Spline16/64 are broken and should not be used. Spline filters are effectively lanczos with higher taps, and therefor more sharpness, without the artifacts and ringing. For upscaling, planar interpolation is the best method but should only be used if your source is already RGB, and it's slow.

Locked

Return to “AviSynth Help”