Crates.io | caved |
lib.rs | caved |
version | 0.0.0 |
source | src |
created_at | 2018-10-09 22:09:28.740056 |
updated_at | 2018-10-09 22:09:28.740056 |
description | Codecs for Audio and Video Encoding and Decoding, static bindings to libav (ffmpeg). Some re-implemented in Rust. Goal is for all Rust. |
homepage | https://gitlab.com/plopgrizzly/caved |
repository | https://github.com/plopgrizzly/caved |
max_upload_size | |
id | 88961 |
size | 49,907,126 |
Codecs for Audio and Video, static bindings to libav (ffmpeg). Some re-implemented in Rust. Goal is for all Rust.
libav
is a great tool for doing multimedia encoding and decoding - but wouldn't it be
even better if it was written in Rust, dual licensed under MIT and Boost version 1?
Here it is - well, at least the beginnings of it.
caved
's current features:
extern crate caved;
use caved::*;
cc
crate).