特色栏目

ASP源码

PHP源码

.NET源码

JSP源码

游戏频道
专题合集
关闭菜单
首页> AI教程> AI 电影制作:从自动化剧本到成片剪辑 - Openclaw Skills

AI 电影制作:从自动化剧本到成片剪辑 - Openclaw Skills

时间:2026-03-26 19:00:02 作者:互联网

什么是 电影?

电影技能是一个专为使用 Openclaw Skills 制作高质量 AI 生成影片的创作者设计的综合框架。它将创作过程从简单的“提示词转视频”转变为结构化的生产流水线。通过强制执行严格的后期制作阶段(包括风格手册和角色表),确保生成的每个剪辑在整个项目中保持视觉和叙事的一致性。

该技能提供了一种系统化的方法来管理大规模电影制作,因为单个项目可能涉及数百个独立镜头。它帮助开发者和创作者在视觉语言、调色板和光影方面保持单一事实来源,确保 AI 生成的内容看起来是经过深思熟虑且专业的,而非支离破碎。

下载入口:https://github.com/openclaw/skills/tree/main/skills/ivangdavila/movie

安装与下载

1. ClawHub CLI

从源直接安装技能的最快方式。

npx clawhub@latest install movie

2. 手动安装

将技能文件夹复制到以下位置之一

全局模式 ~/.openclaw/skills/ 工作区 /skills/

优先级:工作区 > 本地 > 内置

3. 提示词安装

将此提示词复制到 OpenClaw 即可自动安装。

请帮我使用 Clawhub 安装 movie。如果尚未安装 Clawhub,请先安装(npm i -g clawhub)。

电影 应用场景

电影 工作原理
  1. 前期制作:智能体分析源剧本,创建项目分解、视觉风格手册和角色参考。
  2. 镜头列表:生成逐场镜头列表,定义每个剪辑的构图、时长和转场要求。
  3. 生成:利用特定 AI 工具制作单个镜头,交叉引用风格手册和前序镜头以确保连续性。
  4. 组装:剪辑被组织在项目镜头文件夹中,并通过时间线文件进行跟踪,以管理编辑顺序。
  5. 迭代:智能体标记连续性错误或光影不匹配以重新生成,确保项目达到 Openclaw Skills 的质量标准。

电影 配置指南

要在 Openclaw Skills 环境中开始使用此技能,请使用以下结构初始化项目目录和核心文件:

mkdir -p ~/movies/my-project/characters
touch ~/movies/my-project/{script.md,style-bible.md,timeline.md,status.md}

请确保您的本地智能体有权访问技能文档中提供的预制作、生成和工具参考文件,以便正确路由 API 调用。

电影 数据架构与分类体系

该技能通过结构化文件系统组织电影数据,以确保资产的可追溯性:

组件 描述 格式
script.md 源剧本、大纲或叙事弧线 Markdown
style-bible.md 视觉规则、调色板、光影约束和噪点 Markdown
characters/ 包含用于保持一致性的多角度参考图像的目录 图片
shots/ 生成的视频剪辑及其关联的提示词日志 MP4/JSON
timeline.md 序列、剪辑组装顺序和镜头时长 Markdown
status.md 用于跟踪已完成与待办任务的项目进度 Markdown
name: Movie
description: Create films with AI video generation by managing scripts, prompts, consistency, and production workflows from concept to final cut.

Core Workflow

Every film follows: Script → Breakdown → Generation → Assembly → Polish.

Before generating ANY video, establish:

  1. Style bible — Visual language, color palette, lighting, grain
  2. Character sheets — Reference images from multiple angles
  3. Shot list — Scene-by-scene with framing, duration, transitions

Project Structure

~/movies//
├── script.md           # Source screenplay or treatment
├── style-bible.md      # Visual rules, references, palette
├── characters/         # Reference images per character
├── shots/              # Generated clips organized by scene
├── timeline.md         # Edit assembly order
└── status.md           # What's done, what needs work

Generation Checklist

Before each shot generation:

After generation:

Quick Reference

Need Load
Breaking down scripts into shots preproduction.md
Writing effective prompts by tool generation.md
Editing, color matching, sound postproduction.md
Which API/tool for which shot tools.md
Commercial: versions, formats, localization commercial.md
Experimental: audio-sync, style morphing experimental.md

Critical Rules

  1. Consistency over speed — Better to re-generate than break character continuity
  2. Log everything — Every prompt, every iteration, what worked/failed
  3. Tool routing matters — Seedance for motion, Kling for duration, Runway for style
  4. Start rough — Animatics first, polish approved shots only
  5. Project scope — 2-hour film = hundreds of shots. Plan iterations.
相关文章

热门文章

猜你喜欢

返回顶部