Expand description
Core utilities and data structures.
This module provides fundamental types and utilities used throughout the library.
It wraps FFmpeg’s libavutil library.
§Main Components
frame- Raw audio/video frames (decoded data)error- Error types and error handlingdictionary- Key-value metadata and optionsrational- Rational number representation for timestamps/framerateschannel_layout- Audio channel layouts (stereo, 5.1, etc.)color- Color space and color primariesformat- Pixel and sample formatsmathematics- Mathematical utilities (rescaling, rounding)- [
time] - Time representation and conversion log- Logging configuration and levels
Modules§
- channel_
layout - chroma
- color
- dictionary
- error
- format
- frame
- interrupt
- log
- mathematics
- media
- option
- picture
- range
- rational
- time
Functions§
- configuration
- Returns the libavutil build configuration string.
- license
- Returns the libavutil license string.
- version
- Returns the libavutil version number.