dylanblokhuis / stainless-ffmpeg

Efficient Rust wrapper for FFmpeg.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Efficient Rust wrapper for FFmpeg.

License:Apache License 2.0


Languages

Language:Rust 100.0%