Expand description
Safe Rust interface for FFmpeg libraries. See the examples
folder for
code examples.
Modules§
- codec
- A/V codecs.
- format
- Media container handling.
- math
- Common math types and functions.
- packet
- AVPacket interface.
- time
- Time base aware timestamps.
Structs§
- Error
- An error.
Functions§
- set_
log_ callback - Set log callback for FFmpeg. All log messages from FFmpeg will be passed to a given closure.