Files
settled-reach/docs/assets/_templates/video.md
T
jpmschweitzerandClaude Opus 4.6 34d0e7211c docs(assets): add asset pipeline documentation system
Category-based asset index for audio, visual, and video pipelines.
Audio pipeline fully populated: palette (sonic identity bible), ambient
loops, SFX, UI sounds with generation specs and mix parameters.
Visual and video are stubs pending their respective workshops.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 01:03:18 +01:00

31 lines
867 B
Markdown

# 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 |
|------|---------|-------|
```