Skip to content

Latest commit

 

History

History
63 lines (35 loc) · 1.72 KB

File metadata and controls

63 lines (35 loc) · 1.72 KB

RustSynth

crates.io docs.rs License: LGPL v2.1

Safe & performant Rust bindings for VapourSynth video processing framework.

A modern fork of vapoursynth-rs with support for the latest VapourSynth API versions.

Quick Start

Add this to your Cargo.toml:

[dependencies]
rustsynth = "0.7"

Further guide see the book

Documentation

Packages

This workspace contains three main packages:

rustsynth

crates.io

High-level safe wrapper for VapourSynth with a Rust-friendly API.

rustsynth-sys

crates.io

Low-level FFI bindings to VapourSynth C API.

rustsynth-derive

crates.io

Procedural macros for creating VapourSynth plugins.

Examples/Tools

rspipe

crates.io

vspipe-rs

Community

Join our Discord server for support and development discussions.

License

Licensed under LGPL-2.1. See LICENSE for details.