View Single Post
Old 26th January 2016, 20:46   #22  |  Link
tObber166
Registered User
 
Join Date: Nov 2012
Posts: 23
Code:
import vapoursynth as vs
import finesharp
core = vs.get_core()
clip = core.lsmas.LWLibavSource(source = r'c:\test4.mts')
clip = finesharp.sharpen(clip)
clip.set_output()

"AttributeError: module 'finesharp' has no attribute 'sharpen"


What am I missing here?
tObber166 is offline   Reply With Quote