vpx-encode 0.4.1

Rust interface to libvpx encoder
docs.rs failed to build vpx-encode-0.4.1
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: vpx-encode-0.6.2

vpx-encode

Rust interface to libvpx encoder

This crate provides a Rust API to use libvpx for encoding images.

It it based entirely on code from srs. Compared to the original srs, this code has been simplified for use as a library and updated to add support for both the VP8 codec and (optionally) the VP9 codec.

Optional features

Compile with the cargo feature vp9 to enable support for the VP9 codec.

Example

An example of using vpx-encode can be found in the record-screen program. The source code for record-screen is in the vpx-encode git repository.

Contributing

All contributions are appreciated.

License: MIT