# ManualVideoGroup

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/stages/stage-13-upload/video-directive.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/stages/stage-13-upload/video-directive.ts#L37)

One page's video, grouped for persistence as a ManualVideo row.

## Properties

| Property | Type |
|---|---|
| `slug` | `string` |
| `locale` | `string` |
| `voice` | `string` |
| `videoUrl` | `string` |
| `captionsUrl` | `string` |
| `posterUrl` | `string` |
| `chapters` | `VideoChapter[]` |
| `hotspots` | `VideoHotspot[]` |
| `script` | `ManualVideoScript` |
| `durationMs` | `number` |
