Light's Vapoursynth Functions
Project description
lvsfunc
A collection of VapourSynth functions and wrappers written and/or "borrowed" by LightArrowsEXE. Full information on how every function/wrapper works, as well as specific dependencies can be found in the documentation.
How to install
If you have the old lvsfunc.py
module,
remove that from your system first.
You can then install lvsfunc
with python3 setup.py install
.
Arch Linux
Install the AUR package vapoursynth-plugin-lvsfunc-git
with your favorite AUR helper:
$ yay -S vapoursynth-plugin-lvsfunc-git
Usage
After installation, functions can be loaded and used as follows:
import lvsfunc as lvf
src = lvf.misc.source(...)
aa = lvf.aa.nneedi3_clamp(...)
comp = lvf.comparison.compare(...)
...
Requirements
- Python 3.8 or newer
- Vapoursynth R49 or newer
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lvsfunc-0.1.0.tar.gz
(30.6 kB
view hashes)
Built Distribution
lvsfunc-0.1.0-py3-none-any.whl
(37.2 kB
view hashes)