Safe & performant Rust bindings for VapourSynth video processing framework.
A modern fork of vapoursynth-rs with support for the latest VapourSynth API versions.
Add this to your Cargo.toml
:
[dependencies]
rustsynth = "0.5"
This workspace contains three main packages:
High-level safe wrapper for VapourSynth with a Rust-friendly API.
Low-level FFI bindings to VapourSynth C API.
Procedural macros for creating VapourSynth plugins.
Join our Discord server for support and development discussions.
Licensed under LGPL-2.1. See LICENSE for details.