vapoursynth-sys

crates.io Documentation

Raw bindings to VapourSynth.

Check out vapoursynth-rs for a safe Rust wrapper.

Supported Versions

Right now the x8664 and i686 Unix and x8664 Windows targets are supported.

All VapourSynth and VSScript API versions starting with 3.0 are supported. By default the crates use the 3.0 feature set. To enable higher API version support, enable one of the following Cargo features:

To enable linking to VapourSynth or VSScript functions (currently required to do anything useful), enable the following Cargo features:

Building

Make sure you have the corresponding libraries available if you enable the linking features. You can use the VAPOURSYNTH_LIB_DIR environment variable to specify a custom directory with the library files.

License

Licensed under either of

at your option.