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

Function synthetic_matrix_generator

tests/release/conftest.py:75–81  ·  view source on GitHub ↗
(tmp_path)

Source from the content-addressed store, hash-verified

73
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 1

test_synthetic_matrixFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected