Thread: Avisynth+
View Single Post
Old 10th May 2018, 17:37   #4041  |  Link
bxyhxyh
Registered User
 
Join Date: Dec 2011
Posts: 354
I found a bug, when I was trying to minimize rounding errors of resize.blur.blur.blur.resize.sharpen.sharpen.sharpen.sharpen kind of script.

source


source.Spline16Resize(512,384)


source.ConvertTo16bit().Spline16Resize(512,384).ConvertTo8bit()


All resizers and all target resolutions are the same.

Last edited by bxyhxyh; 10th May 2018 at 17:46.
bxyhxyh is offline