View Single Post
Old 3rd April 2021, 20:45   #11  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
Quote:
Originally Posted by Dogway View Post
I wasn't using lsb on my nnedi3_resize16 () call so I didn't expect Dither_resize16 to be used, but I haven't inspected the code closely. Maybe the function needs an update since there are so many alternatives lately.
yes even without lsb Dither_resize16 still needed in nnedi3_resize16, I did update it but the update only for HBD case since there are no full replacement for Dither_resize16 unless someone backport https://github.com/EleonoreMizo/fmtconv

also there are SmoothAdjust that has no alternatives and the worst is close source so for HBD there are many things that will not work as I said before (but I will put it here with some edit)
Quote:
new basic HBD support for nnedi3_resize16.avsi and ContraSharpen_mod.avsi, with HBD you will need ResizeX and most conversion parameters in nnedi3_resize16 will not do anything (since the input color formats = the output color formats), the output also is different in HBD (maybe it will be similar with FastNnediHBD=true)
so maybe you can try edi_rpow2() instead of nnedi3_resize16

Quote:
Is there any speed difference between ScriptClip and gScriptClip?
in your case no, both will use GRunT since you use args
__________________
See My Avisynth Stuff

Last edited by real.finder; 3rd April 2021 at 20:54.
real.finder is offline   Reply With Quote