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

Function version_command

scenedetect/_cli/__init__.py:449–453  ·  view source on GitHub ↗

Print PySceneDetect version.

(ctx: click.Context)

Source from the content-addressed store, hash-verified

447@click.command("version", cls=Command, add_help_option=False)
448@click.pass_context
449def version_command(ctx: click.Context):
450 """Print PySceneDetect version."""
451 click.echo("")
452 click.echo(get_system_version_info())
453 ctx.exit()
454
455
456TIME_COMMAND_HELP = """Set start/end/duration of input video.

Callers

nothing calls this directly

Calls 1

get_system_version_infoFunction · 0.90

Tested by

no test coverage detected