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

Method frame_rate

scenedetect/video_stream.py:122–124  ·  view source on GitHub ↗

Frame rate in frames/sec as a rational Fraction (e.g. Fraction(24000, 1001)).

(self)

Source from the content-addressed store, hash-verified

120 @property
121 @abstractmethod
122 def frame_rate(self) -> Fraction:
123 """Frame rate in frames/sec as a rational Fraction (e.g. Fraction(24000, 1001))."""
124 ...
125
126 @property
127 @abstractmethod

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected