Crates.io | encode-webm-video-frames |
lib.rs | encode-webm-video-frames |
version | 0.4.4 |
source | src |
created_at | 2020-06-11 14:39:37.157002 |
updated_at | 2020-06-11 14:39:37.157002 |
description | A simple video encoder that takes frames in YUV format and generates a WebM file from them |
homepage | https://lib.rs/crates/encode-webm-video-frames |
repository | https://gitlab.com/kornelski/encode-webm-video-frames |
max_upload_size | |
id | 252792 |
size | 23,175 |
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.