chore(video): rename stray remotion-renderer refs in sidecar + py docstrings (controller cleanup)

This commit is contained in:
Renn F
2026-07-06 02:21:28 +02:00
parent 068a1e9b9c
commit c1f97ca773
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
// untar -> write per-render props.js -> HyperFrames createRenderJob +
// executeRenderJob. HyperFrames has no webpack bundling step (it loads the
// HTML directly in headless Chrome and captures frames via the beginFrame
// API), so the bundle-cache machinery the old Remotion path carried is gone
// API), so the bundle-cache machinery the old path carried is gone
// — every /render call extracts its own temp dir, renders, and cleans up.
//
// The per-request render OUTPUT (the rendered mp4) is never cached — every