encode-webm-video-frames

Crates.ioencode-webm-video-frames
lib.rsencode-webm-video-frames
version0.4.4
sourcesrc
created_at2020-06-11 14:39:37.157002
updated_at2020-06-11 14:39:37.157002
descriptionA simple video encoder that takes frames in YUV format and generates a WebM file from them
homepagehttps://lib.rs/crates/encode-webm-video-frames
repositoryhttps://gitlab.com/kornelski/encode-webm-video-frames
max_upload_size
id252792
size23,175
Kornel (kornelski)

documentation

README

Simple video encoder using libvpx

This encoder has been written as a back-end for a GIF to video converter, so it's optimized for that purpose only.

It can write WebM files, or for testing purposes, IVF files.

Please note that this encoder only takes frames in subsampled (420) YUV format. It does not support RGB, so you'll have to perform the conversion yourself.


It's a Google-style throw-over-the-wall open-source release, so there's no support.

Commit count: 1

cargo fmt