0neSe7en / rust-ffmpeg-sys

FFmpeg bindings for Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

FFmpeg bindings for Rust.


Languages

Language:Rust 98.4%Language:Shell 1.0%Language:Nix 0.6%