04.05.2023, 21:55
(04.05.2023, 21:48)Selur Wrote: KNLMeansCL was basically designed to use the GPU, the cpu mode was always just some sort of 'fallback' function in it.
Also, using the gpu and the cpu with the same filter usually doesn't make sense since the communication overhead to copy intermediate results between them would kill any speed boost you get.
Quote:syntax errorThat error has nothing to do with the syntax of the call. The syntax is correct.
Problem is that KNLMeansCL looks for some opencl platform which isn't available on your system.
So, thats the main difference between "KNLMeansCL" and the NLmeans filter that is used in vidcoder !?
Because although the two filters do provide identical results, the filter in vidcoder uses full cpu mode .. And i get like 3 times more fps out of it ...
so, i have to appeal to the creator at github to improve compatibility in hybrid ? No way to fix / workarround this so it would work in cpu mode ?
thanks anyway,
cheers,
td