hyperframes

Render HTML and GSAP motion graphics into MP4/WebM video via FFmpeg.

4|Updated May 18, 2026
One-click install
npx skills add https://github.com/ZardLi1115/zedclaw --skill hyperframes-zardli1115
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyperframes
Source: https://github.com/ZardLi1115/zedclaw/tree/main/optional-skills/creative/hyperframes
Command: npx skills add https://github.com/ZardLi1115/zedclaw --skill hyperframes-zardli1115

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Hyperframes turns HTML + GSAP motion into a deterministic, rendered MP4/WebM video, so you can design motion graphics and capture real output instead of relying on preview screenshots.

Core Features & Use Cases

  • HTML as the source of truth: Build a composition in HTML with data-timing attributes and a GSAP timeline.
  • Production video rendering: Capture the page frame-by-frame and encode to MP4/WebM via FFmpeg.
  • Media-driven motion: Animate over audio-reactive visuals, generate TTS narration, and add synced captions for talking-head or promo-style videos.
  • Transitions and scene choreography: Use deterministic scene entrances plus shader or CSS transitions without jump cuts.

Quick Start

Ask the agent to render a promo video from your HTML composition by telling it: scaffold a project with hyperframes, write the animation HTML, then render final.mp4 from it.

Frequently Asked Questions about hyperframes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I render HTML motion graphics into an MP4 video?

You can render HTML motion graphics into an MP4 video by using a deterministic capture pipeline that drives GSAP timelines and data-timing attributes, capturing the page frame-by-frame and encoding the output via FFmpeg.

Can I add synchronized TTS narration and captions to a talking-head video?

Yes, you can generate TTS narration and add synchronized captions for talking-head videos by utilizing the media-driven motion features that align audio and text precisely within the deterministic timeline.

Do I need FFmpeg and Node to render HTML animations?

Yes, you need Node version 22 or higher and FFmpeg installed, along with the HyperFrames CLI, to execute the capture pipeline and encode the rendered HTML animations into video formats.

How do I create deterministic scene transitions without jump cuts?

You create deterministic scene transitions without jump cuts by applying shader or CSS transitions choreographed through a GSAP timeline, ensuring the capture pipeline records continuous visual motion without randomness.

What are the limitations of using GSAP timelines for MP4 rendering?

When using GSAP timelines for MP4 rendering, you must ensure validated timeline determinism by avoiding randomness or infinite repeats, guaranteeing a consistent frame-by-frame capture during the video encoding process.