Skip to main content

class  pixeltable.functions.video.SceneInfo

One scene detected within a video: where it starts and how long it lasts.

attr  duration

duration: float
Scene duration, in seconds.

attr  start_pts

start_pts: int
Scene start, as a presentation timestamp (in the video stream’s time base).

attr  start_time

start_time: float
Scene start, in seconds from the start of the video.
Last modified on July 14, 2026