Files
Miguel Ángel 20c82980d5 chore: address remaining review nits
Add mediabunny (MPL-2.0) to CREDITS.md third-party licenses section.

Add regression test for 4-5 clip compositions under the lowered lazy
threshold — verifies lazy mode activates and no spurious eviction churn
occurs when all clips fit within the promoted cap.
2026-05-19 21:06:22 -04:00

1.2 KiB

Credits

Prior art

HyperFrames was inspired by prior work in the browser-based video rendering space. In particular, we want to acknowledge:

  • Remotion pioneered the approach of using a headless browser + FFmpeg image2pipe pipeline to turn web primitives into deterministic video in the JavaScript ecosystem. Several of HyperFrames' architectural ideas — ordered async barriers for parallel frame capture, multi-host port availability probing for dev servers, and the broader shape of a "render HTML to video" CLI — were informed by studying how Remotion approaches these problems.

All code in this repository is independently implemented and distributed under the Apache 2.0 License. HyperFrames is not affiliated with Remotion.

Thanks

Thanks also to the authors and maintainers of the open-source projects HyperFrames builds on, including Puppeteer, FFmpeg, GSAP, Hono, and the broader Node.js ecosystem.

Third-party licenses