8602c70eea
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.
29 lines
828 B
JSON
29 lines
828 B
JSON
{
|
|
"name": "lynkedup-product-film",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "19.0.0",
|
|
"playwright": "1.49.1",
|
|
"typescript": "5.7.2",
|
|
"vitest": "2.1.8"
|
|
}
|
|
}
|