用 Opus 5.5 和 Claude Code 搭建 AI 视频制作团队
Everyone's posting motion videos made with Opus 5.5, and they're wild. To make o…
结构清晰地将复杂的多步视频制作任务拆解为可执行的 Agent 工作流,提供了可直接复用的具体 Prompt 和技术细节,对创作者有较高的实操参考价值。
Everyone's posting motion videos made with Opus 5.5, and they're wild. To make one yourself in Claude Code, give it 𝗮 𝟰-𝗽𝗲𝗿𝘀𝗼𝗻 𝘁𝗲𝗮𝗺, with each subagent owning one part end to end:
大家都在发布用 Opus 5.5 制作的动态视频,效果非常惊艳。要在 Claude Code 中自己制作一个,你需要组建一个由 4 人组成的团队,每个子智能体负责端到端的一个环节:
→ Breakdown (medium): tile frames from a reference video you love into one image, pull out its pacing, type and transitions, and write them up as HyperFrames code. Find references on http://whatships.com, which has 2,000+ product launch videos → Storyboard (medium): lay out 3 storyboard options in one image for you to pick from, then make one still per scene for the one you choose → Build (main session, high): write every scene as HyperFrames code, add music, and render a draft before the final → Review (high): watch the render second by second and list the problems by severity, without touching anything
→ 拆解(中等工作量):将你喜欢的参考视频中的帧切片拼成一张图片,提取其节奏、类型和转场,并将其整理为 HyperFrames 代码。可以在 http://whatships.com 上寻找参考,该网站拥有 2,000 多个产品发布视频 → 分镜(中等工作量):在一张图片中布局 3 个分镜选项供你选择,然后为你选定的方案为每个场景生成一张静态图 → 构建(主会话,高工作量):将每个场景编写为 HyperFrames 代码,添加音乐,并在最终渲染前渲染出一个草稿 → 审查(高工作量):逐秒观看渲染结果,按严重程度列出问题,不要进行任何修改
You just 𝗰𝗮𝗹𝗹 𝘁𝗵𝗲 𝘀𝗵𝗼𝘁𝘀 𝗹𝗶𝗸𝗲 𝗮 𝗱𝗶𝗿𝗲𝗰𝘁𝗼𝗿: "slow this part down by half", "cut right here", "zoom in on the button".
你只需像导演一样下达指令:“把这部分放慢一半”、“在这里切断”、“对按钮进行放大”。
The black hole lab quoted below was made by Opus 5.5 too: one prompt for the first version, then I went to sleep while a few agents took turns finding and fixing problems, and woke up to three rounds done. My short animation "small print" also came from Opus 5.5. My first prompt asked it to break down a reference video, and after rendering, it went back over the result second by second and polished it.
下面引用的黑洞实验室视频也是由 Opus 5.5 制作的:第一个版本只需一个提示词,然后我去睡觉了,几个智能体轮流查找并修复问题,醒来时已经完成三轮。我的短片《小字》也来自 Opus 5.5。我的第一个提示词要求它拆解一个参考视频,渲染后,它又逐秒回顾结果并进行打磨。
Send this prompt to Claude Code 👇
将此提示词发送给 Claude Code 👇
"Set up a motion video team in ~/.claude/agents that I can use for every product video. If HyperFrames isn't installed, install it first following http://hyperframes.dev.
"在 ~/.claude/agents 中设置一个动态视频团队,以便我用于每个产品视频。如果未安装 HyperFrames,请先按照 http://hyperframes.dev 进行安装。"
1. reference-breaker (effort: medium): use ffmpeg to pull one frame per second from the reference video I give you, tile them into one image to look at, and break down the pacing, type, colors and transitions into a shot list plus HyperFrames starter code. Break down only; don't build. 2. storyboarder (effort: medium): from the shot list, make 3 storyboard options with a few key frames each, tiled into one image for me to pick from. After I pick one, use npx hyperframes snapshot to make one still per scene. 3. The main session builds the video: write each scene in HyperFrames, and if there's no music, synthesize a track with Python. Render a draft with npx hyperframes render --quality draft first, and render the final only after I approve. 4. film-reviewer (effort: high): use ffmpeg to pull one frame per second and review it second by second. List problems as P0, P1 and P2 (P0 must be fixed). Review only; don't edit. The main session fixes every P0 before showing me.
1. reference-breaker(工作量:中等):使用 ffmpeg 从你提供的参考视频中每秒提取一帧,将它们拼成一张图片以供查看,并将节奏、类型、颜色和转场拆解为镜头列表及 HyperFrames 启动代码。仅负责拆解;不负责构建。 2. storyboarder(工作量:中等):根据镜头列表,制作 3 个分镜选项,每个选项包含几张关键帧,拼成一张图片供你选择。选定后,使用 npx hyperframes snapshot 为每个场景生成一张静态图。 3. 主会话负责构建视频:用 HyperFrames 编写每个场景,如果没有音乐,则用 Python 合成音轨。先用 npx hyperframes render --quality draft 渲染草稿,在我批准后再渲染最终版本。 4. film-reviewer(工作量:高):使用 ffmpeg 每秒提取一帧并逐秒审查。将问题列为 P0、P1 和 P2(P0 必须修复)。仅负责审查;不负责编辑。主会话会在向我展示之前修复所有 P0 问题。
Every subagent needs Bash and must be able to view images. Before starting, ask me for the reference video, logo, colors, fonts and product screenshots. Show me the contents of the files you'll create, then explain the flow in words a 10-year-old could follow. Don't write anything until I confirm."
每个子代理都需要 Bash 并且必须能够查看图像。在开始之前,请向我提供参考视频、标志、颜色、字体和产品截图。展示你将创建的文件内容,然后用一个10岁孩子也能理解的方式解释流程。在我确认之前不要写任何东西。
更进一步:量化金融体系
看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力