Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/animafps/rustsynth
- Owner: animafps
- License: lgpl-2.1
- Created: 2023-01-14T22:37:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-01T02:24:13.000Z (over 1 year ago)
- Last Synced: 2024-10-08T02:41:23.125Z (3 months ago)
- Topics: bindings, multimedia, rust, rust-bindings, rust-crate, rust-wrapper, vapoursynth, wrapper
- Language: Rust
- Homepage: https://crates.io/crates/rustsynth
- Size: 171 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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