Thread: nnedi3cl
View Single Post
Old 22nd October 2017, 18:15   #17  |  Link
HolyWu
Registered User
 
Join Date: Aug 2006
Location: Taiwan
Posts: 392
Code:
clip = core.ffms2.Source('lena512.bmp').std.Loop(1000)
#clip = core.nnedi3.nnedi3(clip, field=1, pscrn=2)
#clip = core.znedi3.nnedi3(clip, field=1, pscrn=2)
Code:
nnedi3: Output 1000 frames in 6.70 seconds (149.24 fps)
znedi3: Output 1000 frames in 71.07 seconds (14.07 fps)
I have a feeling that the code path selection is wrong and it goes into pure c functions.

Anyway, I have no specific favor over CPU or GPGPU personally. It's simply provided as an alternative here. The users will choose which one to use on their own depending on the speed they get then.
HolyWu is offline