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

Method detect

tests/test_detectors.py:87–94  ·  view source on GitHub ↗

Run scene detection for test case. Should only be called once.

(self)

Source from the content-addressed store, hash-verified

85 """Scene boundaries."""
86
87 def detect(self):
88 """Run scene detection for test case. Should only be called once."""
89 return detect(
90 video_path=self.path,
91 detector=self.detector,
92 start_time=self.start_time,
93 end_time=self.end_time,
94 )
95
96
97def get_fast_cut_test_cases():

Callers 3

test_detect_fast_cutsFunction · 0.80
test_detect_fadesFunction · 0.80

Calls 1

detectFunction · 0.90

Tested by

no test coverage detected