Crates.io | afi |
lib.rs | afi |
version | 0.8.0-pre0 |
source | src |
created_at | 2017-11-01 14:48:03.370847 |
updated_at | 2018-11-25 23:46:47.28661 |
description | Audio & video structures, plus encoder & decoder traits. |
homepage | https://gitlab.com/plopgrizzly/multimedia |
repository | https://gitlab.com/plopgrizzly/multimedia/afi |
max_upload_size | |
id | 37674 |
size | 127,244 |
This crate provides APIs for audio and video (buffers, encoders/decoders) Encoder/decoder crates can depend on this crate. Here's a list of codec crates:
afi's features:
VFrame::sample_rgba
to VFrame::get_rgba
.VFrame::set_rgba
PathOp
for vector graphics.ColorChannels::Rgb
to ColorChannels::Srgb
ColorChannels::Rgba
to ColorChannels::Srgba
ColorChannels::Bgr
to ColorChannels::Sbgra
ColorChannels::Bgra
to ColorChannels::Sbgra
ColorChannels::Grayscale
to ColorChannels::Sgrayscale
Graphic
with Video
.Encoder*
and Decoder
Traits.AFrame
and VFrame
.AudioChannels
and ColorChannels
along with conversion functions.