Crate av_metrics_decoders[−][src]
Expand description
This crate providers ready-made decoders for use with av-metrics or other tools as needed.
No decoders are enabled by default. They must be enabled via Cargo features.
Currently supported decoder features: y4m
Structs
A container holding the data for one video frame. This includes all planes of the video. Currently, only YUV/YCbCr format is supported. Bit depths up to 16-bit are supported.
One data plane of a frame.
A Structure containing Video Details as per Plane’s Config
Enums
Chroma subsampling format
Traits
Trait for casting between primitive types.
A trait for allowing metrics to decode generic video formats.
A type that can be used as a pixel type.