poisondeathray
26th September 2015, 23:55
It's probably something stupid, but I can't get Histogram to work . I tried bunch of combos, lower case "h", input = ret, etc... It works fine without the Histogram line
I either get a "There is no attribute or namespace named histogram", or "There is no function named histogram" message. "libhistogram.dll" is in my C:\Program Files (x86)\VapourSynth\core64\plugins directory
Can someone please give an example of the syntax ? I couldn't find any documentation or examples
import vapoursynth as vs
import havsfunc as haf
core = vs.get_core()
ret = core.lsmas.LWLibavSource(source=r'E:\video.avi', format="YUV420P8")
#ret = core.std.Histogram(ret)
ret.set_output()
Thanks
I either get a "There is no attribute or namespace named histogram", or "There is no function named histogram" message. "libhistogram.dll" is in my C:\Program Files (x86)\VapourSynth\core64\plugins directory
Can someone please give an example of the syntax ? I couldn't find any documentation or examples
import vapoursynth as vs
import havsfunc as haf
core = vs.get_core()
ret = core.lsmas.LWLibavSource(source=r'E:\video.avi', format="YUV420P8")
#ret = core.std.Histogram(ret)
ret.set_output()
Thanks