Crate ffmpeg_wasi[][src]

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’s Compute@Edge.

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.