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>
31 lines
867 B
Markdown
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 |
|
|
|------|---------|-------|
|
|
```
|