33 releases

0.5.6 Oct 30, 2024
0.5.4 Jun 14, 2024
0.5.3 Mar 27, 2024
0.3.12 Nov 22, 2023
0.1.1 Sep 27, 2019

#74 in Video

Download history 8/week @ 2024-09-25 17/week @ 2024-10-02 3/week @ 2024-10-09 128/week @ 2024-10-23 131/week @ 2024-10-30 35/week @ 2024-11-06 56/week @ 2024-11-13 131/week @ 2024-11-20 79/week @ 2024-11-27 494/week @ 2024-12-04 368/week @ 2024-12-11 34/week @ 2024-12-18 4/week @ 2024-12-25 140/week @ 2025-01-01 53/week @ 2025-01-08

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

Apache-2.0

205KB
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
~138K SLoC