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

Method auto_downscale

scenedetect/scene_manager.py:299–303  ·  view source on GitHub ↗

If set to True, will automatically downscale based on video frame size. Overrides `downscale` if set.

(self)

Source from the content-addressed store, hash-verified

297
298 @property
299 def auto_downscale(self) -> bool:
300 """If set to True, will automatically downscale based on video frame size.
301
302 Overrides `downscale` if set."""
303 return self._auto_downscale
304
305 @auto_downscale.setter
306 def auto_downscale(self, value: bool):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected