Skip to content
FFmpeg bindings for rust
Rust Shell
Branch: master
Clone or download
mewlips Merge pull request #10 from jamesrhurst/master
Added logging levels to avutil
Latest commit 21631a3 May 18, 2015
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
avcodec54 Updated bindings Apr 29, 2015
avcodec55 Updated bindings Apr 29, 2015
avdevice54 Updated bindings Apr 29, 2015
avdevice55 Updated bindings Apr 29, 2015
avfilter3 Updated bindings Apr 29, 2015
avfilter4 Updated bindings Apr 29, 2015
avformat54 Updated bindings Apr 29, 2015
avformat55 Updated bindings Apr 29, 2015
avutil52 Added logging levels to avutil May 18, 2015
src Updated bindings Apr 29, 2015
swresample0 Updated bindings Apr 29, 2015
swscale2 Updated bindings Apr 29, 2015
.gitignore update .gitignore Jul 14, 2014
.travis.yml update .travis.yml Sep 16, 2014
Cargo.toml Updated bindings Apr 29, 2015
LICENSE add license description Dec 13, 2013
README.md update README.md Jul 22, 2014
gen.sh Updated bindings Apr 29, 2015

README.md

rust-ffmpeg

FFmpeg bindings for rust

Build Status

How to build

$ git clone https://github.com/mewlips/rust-ffmpeg.git
$ cd rust-ffmpeg
$ cargo build

License

The source is available under the MIT license, but the license of the binaries depends on how FFmpeg was compiled.

You can’t perform that action at this time.