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

Method name

scenedetect/video_stream.py:110–112  ·  view source on GitHub ↗

Name of the video, without extension, or device.

(self)

Source from the content-addressed store, hash-verified

108 @property
109 @abstractmethod
110 def name(self) -> str:
111 """Name of the video, without extension, or device."""
112 ...
113
114 @property
115 @abstractmethod

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected