mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-01 19:42:03 +00:00
The credited repo (github.com/nicoch/mediabunny) doesn't exist. The correct upstream is github.com/Vanilagy/mediabunny, which matches the package's npm registry metadata (repository field) and the MPL-2.0 license already cited here. Co-authored-by: millieyesstore-del <millieyesstore-del@users.noreply.github.com>
31 lines
1.2 KiB
Markdown
31 lines
1.2 KiB
Markdown
# Credits
|
|
|
|
## Prior art
|
|
|
|
HyperFrames was inspired by prior work in the browser-based video rendering space.
|
|
In particular, we want to acknowledge:
|
|
|
|
- **[Remotion](https://www.remotion.dev)** 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](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
|
|
|
|
- **[mediabunny](https://github.com/Vanilagy/mediabunny)** — media toolkit used
|
|
in the studio for fast metadata extraction from file headers. Licensed under
|
|
the [Mozilla Public License 2.0 (MPL-2.0)](https://mozilla.org/MPL/2.0/).
|