Generate concept-animation knowledge videos from natural language using Claude Code.
Describe a topic, refine the script with the agent, then generate an animated MP4 with narration and subtitles. Powered by HyperFrames.
claude plugin add Explainix/movorcaOr manually clone to ~/.claude/plugins/:
git clone https://github.com/Explainix/movorca.git ~/.claude/plugins/movorcaThen install the helper scripts:
cd ~/.claude/plugins/movorca
npm installIn Claude Code, describe the topic and your output preferences:
做一个解释 HTTPS 加密过程的视频,中文旁白,中英双语字幕
The agent will:
- Check the environment and initialize a HyperFrames project
- Draft a detailed scene script for your review
- Generate concept-animation scene compositions
- Generate TTS narration with MiniMax
- Build subtitle overlays from the narration
- Assemble and render the final MP4
- Node.js 22+
- FFmpeg for video rendering
- Claude Code
- MiniMax TTS credentials in
MINIMAX_API_KEY
- Script-first workflow: revise the video beat-by-beat before generation
- Concept animation patterns: scenes explain through motion, not slideshow text
- Narration pipeline: one TTS track per scene
- Bilingual subtitle overlays: optimized for explainers and tutorials
- Agent-native iteration: modify scenes through chat instead of using a rigid SaaS editor
MIT