Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/animafps/rustsynth

🦀📦 a safe wrapper for VapourSynth, written in Rust
https://github.com/animafps/rustsynth

bindings multimedia rust rust-bindings rust-crate rust-wrapper vapoursynth wrapper

Last synced: 3 months ago
JSON representation

🦀📦 a safe wrapper for VapourSynth, written in Rust

Awesome Lists containing this project

README

        

# RustSynth

Fork of [vapoursynth-rs](https://github.com/YaLTeR/vapoursynth-rs) for the latest api versions

**[support and dev discord](https://discord.com/invite/5z3YhWstQr)**

[Docs for main branch](https://rustsynth.animafps.xyz/rustsynth/index.html)

## rustsynth

> **Warning**
>
> VapourSynth API coverage is limited and is still in early devlopment so breaking changes will occur to the API before v1.0
>
> [Roadmap](https://github.com/animafps/rustsynth/issues/1)

[![crates.io](https://img.shields.io/crates/v/rustsynth.svg)](https://crates.io/crates/rustsynth)

Safe wrapper for VapourSynth, written in Rust

[Documentation](https://docs.rs/rustsynth)

see [rustsynth/README.md](./rustsynth/README.md) for more details

## rustsynth-sys

[![crates.io](https://img.shields.io/crates/v/rustsynth-sys.svg)](https://crates.io/crates/rustsynth-sys)

Low level VapourSynth bindings to Rust

[Documentation](https://docs.rs/rustsynth-sys)

see [rustsynth-sys/README.md](./rustsynth-sys/README.md) for more details

## rustsynth-derive

[![crates.io](https://img.shields.io/crates/v/rustsynth-derive.svg)](https://crates.io/crates/rustsynth-derive)

Procedual macro helpers for rustsynth

[Documentation](https://docs.rs/rustsynth-derive)

see [rustsynth-derive/README.md](./rustsynth-derive/README.md) for more details

## License

This repository and associated libraries are licensed under LGPL-2.1 see [LICENSE](./LICENSE) for details