/ssfunc

Primary LanguagePythonMIT LicenseMIT


Code style: black License: MIT

ssfunc

SeaSmoke's VapourSynth Functions.

aka shit I stole and pass off as my own

A mix of dumb and broken wrappers, some slighly useful wrappers, and a bunch of random utility functions. util.py, fansub.py, and misc.py are the only ones you'd probably want to use. dehalo.py is still a WIP, although it's probably good enough for use. The rest are simply wrappers around existing functions/plugins written because I'm a lazy ass, may or may not be broken.

If you find something broken or very obviously wrong, feel free to open an issue or send in a PR.

Installation

If you have an old ssfunc.py or an older stolenfunc.py on your system, delete that. Then run the following command.

python -m pip install git+https://github.com/notSeaSmoke/ssfunc.git

Requirements