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

#56 in Video

Download history 6/week @ 2024-09-24 19/week @ 2024-10-01 3/week @ 2024-10-15 127/week @ 2024-10-22 131/week @ 2024-10-29 8/week @ 2024-11-05 80/week @ 2024-11-12 110/week @ 2024-11-19 67/week @ 2024-11-26 441/week @ 2024-12-03 456/week @ 2024-12-10 35/week @ 2024-12-17 5/week @ 2024-12-24 14/week @ 2024-12-31

863 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