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

Method frame_size

scenedetect/backends/pyav.py:181–183  ·  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

179
180 @property
181 def frame_size(self) -> tuple[int, int]:
182 """Size of each video frame in pixels as a tuple of (width, height)."""
183 return (self._codec_context.width, self._codec_context.height)
184
185 @property
186 def duration(self) -> FrameTimecode:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected