Crates.io | ffmpeg-wasi |
lib.rs | ffmpeg-wasi |
version | 0.1.14 |
source | src |
created_at | 2021-03-02 23:43:59.468514 |
updated_at | 2024-04-29 16:30:24.234868 |
description | FFMPEG for WebAssembly/WASI |
homepage | https://github.com/jedisct1/rust-ffmpeg-wasi |
repository | https://github.com/jedisct1/rust-ffmpeg-wasi |
max_upload_size | |
id | 362905 |
size | 50,861,406 |
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.
[dependencies]
ffmpeg-wasi = "0"
use ffmpeg_wasi::*;