21 lines
437 B
Markdown
21 lines
437 B
Markdown
# Cinematics — OpenKKnD / Pitchwell
|
||
|
||
Original briefing clips only. **≥1280×720**, **≥24 fps**, **≥6 s**. Not 480p. No KKnD FMV, no Nintendo likeness.
|
||
|
||
## META.json (per clip)
|
||
|
||
```json
|
||
{
|
||
"id": "first-contact",
|
||
"width": 1280,
|
||
"height": 720,
|
||
"fps": 24,
|
||
"seconds": 6,
|
||
"license": "original",
|
||
"pipeline": "ffmpeg-stub"
|
||
}
|
||
```
|
||
|
||
Output: `assets/cinematics/<id>/out/` + `META.json`.
|
||
|
||
Stub: `scripts/cinematics/make_stub.sh`
|