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

Class SceneMetadata

scenedetect/output/video.py:113–121  ·  view source on GitHub ↗

Information about the scene being extracted.

Source from the content-addressed store, hash-verified

111
112@dataclass
113class SceneMetadata:
114 """Information about the scene being extracted."""
115
116 index: int
117 """0-based index of this scene."""
118 start: FrameTimecode
119 """First frame."""
120 end: FrameTimecode
121 """Last frame."""
122
123
124PathFormatter = ty.Callable[[VideoMetadata, SceneMetadata], str]

Callers 1

split_video_ffmpegFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected