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

Method base_timecode

scenedetect/video_stream.py:87–89  ·  view source on GitHub ↗

FrameTimecode object to use as a time base.

(self)

Source from the content-addressed store, hash-verified

85
86 @property
87 def base_timecode(self) -> FrameTimecode:
88 """FrameTimecode object to use as a time base."""
89 return FrameTimecode(timecode=0, fps=self.frame_rate)
90
91 #
92 # Backend Identification

Callers

nothing calls this directly

Calls 1

FrameTimecodeClass · 0.90

Tested by

no test coverage detected