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

Method _post_process

scenedetect/scene_manager.py:409–412  ·  view source on GitHub ↗

Add remaining cuts to the cutting list, after processing the last frame.

(self, timecode: FrameTimecode)

Source from the content-addressed store, hash-verified

407 return new_cuts
408
409 def _post_process(self, timecode: FrameTimecode) -> None:
410 """Add remaining cuts to the cutting list, after processing the last frame."""
411 for detector in self._detector_list:
412 self._cutting_list += detector.post_process(timecode)
413
414 def stop(self) -> None:
415 """Stop the current :meth:`detect_scenes` call, if any. Thread-safe."""

Callers 1

detect_scenesMethod · 0.95

Calls 1

post_processMethod · 0.45

Tested by

no test coverage detected