Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Irrational-Encoding-Wizardry/vsutil
A collection of general purpose Vapoursynth functions to be reused in modules and scripts
https://github.com/Irrational-Encoding-Wizardry/vsutil
hacktoberfest
Last synced: 9 days ago
JSON representation
A collection of general purpose Vapoursynth functions to be reused in modules and scripts
- Host: GitHub
- URL: https://github.com/Irrational-Encoding-Wizardry/vsutil
- Owner: Irrational-Encoding-Wizardry
- License: mit
- Created: 2019-03-05T20:43:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-18T23:21:35.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T00:14:12.042Z (15 days ago)
- Topics: hacktoberfest
- Language: Python
- Homepage:
- Size: 165 KB
- Stars: 28
- Watchers: 7
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
vsutil
------|build| |discord| |docs|
.. |build| image:: https://github.com/Irrational-Encoding-Wizardry/vsutil/workflows/build/badge.svg
:target: https://github.com/Irrational-Encoding-Wizardry/vsutil/actions?query=workflow%3Abuild+
:alt: Build.. |discord| image:: https://img.shields.io/discord/221919789017202688.svg
:target: https://discord.gg/ZB7ZXbN
:alt: Discord.. |docs| image:: https://readthedocs.org/projects/vsutil/badge/?version=latest
:target: http://vsutil.encode.moe/en/latest/?badge=latest
:alt: Documentation StatusA collection of general-purpose VapourSynth functions to be reused in modules and scripts.
The goal for vsutil is to allow authors of various "func" scripts to make use of premade helper functions instead of having to write their own.
There are various benefits to this. For starters, only one script will require updating if anything is changed in VapourSynth instead of every single func. This also helps unmaintained scripts from breaking and never being fixed. Additionally this will also be a good resource for new authors and makes functions easier to write and read.
As this is a community-driven project, contributions are heavily encouraged. vsutil will be continually updated to ensure it is up-to-date with changes to VapourSynth and to include various pull requests sent in by contributors.