> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pixeltable.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SceneInfo

> <a href="https://github.com/pixeltable/pixeltable/blob/main/pixeltable/functions/video/scene_detect.py#L15" id="viewSource" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/badge/View%20Source%20on%20Github-blue?logo=github&labelColor=gray" alt="View Source on GitHub" style={{ display: 'inline', margin: '0px' }} noZoom /></a>

# <span style={{ 'color': 'gray' }}>class</span>  pixeltable.functions.video.SceneInfo

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

## <span style={{ 'color': 'gray' }}>attr</span>  duration

```
duration: float
```

Scene duration, in seconds.

## <span style={{ 'color': 'gray' }}>attr</span>  start\_pts

```
start_pts: int
```

Scene start, as a presentation timestamp (in the video stream's time base).

## <span style={{ 'color': 'gray' }}>attr</span>  start\_time

```
start_time: float
```

Scene start, in seconds from the start of the video.
