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

Method duration

scenedetect/backends/pyav.py:186–188  ·  view source on GitHub ↗

Duration of the video as a FrameTimecode.

(self)

Source from the content-addressed store, hash-verified

184
185 @property
186 def duration(self) -> FrameTimecode:
187 """Duration of the video as a FrameTimecode."""
188 return self.base_timecode + self._duration_frames
189
190 @property
191 def frame_rate(self) -> Fraction:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected