caved

Crates.iocaved
lib.rscaved
version0.0.0
sourcesrc
created_at2018-10-09 22:09:28.740056
updated_at2018-10-09 22:09:28.740056
descriptionCodecs for Audio and Video Encoding and Decoding, static bindings to libav (ffmpeg). Some re-implemented in Rust. Goal is for all Rust.
homepagehttps://gitlab.com/plopgrizzly/caved
repositoryhttps://github.com/plopgrizzly/caved
max_upload_size
id88961
size49,907,126
Jeron Aldaron Lau (AldaronLau)

documentation

https://docs.rs/caved

README

Plop Grizzly

Codecs for Audio and Video Encoding and Decoding

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.

Features

caved's current features:

  • Nothing yet

Getting started

extern crate caved;
use caved::*;

Contributing

Roadmap to 0.1 (Future Features)

  • FFI into libav
  • Static linking libav (using cc crate).

Roadmap to 1.0 (Future Features)

  • Written all in Rust.

Change Log

0.0.0

  • Initial release
Commit count: 16

cargo fmt