click.option(
"--filename",
"-f",
metavar="NAME",
default=None,
type=click.STRING,
help="Filename format to use.{}".format(USER_CONFIG.get_help_string("save-qp", "filename")),
| 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