MCPcopy Index your code
hub / github.com/Breakthrough/PySceneDetect / _fake_scenes

Function _fake_scenes

tests/test_output.py:247–248  ·  view source on GitHub ↗
(fps: Fraction, frames)

Source from the content-addressed store, hash-verified

245
246
247def _fake_scenes(fps: Fraction, frames):
248 return [(FrameTimecode(start, fps=fps), FrameTimecode(end, fps=fps)) for start, end in frames]
249
250
251def test_write_scene_list_edl(tmp_path: Path):

Calls 1

FrameTimecodeClass · 0.90

Tested by

no test coverage detected