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

Method frame_number

scenedetect/video_stream.py:162–166  ·  view source on GitHub ↗

Current position within stream as the frame number. Will return 0 until the first frame is `read`.

(self)

Source from the content-addressed store, hash-verified

160 @property
161 @abstractmethod
162 def frame_number(self) -> int:
163 """Current position within stream as the frame number.
164
165 Will return 0 until the first frame is `read`."""
166 ...
167
168 #
169 # Abstract Methods

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected