docs+game: staff-lore factions gameplay cinematics pitch
This commit is contained in:
parent
9f4034806c
commit
0b3d835963
10 changed files with 388 additions and 0 deletions
21
docs/CINEMATICS.md
Normal file
21
docs/CINEMATICS.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# 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`
|
||||
Loading…
Add table
Add a link
Reference in a new issue