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

Function rotated_video_file

tests/conftest.py:140–142  ·  view source on GitHub ↗

Video containing a corrupted frame causing a decode failure.

()

Source from the content-addressed store, hash-verified

138
139@pytest.fixture
140def rotated_video_file() -> str:
141 """Video containing a corrupted frame causing a decode failure."""
142 return check_exists("tests/resources/issue-134-rotate.mp4")
143
144
145@pytest.fixture

Callers

nothing calls this directly

Calls 1

check_existsFunction · 0.85

Tested by

no test coverage detected