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

Method downscale

scenedetect/scene_manager.py:281–284  ·  view source on GitHub ↗

Factor to downscale each frame by. Will always be >= 1, where 1 indicates no scaling. Will be ignored if auto_downscale=True.

(self)

Source from the content-addressed store, hash-verified

279
280 @property
281 def downscale(self) -> int:
282 """Factor to downscale each frame by. Will always be >= 1, where 1
283 indicates no scaling. Will be ignored if auto_downscale=True."""
284 return self._downscale
285
286 @downscale.setter
287 def downscale(self, value: int):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected