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

Function test_vfr_video

tests/conftest.py:117–119  ·  view source on GitHub ↗

Movie clip containing fast cut, but encoded as variable framerate.

()

Source from the content-addressed store, hash-verified

115
116@pytest.fixture
117def test_vfr_video() -> str:
118 """Movie clip containing fast cut, but encoded as variable framerate."""
119 return check_exists("tests/resources/goldeneye-vfr.mp4")
120
121
122@pytest.fixture

Callers

nothing calls this directly

Calls 1

check_existsFunction · 0.85

Tested by

no test coverage detected