Closed theChaosCoder closed 7 years ago
clip is YUV420P16 knl version 1.1.0
core.knlm.KNLMeansCL(clip, d=6, a = 8, s = 2, h=3.4, wmode = 3, channels = "YUV") Y and UV works but not YUV
core.knlm.KNLMeansCL(clip, d=6, a = 8, s = 2, h=3.4, wmode = 3, channels = "YUV")
Error on frame 23823 request: knlm.KNLMeansCL: fatal error! (VapourSynthGetFrame) Error on frame 0 request: knlm.KNLMeansCL: fatal error! (VapourSynthGetFrame)
It's not a bug. "YUV" requires 4:4:4 sub-ampling.
clip is YUV420P16 knl version 1.1.0
core.knlm.KNLMeansCL(clip, d=6, a = 8, s = 2, h=3.4, wmode = 3, channels = "YUV")
Y and UV works but not YUV