All Projects → jedisct1 → rust-ffmpeg-wasi

jedisct1 / rust-ffmpeg-wasi

Licence: MIT License
ffmpeg libraries precompiled for WebAsembly/WASI, as a Rust crate.

Programming Languages

rust
11053 projects

FFMPEG crate for WebAssembly/WASI

This crate bundles FFMPEG's libraries, precompiled for WebAssembly. No native installation required.

Compatible with Fastly's Compute@Edge.

Includes VP9 and AV1 encoders.

These are low-level bindings, directly exposing the original C functions to Rust.

Usage

[dependencies]
ffmpeg-wasi = "0"
use ffmpeg_wasi::*;
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].