Thread: Vapoursynth
View Single Post
Old 7th May 2018, 16:31   #3085  |  Link
Boulder
Pig on the wing
 
Boulder's Avatar
 
Join Date: Mar 2002
Location: Finland
Posts: 5,718
Did something break with the Windows 10 April 1803 update? I'm unable to load KNLMeansCL anymore; the plugin has been in the plugins64 folder all the time and now VSEdit is saying "AttributeError: No attribute with the name knlm exists. Did you mistype a plugin namespace?"

Code:
import vapoursynth as vs
core = vs.get_core()
clp = core.dgdecodenv.DGSource(r'C:\Temp\testclip.dgi')
clp = core.knlm.KNLMeansCL(clp)
clp.set_output()
__________________
And if the band you're in starts playing different tunes
I'll see you on the dark side of the Moon...
Boulder is offline   Reply With Quote