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

Method frame_size

scenedetect/video_stream.py:134–136  ·  view source on GitHub ↗

Size of each video frame in pixels as a tuple of (width, height).

(self)

Source from the content-addressed store, hash-verified

132 @property
133 @abstractmethod
134 def frame_size(self) -> tuple[int, int]:
135 """Size of each video frame in pixels as a tuple of (width, height)."""
136 ...
137
138 @property
139 @abstractmethod

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected