click.option(
"--input",
"-i",
multiple=False,
metavar="FILE",
required=True,
type=click.Path(exists=True, file_okay=True, readable=True, resolve_path=True),
help="Scene li
| 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