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

Method position

scenedetect/video_stream.py:146–151  ·  view source on GitHub ↗

Current position within stream as FrameTimecode. This can be interpreted as presentation time stamp, thus frame 1 corresponds to the presentation time 0. Returns 0 even if `frame_number` is 1.

(self)

Source from the content-addressed store, hash-verified

144 @property
145 @abstractmethod
146 def position(self) -> FrameTimecode:
147 """Current position within stream as FrameTimecode.
148
149 This can be interpreted as presentation time stamp, thus frame 1 corresponds
150 to the presentation time 0. Returns 0 even if `frame_number` is 1."""
151 ...
152
153 @property
154 @abstractmethod

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected