Irrational-Encoding-Wizardry / lvsfunc

lvsfunc, a collection of LightArrowsEXE's VapourSynth functions and wrappers

Home Page:https://lvsfunc.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lvsfunc

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

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 documentation. For further support, drop by #lvsfunc in the IEW Discord server.

How to install

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

Usage

After installation, functions can be loaded and used as follows:

import lvsfunc as lvf

src = lvf.misc.source(...)
aa = lvf.aa.clamp_aa(...)
comp = lvf.comparison.compare(...)
...

Disclaimer

Anything MAY change at any time. The public API SHOULD NOT be considered stable. If you use lvsfunc in any of your projects, consider hardcoding a version requirement.

About

lvsfunc, a collection of LightArrowsEXE's VapourSynth functions and wrappers

https://lvsfunc.readthedocs.io/

License:MIT License


Languages

Language:Python 100.0%