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

Function corrupt_video_file

tests/conftest.py:134–136  ·  view source on GitHub ↗

Video containing a corrupted frame causing a decode failure.

()

Source from the content-addressed store, hash-verified

132
133@pytest.fixture
134def corrupt_video_file() -> str:
135 """Video containing a corrupted frame causing a decode failure."""
136 return check_exists("tests/resources/corrupt_frame.mp4")
137
138
139@pytest.fixture

Callers

nothing calls this directly

Calls 1

check_existsFunction · 0.85

Tested by

no test coverage detected