This package is intended to be a sort of testing grounds for functions I write. As such, you should NEVER rely on this package, and instead wait for the useful functions to get adopted into other JET packages.
A collection of VapourSynth functions and wrappers
written and/or modified by LightArrowsEXE.
Full information on how every function/wrapper works,
as well as a list of dependencies and links,
can be found in the docstrings of each function/wrapper.
For further support,
drop by #dev
in the JET Discord server.
If you have the old lvsfunc.py
module,
remove that from your system first.
Install lvsfunc
with the following command:
$ pip3 install lvsfunc --no-cache-dir -U
Or if you want the latest git version, install it with this command:
$ pip3 install git+https://github.com/Irrational-Encoding-Wizardry/lvsfunc.git --no-cache-dir -U
After installation, functions can be loaded and used as follows:
import lvsfunc as lvf
aa = lvf.deblock.autodb_dpir(...)
comp = lvf.comparison.compare(...)
...
Anything MAY change at any time. The public API SHOULD NOT be considered stable.
Many functions in this package are considered EXPERIMENTAL, and are likely to require either full testing, or may be moved to a different Jaded Encoding Thaumaturgy package after some time.
If you use lvsfunc in any of your projects, please consider hardcoding a version requirement.