MCPcopy Create free account

hub / github.com/Breakthrough/PySceneDetect / endpoints

Endpoints18 in github.com/Breakthrough/PySceneDetect

Routedetect_adaptive_command
click.option( "--threshold", "-t", metavar="VAL", type=click.FLOAT, default=None, help
scenedetect/_cli/__init__.py:None
Routedetect_content_command
click.option( "--threshold", "-t", metavar="VAL", type=_click_range("detect-content", "thresho
scenedetect/_cli/__init__.py:None
Routedetect_hash_command
click.option( "--threshold", "-t", metavar="VAL", type=_click_range("detect-hash", "threshold"
scenedetect/_cli/__init__.py:None
Routedetect_hist_command
click.option( "--threshold", "-t", metavar="VAL", type=_click_range("detect-hist", "threshold"
scenedetect/_cli/__init__.py:None
Routedetect_threshold_command
click.option( "--threshold", "-t", metavar="VAL", type=_click_range("detect-threshold", "thres
scenedetect/_cli/__init__.py:None
Routelist_scenes_command
click.option( "--output", "-o", metavar="DIR", type=click.Path(exists=False, dir_okay=True, wr
scenedetect/_cli/__init__.py:None
Routeload_scenes_command
click.option( "--input", "-i", multiple=False, metavar="FILE", required=True, type=cli
scenedetect/_cli/__init__.py:None
Routesave_edl_command
click.option( "--filename", "-f", metavar="NAME", default=None, type=click.STRING, hel
scenedetect/_cli/__init__.py:None
Routesave_fcp_command
click.option( "--filename", "-f", metavar="NAME", default=None, type=click.STRING, hel
scenedetect/_cli/__init__.py:None
Routesave_html_command
click.option( "--filename", "-f", metavar="NAME", default="$VIDEO_NAME-Scenes.html", type=
scenedetect/_cli/__init__.py:None
Routesave_images_command
click.option( "--output", "-o", metavar="DIR", type=click.Path(exists=False, dir_okay=True, wr
scenedetect/_cli/__init__.py:None
Routesave_otio_command
click.option( "--filename", "-f", metavar="NAME", default=None, type=click.STRING, hel
scenedetect/_cli/__init__.py:None
Routesave_qp_command
click.option( "--filename", "-f", metavar="NAME", default=None, type=click.STRING, hel
scenedetect/_cli/__init__.py:None
Routescenedetect
click.option( "--input", "-i", multiple=False, required=False, metavar="VIDEO", type=c
scenedetect/_cli/__init__.py:None
Routesplit_video_command
click.option( "--output", "-o", metavar="DIR", type=click.Path(exists=False, dir_okay=True, wr
scenedetect/_cli/__init__.py:None
Routetest_detect_fades
pytest.mark.parametrize("test_case", get_fade_in_out_test_cases())
tests/test_detectors.py:None
Routetest_detect_fast_cuts
pytest.mark.parametrize("test_case", get_fast_cut_test_cases())
tests/test_detectors.py:None
Routetest_golden_regression
pytest.mark.parametrize("golden_file", get_golden_files())
tests/release/test_golden.py:None