Skip to main content

Module error

Module error 

Source

Enums§

AllocFrameError
AllocOutputContextError
AllocPacketError
ContainerInfoError
Errors from the container_info queries 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 offending index and the container’s actual count.
DecoderError
DecodingError
DecodingOperationError
DemuxingError
DemuxingOperationError
EncodeSubtitleError
EncodingError
EncodingOperationError
Error
FilterGraphError
FilterGraphOperationError
FilterGraphParseError
FindDevicesError
FindStreamError
FrameWritableError
Errors from make_frame_writable, the safe wrapper over FFmpeg’s av_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.
MuxingError
MuxingOperationError
OpenDecoderError
OpenDecoderOperationError
OpenEncoderError
OpenEncoderOperationError
OpenInputError
OpenOutputError
PacketScannerError
Errors that can occur during packet scanning operations.
StreamError
Error type for RTMP streaming operations using StreamBuilder
UrlError
WriteHeaderError

Type Aliases§

Result
Result type of all ez-ffmpeg library calls.