Even though spline36 is a "sharp" re-sizer, it won't cause artifacts when downsizing. If anything spline36 will have a better "interpreted" image than spline16. Spline is better than Lanczos at downsizing (lanczos will causing ringing, blackman re-size (in avisynth) attempts to correct this). I've never heard of anything like using spline16 when you only need to scale down to less than half the original size which makes me think that's some made up thing.Micio2 wrote:As long as he just need to scale down less than half the original size, isn't it better spline16resize?ngsilver wrote:... use an avisynth script and spline36resize(1280,720) the video so you now have 720p...
I think 8 samples too much for scale down only to 2/3 of full size, it maybe using spline36resize will lead to less sharpness than spline16resize. But I think hardly someone can notice the difference viewing the resulting video: the two videos needs be compared frame by frame
This makes me to think run some test.... never scaled 1080 to 720(scaling 1080 to 320, more often, and spline36resize works like a charm
)
Bicubic is also acceptable when downsizing (more speed). Side effect of downsizing with bicubic is some AA. It probably won't be as sharp as spline36.