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

Method reset

scenedetect/video_stream.py:188–190  ·  view source on GitHub ↗

Close and re-open the VideoStream (equivalent to seeking back to beginning).

(self)

Source from the content-addressed store, hash-verified

186
187 @abstractmethod
188 def reset(self) -> None:
189 """Close and re-open the VideoStream (equivalent to seeking back to beginning)."""
190 ...
191
192 @abstractmethod
193 def seek(self, target: TimecodeLike) -> None:

Callers 1

test_resetMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_resetMethod · 0.36