MCPcopy Create free account
hub / github.com/Breakthrough/PySceneDetect / SeekError

Class SeekError

scenedetect/video_stream.py:43–49  ·  view source on GitHub ↗

Either an unrecoverable error happened while attempting to seek, or the underlying stream is not seekable (additional information will be provided when possible). The stream is guaranteed to be left in a valid state, but the position may be reset.

Source from the content-addressed store, hash-verified

41
42
43class SeekError(Exception):
44 """Either an unrecoverable error happened while attempting to seek, or the underlying
45 stream is not seekable (additional information will be provided when possible).
46
47 The stream is guaranteed to be left in a valid state, but the position may be reset."""
48
49 ...
50
51
52class VideoOpenFailure(Exception):

Callers 2

seekMethod · 0.90
seekMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected