Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 729 Bytes

File metadata and controls

26 lines (19 loc) · 729 Bytes

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