feat(film): live-interaction product film foundation
Capture pipeline (Playwright recordVideo + injected synthetic cursor + ffmpeg webm->mp4) and a Remotion LiveFilm composition driven by a 20-clip manifest with caption/zoom overlays and a music bed. Includes the capture orchestrator, storm-intel reference scene, pre-render smoke check, and VO script. Pure logic is unit-tested (28 passing). Remaining scene scripts are authored during live capture.
This commit is contained in:
@@ -6,12 +6,15 @@
|
||||
"scripts": {
|
||||
"dev": "remotion studio",
|
||||
"render": "remotion render LynkedUpProFilm out/lynkedup-pro-film.mp4",
|
||||
"render:live": "node scripts/check-clips.mjs && remotion render LynkedUpProLiveFilm out/lynkedup-pro-live-film.mp4",
|
||||
"still": "remotion still LynkedUpProFilm out/still.png",
|
||||
"capture": "node scripts/capture.mjs",
|
||||
"capture:video": "node scripts/capture-video.mjs",
|
||||
"test": "vitest run"
|
||||
},
|
||||
"dependencies": {
|
||||
"@remotion/cli": "4.0.286",
|
||||
"ffmpeg-static": "^5.2.0",
|
||||
"react": "19.0.0",
|
||||
"react-dom": "19.0.0",
|
||||
"remotion": "4.0.286"
|
||||
|
||||
Reference in New Issue
Block a user