Modules§
- This module implements a lightweight and safe decoder interface over
libavcodec
. It is designed to concentrate all calls to unsafe methods in one place, while providing the same low-level access as the libavcodec functions do. - avutil 🔒
- error 🔒
- ffi 🔒
- This module implements a lightweight and safe interface over the conversion functions of
libswscale
. It is designed to concentrate all calls to unsafe methods in one place, while providing a higher-level interface for converting decoded frames from one format to another.
Structs§
Constants§
Functions§
- Get the maximum data alignment that may be required by FFmpeg. This could change depending on FFmpeg’s build configuration (AVX etc.).