Adding handoff functionality for reviews

This commit is contained in:
2026-03-13 11:10:32 +01:00
parent fdd275ac0e
commit 3dcd7961c6
35 changed files with 7181 additions and 326 deletions
+1 -1
View File
@@ -302,7 +302,7 @@ All events (slides, videos, audio) are filtered by whether their START marker fa
### Parallel Rendering Pipeline
```bash
# Render in parallel, then concatenate
# Render in parallel, then stitch
gnommo render proj.json seg1.mp4 --slides S1:S10 &
gnommo render proj.json seg2.mp4 --slides S10:S20 &
gnommo render proj.json seg3.mp4 --slides S20: &