Log in

View Full Version : Various Vapoursynth modules


Are_
3rd December 2012, 19:00
Vapoursynth-modules-v0.1 (https://github.com/downloads/4re/vapoursynth-modules/vapoursynth-modules-v0.1.zip)

It includes a collection of modules for vapoursynth ported from various avisynth scripts.

It currently has:

contrasharpening.py:
contrasharpening(filtered, original)

dehalo_alpha.py:
dehalo_alpha(src, rx=2.0, ry=2.0, darkstr=1.0, brightstr=1.0, lowsens=50, highsens=50, ss=1.5)
yahr(src)

edgecleaner.py:
edgecleaner(src, strength=16, rep=True, rmode=17, smode=0, hot=False)

fastlinedarken.py:
fastLinedarken(src, strength=48, luma_cap=191, threshold=4, thinning=0)

rangeutils.py:
replacerange(clip1, clip2, start, end=None)
deleterange(src, start, end=None)
freezeloop(src, start, end, loopStart, loopEnd=None)
blankit(src, start, end=None, color=None)

supersampledantialiasing.py:
ssaa(clip, th_mask=11, sharpen=False, smask=False)

In the Examples.txt there is information on how to load and call each function and their dependencies.