click.option(
"--output",
"-o",
metavar="DIR",
type=click.Path(exists=False, dir_okay=True, writable=True, resolve_path=False),
help="Output directory for images. Overrides global
| 1 | # |
| 2 | # PySceneDetect: Python-Based Video Scene Detector |
| 3 | # ------------------------------------------------------------------- |
| 4 | # [ Site: https://scenedetect.com ] |
nothing calls this directly
no outgoing calls
no test coverage detected