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

Function _generate

tests/release/conftest.py:76–79  ·  view source on GitHub ↗
(codec: str, container: str, extra_args: list | None = None)

Source from the content-addressed store, hash-verified

74@pytest.fixture
75def synthetic_matrix_generator(tmp_path):
76 def _generate(codec: str, container: str, extra_args: list | None = None) -> str:
77 path = str(tmp_path / f"synthetic_{codec}_{container}.{container}")
78 generate_synthetic_matrix_video(path, codec, container, extra_args)
79 return path
80
81 return _generate

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected