Crate ffmpeg_wasi

Source
Expand description

FFMPEG low-level bindings for Rust, precompiled for WebAssembly/WASI.

This crate bundles FFMPEG’s avcodec and avformat libraries, precompiled for WebAssembly. No native installation required.

Compatible with Fastly Compute.

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

§Usage

[dependencies]
ffmpeg-wasi = "0"

Modules§

avcodec
avfilter
avformat
avutil
swscale

Structs§

FFMpegAllocator
Allocator backed by the ffmpeg memory allocation functions.