Files
settled-reach/docs/assets/_templates/video.md
T
jpmschweitzerandClaude Opus 4.6 e56061ecbc docs(docs): add frontmatter to asset pipeline docs
Standardized YAML frontmatter on all 13 docs/assets/ files covering
audio, visual, and video pipeline docs, palettes, and templates.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 00:15:51 +01:00

38 lines
1012 B
Markdown

---
title: "Video Asset Template"
description: "Row and detailed entry templates for video asset documentation"
type: design
status: active
---
# Video Asset Template
## Table Row Format
```
| {ID} | `{filename}.{ext}` | {status} | {type} | {duration} | {notes} | {sprint/ticket} |
```
**Columns:**
- **ID:** Category prefix + sequential number (TRL-001, CUT-001)
- **Filename:** Target filename
- **Status:** planned / in-progress / placeholder / final
- **Type:** trailer / cutscene / intro
- **Duration:** Target duration
- **Notes:** Purpose, audience, key scenes
- **Sprint/Ticket:** Sprint number and ticket ID
## Detailed Entry Format
```markdown
### {ID}: {filename}
- **Resolution:** 1920x1080 / 3840x2160
- **Frame rate:** 30 / 60 fps
- **Audio track:** {link to audio asset or composition notes}
- **Script/storyboard:** {link or inline}
- **Production method:** In-engine capture / external editing / mixed
- **Iteration history:**
| Date | Version | Notes |
|------|---------|-------|
```