"Summarize the attached PDF into a 45-second pitch video using /hyperframes."
"Turn this CSV into an animated bar chart race using /hyperframes."
특정 포맷: "Make a 9:16 TikTok-style hook video about [topic] using /hyperframes, with bouncy captions synced to a TTS narration."
반복 - 에이전트를 비디오 에디터 처럼:
"Make the title 2x bigger, swap to dark mode, and add a fade-out at the end."
"Add a lower third at 0:03 with my name and title."
수동 시작 방법
npx hyperframes init my-video
cd my-video
npx hyperframes preview # preview in browser (live reload)
npx hyperframes render # render to MP4
hyperframes init 이 스킬을 자동 설치하므로, 그 다음엔 아무때나 사용 가능
Frame Adapter 패턴으로 GSAP, Lottie, CSS, Three.js 등 원하는 애니메이션 런타임을 자유롭게 연결
동일 입력 = 동일 출력을 보장하는 결정적(Deterministic) 렌더링으로 자동화 파이프라인에 적합
50개 이상의 사전 제작 블록·컴포넌트 카탈로그 제공(셰이더 트랜지션, 소셜 오버레이, 데이터 차트 등), npx hyperframes add <블록명>으로 설치 가능
npx hyperframes add flash-through-white # shader transition
npx hyperframes add instagram-follow # social overlay
npx hyperframes add data-chart # animated chart
hyperframes capture <url> 명령으로 웹사이트를 캡처하여 비디오로 변환하는 전체 파이프라인 지원
Remotion과 비교시 핵심 차이는 작업물(HTML vs React)과 라이선스
HyperFrames: Apache 2.0(OSI 인증) — 완전히 상업적 사용 가능하며, 렌더링당 비용이나 좌석 상한, 회사 규모 제한 없음
Remotion: 소스 공개(source-available) 커스텀 라이선스 - 3인 초과 회사에서는 유료 회사 라이선스 필요
Hyperframe은 빌드 단계없이 index.html 을 직접 재생, Remotion은 bundler 필요
GSAP·Anime.js·Motion One 같은 라이브러리 클럭 애니메이션은 HyperFrames에서 seekable하고 프레임 정확도를 유지하지만, Remotion에서는 렌더링 시 wall-clock으로 재생
Remotion은 Lambda 분산 렌더링이 프로덕션 레디, HyperFrames는 현재 단일 머신 렌더링만 지원