bvsfunc, a collection of VapourSynth functions and wrappers written and/or "borrowed" by begna112. This README is stolen from LightArrowsEXE.
Full information on how every function/wrapper works and specific dependencies can be found in the documentation.
Install with python3 setup.py install.
Functions can be loaded into VS...
import bvsfunc as bvs
bvs.util.ap_video_source
bvs.mods.DescaleAAMod
...
or accessed via the commandline...
$ > AudioProcessor -h