Kernel objects for scaling and format conversion within VapourSynth


Keywords
image-scaling, scaling-methods, vapoursynth, vapoursynth-functions, vapoursynth-plugins, video-scaler
License
MIT
Install
pip install vskernels==3.1.0

Documentation

vs-kernels

Read the Docs PyPI - Python Version PyPI GitHub commits since tagged version PyPI - License Discord

Kernels are a collection of wrappers pertaining to (de)scaling, format conversion, and other related operations, all while providing a consistent and clean interface. This allows for easy expansion and ease of use for any other maintainers who wishes to use them in their own functions.

You can create presets for common scaling algorithms or settings, while ensuring the interface will always remain the same, even across different plugins with their own settings and expected behavior.

For support you can check out the JET Discord server.

How to install

Install vskernels with the following command:

pip install vskernels --no-cache-dir -U

Or if you want the latest git version, install it with this command:

pip install git+https://github.com/Jaded-Encoding-Thaumaturgy/vs-kernels.git --no-cache-dir -U