[−][src]Crate ac_ffmpeg
Safe Rust interface for FFmpeg libraries. See the examples folder for
code examples.
Modules
| codec | A/V codecs. |
| format | Media container handling. |
| 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. |