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

Method name

scenedetect/backends/pyav.py:171–173  ·  view source on GitHub ↗

Name of the video, without extension.

(self)

Source from the content-addressed store, hash-verified

169
170 @property
171 def name(self) -> str:
172 """Name of the video, without extension."""
173 return self._name
174
175 @property
176 def is_seekable(self) -> bool:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected