feat(video): rewrite sidecar render core to HyperFrames (in place)

This commit is contained in:
Renn F
2026-07-06 00:16:15 +02:00
parent cebbd73e07
commit 4ba5cb0eb5
5 changed files with 1230 additions and 1613 deletions
+3 -7
View File
@@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@11.10.0",
"description": "Sidecar HTTP service: untars a motion/ composition source, bundles it, renders one MP4 cut with Remotion, and streams the bytes back. Credential-free, git-free — reads only what it's POSTed.",
"description": "Sidecar HTTP service: untars a motion/ composition source, renders one MP4 cut with HyperFrames, and streams the bytes back. Credential-free, git-free — reads only what it's POSTed.",
"type": "module",
"engines": {
"node": ">=22.13"
@@ -12,15 +12,11 @@
"start": "node server.js"
},
"dependencies": {
"@remotion/bundler": "^4.0.0",
"@remotion/fonts": "^4.0.0",
"@remotion/renderer": "^4.0.0",
"@hyperframes/engine": "^0.7.36",
"@hyperframes/producer": "^0.7.36",
"express": "^5.0.0",
"express-rate-limit": "^8.5.2",
"multer": "^2.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"remotion": "^4.0.0",
"tar": "^7.0.0"
}
}