vpx-encode

Crates.iovpx-encode
lib.rsvpx-encode
version0.6.2
sourcesrc
created_at2019-06-09 07:23:57.144368
updated_at2022-08-31 04:58:01.166205
descriptionRust interface to libvpx encoder
homepage
repositoryhttps://github.com/astraw/vpx-encode
max_upload_size
id139924
size18,554
Andrew Straw (astraw)

documentation

README

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 of record screen is here.

Contributing

All contributions are appreciated.

License: MIT

Commit count: 79

cargo fmt