Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Breakthrough/PySceneDetect
/ _run
Function
_run
tests/release/test_cli_permutations.py:24–31 ·
view source on GitHub ↗
(args, cwd)
Source
from the content-addressed store, hash-verified
22
23
24
def
_run(args, cwd):
25
result = subprocess.run(
26
[sys.executable,
"-m"
,
"scenedetect"
, *args],
27
cwd=cwd,
28
capture_output=True,
29
text=True,
30
)
31
return
result
32
33
34
@pytest.mark.release
Callers
8
test_cli_chain_smoke
Function · 0.85
test_cli_range_smoke
Function · 0.85
test_cli_stats_roundtrip
Function · 0.85
test_cli_min_scene_len_smoke
Function · 0.85
test_cli_save_fcp_smoke
Function · 0.85
test_cli_save_qp_smoke
Function · 0.85
test_cli_save_html_smoke
Function · 0.85
_edl
Function · 0.85
Calls
1
run
Method · 0.80
Tested by
no test coverage detected