Loading...
Loading...
Use when the user mentions "hyperframes", wants to preview a composition in the studio, render to MP4/WebM, scaffold a new video project, lint or validate a composition, or troubleshoot rendering. Also use after finishing a composition with compose-video — lint and preview are the natural next steps.
npx skill4agent add heygen-com/hyperframes hyperframes-clinpx hyperframesnpx hyperframes <command>npx hyperframes doctornpx hyperframes init my-videocompose-videonpx hyperframes lintnpx hyperframes previewnpx hyperframes renderdata-composition-iddata-track-indexpreviewrendernpx hyperframes init my-video # interactive wizard
npx hyperframes init my-video --template warm-grain # pick a template
npx hyperframes init my-video --video clip.mp4 # with video file
npx hyperframes init my-video --audio track.mp3 # with audio file
npx hyperframes init my-video --non-interactive # skip prompts (CI/agents)blankwarm-grainplay-modeswiss-gridvignellidecision-treekinetic-typeproduct-promonyt-graphinitnpx hyperframes lint # current directory
npx hyperframes lint ./my-project # specific project
npx hyperframes lint --verbose # include info-level findings
npx hyperframes lint --json # machine-readable output for scriptingindex.htmlcompositions/--verboserender--strictnpx hyperframes preview # serve current directory
npx hyperframes preview ./my-project # specific project
npx hyperframes preview --port 4567 # custom port (default 3002)index.htmlnpx hyperframes render # standard MP4
npx hyperframes render --output final.mp4 # named output
npx hyperframes render --quality draft # fast iteration
npx hyperframes render --fps 60 --quality high -o hd.mp4 # high quality
npx hyperframes render --format webm -o overlay.webm # transparent WebM
npx hyperframes render --docker -o deterministic.mp4 # reproducible| Flag | Options | Default | Notes |
|---|---|---|---|
| path | renders/name_timestamp.mp4 | Output file path |
| 24, 30, 60 | 30 | 60fps doubles render time |
| draft, standard, high | standard | Use draft while iterating |
| mp4, webm | mp4 | WebM supports transparency |
| 1-8 or auto | auto (half CPU cores, max 4) | Each spawns a Chrome process |
| flag | off | Byte-identical output across machines |
| flag | off | GPU-accelerated encoding |
| flag | off | Fail on lint errors |
| flag | off | Fail on errors AND warnings |
draftstandardhighnpx hyperframes doctor # check environment (Chrome, FFmpeg, Node, memory, disk)
npx hyperframes browser # manage bundled Chrome installation
npx hyperframes info # version and environment details
npx hyperframes upgrade # check for updatesdoctorbrew install ffmpegnpx hyperframes browser ensurenpx hyperframes compositions # list compositions in current project
npx hyperframes docs # open documentation in browser
npx hyperframes benchmark . # benchmark render performance