Expand description
Any event that occurs during the execution of an FFmpeg command.
Structs§
- Represents metadata that is specific to audio streams.
- Represents metadata about a stream.
- Represents metadata that is specific to video streams.
Enums§
- Any event that occurs during the execution of an FFmpeg command, including log messages, parsed metadata, progress updates, and output.
- The internal log level designated by FFmpeg on each message.
- Represents metadata that is specific to a stream, e.g. fields that are only found in audio streams or that are only found in video streams, etc. Storing this in an enum allows function to accept the generic
Stream
type regardless of its actual type (audio, video, …).