ffmpeg-wasi

Crates.ioffmpeg-wasi
lib.rsffmpeg-wasi
version0.1.14
sourcesrc
created_at2021-03-02 23:43:59.468514
updated_at2024-04-29 16:30:24.234868
descriptionFFMPEG for WebAssembly/WASI
homepagehttps://github.com/jedisct1/rust-ffmpeg-wasi
repositoryhttps://github.com/jedisct1/rust-ffmpeg-wasi
max_upload_size
id362905
size50,861,406
Frank Denis (jedisct1)

documentation

README

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::*;
Commit count: 15

cargo fmt