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

Method seconds

scenedetect/common.py:173–174  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

171
172 @property
173 def seconds(self) -> float:
174 return float(self.time_base * self.pts)
175
176
177@dataclass(frozen=True)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected