Expand description
Rate-distortion analysis for optimal encoding parameter selection. Hardware acceleration configuration and simulation.
Pure-Rust module providing backend enumeration, capability modelling, codec–encoder name mapping, and best-backend selection — no actual hardware calls are performed.
Structs§
- HwAccel
Caps - Capabilities advertised by a hardware acceleration backend.
- HwAccel
Config - Runtime configuration for using a hardware acceleration backend.
- HwAccel
Selector - Selects the best available hardware backend for a given task.
- HwCodec
Mapping - Maps hardware backends and codecs to encoder/decoder program names.
- Pipeline
HwConfig - Pipeline-level hardware and threading configuration.
Enums§
- HwAccel
Backend - Hardware acceleration backends supported by OxiMedia.
- Latency
Mode - Latency mode for the transcoding pipeline.
Functions§
- simulate_
hw_ caps - Returns plausible simulated hardware capabilities for a given backend.