Skip to content

yuygfgg/Vapoursynth-adjust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

Usage

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.

Compilation

meson setup build
ninja -C build
ninja -C build install

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published