Khanattila / KNLMeansCL

An optimized OpenCL implementation of the Non-local means de-noising algorithm
GNU General Public License v3.0
107 stars 22 forks source link

Error with channels = "YUV" #23

Closed theChaosCoder closed 7 years ago

theChaosCoder commented 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

Error on frame 23823 request: knlm.KNLMeansCL: fatal error! (VapourSynthGetFrame) Error on frame 0 request: knlm.KNLMeansCL: fatal error! (VapourSynthGetFrame)

Khanattila commented 7 years ago

It's not a bug. "YUV" requires 4:4:4 sub-ampling.