ffmpeg-sys

Crates.ioffmpeg-sys
lib.rsffmpeg-sys
version4.3.3
sourcesrc
created_at2015-05-04 16:00:00.037247
updated_at2021-07-10 12:56:07.076814
descriptionFFI bindings to FFmpeg
homepage
repositoryhttps://github.com/meh/rust-ffmpeg-sys
max_upload_size
id2025
size72,292
owners (github:robigalia:owners)

documentation

README

Rust FFI bindings for ffmpeg

Low-level bindings for ffmpeg autogenerated with bindgen. This crate supports cross-compilation automatically.

For higher-level library, see ffmpeg crate.

Building

By default, the crate will search for ffmpeg v4 installed on the system.

This crate can also download, build and statically link its own copy of ffmpeg if you enable build feature:

[dependencies]
ffmpeg-sys = { version = "4", features = ["build"] }

See Cargo features to control which codecs are included.

Commit count: 247

cargo fmt