30 releases

0.5.3 Mar 27, 2024
0.5.1 Feb 23, 2024
0.3.12 Nov 22, 2023
0.3.10 May 31, 2023
0.1.1 Sep 27, 2019

#74 in Video

Download history 50/week @ 2024-02-08 147/week @ 2024-02-15 243/week @ 2024-02-22 52/week @ 2024-02-29 169/week @ 2024-03-07 35/week @ 2024-03-14 131/week @ 2024-03-21 83/week @ 2024-03-28 20/week @ 2024-04-04

229 downloads per month
Used in 4 crates (2 directly)

Apache-2.0

200KB
6K SLoC

stainless-ffmpeg

Efficient Rust wrapper for FFmpeg.

Build Status Coverage Status

Prerequisites

Build

cargo build

Run examples

  • Display file characteristics from container format and streams (video, audio, subtitles, data, ..) :
cargo run --example probe -- my_movie.mxf
  • Use graph for encoding and decoding video and audio :
cargo run --example graph -- my_graph.json

Dependencies

~3.5–7.5MB
~131K SLoC