Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 Status

A 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.