10.12.2021, 17:26
Okay, that is strange, normalls KNLMeansCL should support "8-16 int / 32 float GRAY, YUV, RGB, YCOCG".
Sadly I can't test this here since I only run MacOS in a VM which has no hardware accelleration at all.
As a workaround you could add a custom section before the denoising which uses:
this would tell Hybrid to convert the current YUV content to YUV444P10.
Cu Selur
Sadly I can't test this here since I only run MacOS in a VM which has no hardware accelleration at all.
As a workaround you could add a custom section before the denoising which uses:
clip = core.resize.Bicubic(clip=clip, format=vs.YUV444P10, range_s="limited")
# colorformat YUV444P10
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.