Thread: Vapoursynth
View Single Post
Old 3rd March 2020, 07:44   #3751  |  Link
lansing
Registered User
 
Join Date: Sep 2006
Posts: 1,657
I don't know if this is a bug from vapoursynth or KNLMeansCL. KNLMeansCL requires input clip to be YUV444P10, but it still complains about it when I converted my clip to YUV444P10.

Code:
clip = core.resize.Bicubic(clip, format=vs.YUV444P10)
clip = core.knlm.KNLMeansCL(clip)
But then it works when I convert it to YUV444P8
lansing is offline   Reply With Quote