Port of the built-in Avisynth filter Tweak. dither
realcalc
dither_strength
sse
are not currently supported.
If the __ARM_NEON__
marco is defined, the plugin will compile with neon optimizations. Otherwise, C routines are taken (compiler automatic vectorize may still happen).
core.adjust.Tweak(clip=clip, [float hue = 0.0, float sat = 1.0, float bright = 0.0, float cont = 1.0, bool coring = True, float startHue = 0.0, float endHue = 360.0, float maxSat = 150.0, float minSat = 0.0, float interp = 16.0])
Also see http://avisynth.nl/index.php/Tweak and https://github.com/dubhater/vapoursynth-adjust.
meson setup build
ninja -C build
ninja -C build install