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: * Video & Audio Buffer Structs. * Convert between different color formats including YCbCr. * Traits for realtime encoders and decoders.
VFrame::sample_rgba to VFrame::get_rgba.VFrame::set_rgbaPathOp for vector graphics.ColorChannels::Rgb to ColorChannels::SrgbColorChannels::Rgba to ColorChannels::SrgbaColorChannels::Bgr to ColorChannels::SbgraColorChannels::Bgra to ColorChannels::SbgraColorChannels::Grayscale to ColorChannels::SgrayscaleGraphic with Video.Encoder* and Decoder Traits.AFrame and VFrame.AudioChannels and ColorChannels along with conversion functions.