Enums§
- Alloc
Frame Error - Alloc
Output Context Error - Alloc
Packet Error - Container
Info Error - Errors from the
container_infoqueries where the caller asked for an index outside the container’s range. These are caller/argument errors — a bad index into an otherwise valid container — kept distinct from an open/probe failure (OpenInputError/FindStreamError) so retry logic, telemetry, and user messages can tell “you asked for chapter 5 of a 3-chapter file” apart from “the file is corrupt or unreadable”. Each variant carries the offendingindexand the container’s actualcount. - Decoder
Error - Decoding
Error - Decoding
Operation Error - Demuxing
Error - Demuxing
Operation Error - Encode
Subtitle Error - Encoding
Error - Encoding
Operation Error - Error
- Filter
Graph Error - Filter
Graph Operation Error - Filter
Graph Parse Error - Find
Devices Error - Find
Stream Error - Frame
Writable Error - Errors from
make_frame_writable, the safe wrapper over FFmpeg’sav_frame_make_writable: ensuring exclusive ownership of a frame’s data buffers may allocate new buffers and copy into them, and that underlying call can fail. Common AVERROR codes map to named variants; anything else carries the raw code. - Muxing
Error - Muxing
Operation Error - Open
Decoder Error - Open
Decoder Operation Error - Open
Encoder Error - Open
Encoder Operation Error - Open
Input Error - Open
Output Error - Packet
Scanner Error - Errors that can occur during packet scanning operations.
- Stream
Error - Error type for RTMP streaming operations using StreamBuilder
- UrlError
- Write
Header Error
Type Aliases§
- Result
- Result type of all ez-ffmpeg library calls.