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

#79 in Video

Download history 4/week @ 2023-12-22 3/week @ 2023-12-29 1/week @ 2024-02-02 52/week @ 2024-02-09 148/week @ 2024-02-16 246/week @ 2024-02-23 151/week @ 2024-03-01 69/week @ 2024-03-08 30/week @ 2024-03-15 154/week @ 2024-03-22 68/week @ 2024-03-29 11/week @ 2024-04-05

269 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
~130K SLoC