Crates.io | libvpx-native-sys |
lib.rs | libvpx-native-sys |
version | 5.0.13 |
source | src |
created_at | 2017-02-04 14:43:42.831911 |
updated_at | 2023-11-20 20:15:27.868152 |
description | Rust bindings to libvpx |
homepage | https://github.com/kornelski/rust-vpx/tree/master/src/sys |
repository | https://github.com/kornelski/rust-vpx |
max_upload_size | |
id | 8381 |
size | 283,061 |
Rust bindings to libvpx.
Allows encoding of VP9 video frames, and together with WebM, cration of WebM video files.
Supports system-wide installations of libvpx. Includes bundled FFI for a few versions of libvpx. You can also enable generate
feature of this crate to generate FFI on the fly for a custom version of libvpx.