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

Method position_ms

scenedetect/video_stream.py:155–158  ·  view source on GitHub ↗

Current position within stream as a float of the presentation time in milliseconds. The first frame has a PTS of 0.

(self)

Source from the content-addressed store, hash-verified

153 @property
154 @abstractmethod
155 def position_ms(self) -> float:
156 """Current position within stream as a float of the presentation time in
157 milliseconds. The first frame has a PTS of 0."""
158 ...
159
160 @property
161 @abstractmethod

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected