cutcutcodec.core.exceptions

Groups the exceptions specific to cutcutcodec.

Rather than returning too general exceptions, these exceptions allow a much more precise debugging.

Exceptions

CompilationError

When a dynamic compilation or execution failed.

CutcutcodecException

Base class for exceptions specific to this module.

DecodeError

When failed to decode a multimedia file or a stream.

EncodeError

When failed to encode a multimedia file or a stream.

IncompatibleSettings

When parameters are incompatible with each other.

MissingFrameError

When a frame is missing in a stream.

MissingInformation

When information is unreadable or missing from the metadata.

MissingStreamError

When a stream is missing in a file.

OutOfTimeRange

Access outside the definition range.

Details