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

Method duration

scenedetect/video_stream.py:128–130  ·  view source on GitHub ↗

Duration of the stream as a FrameTimecode, or None if non terminating.

(self)

Source from the content-addressed store, hash-verified

126 @property
127 @abstractmethod
128 def duration(self) -> FrameTimecode | None:
129 """Duration of the stream as a FrameTimecode, or None if non terminating."""
130 ...
131
132 @property
133 @abstractmethod

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected