ffmpeg-wasi 0.1.14

FFMPEG for WebAssembly/WASI
Documentation

FFMPEG crate for WebAssembly/WASI

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

Compatible with Fastly Compute.

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::*;