stainless_ffmpeg 0.2.0

Efficient Rust wrapper for FFmpeg.
docs.rs failed to build stainless_ffmpeg-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: stainless_ffmpeg-0.5.3

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