6 releases (3 breaking)

0.4.0 Apr 18, 2023
0.3.0 Feb 5, 2023
0.2.1 Jan 15, 2023
0.1.1 Jan 15, 2023

#231 in Video

Download history 1/week @ 2024-02-23 19/week @ 2024-03-01 104/week @ 2024-03-08 46/week @ 2024-03-29

154 downloads per month

LGPL-2.1

3.5MB
39K SLoC

C++ 27K SLoC // 0.1% comments Rust 3K SLoC // 0.0% comments Cython 3K SLoC // 0.1% comments C 2.5K SLoC // 0.1% comments Visual Studio Project 1.5K SLoC Python 1K SLoC // 0.1% comments Batch 262 SLoC M4 248 SLoC // 0.4% comments Visual Studio Solution 156 SLoC Automake 123 SLoC

rustsynth

crates.io

Safe rust vapoursynth wrapper

Fork of the vapoursynth-rs for the current and latest VapourSyth API version

For the ffi bindings see (rustsynth-sys)https://github.com/animafps/rustsynth/tree/main/rustsynth-sys

Documentation


lib.rs:

A safe wraper for VapourSynth, written in Rust

Is a fork of vapoursynth-rs project for the latest VapourSynth API version

The primary goal is safety (that is, safe Rust code should not trigger undefined behavior), and secondary goals include performance and ease of use.

The VapourSynth prelude.

Contains the types you most likely want to import anyway.

Dependencies