← 返回
未分类 Key 中文

Script to Video

Turn an already-written script into a video with voiceover, auto-cut stock visuals, and captions. Use when the user has the words and wants Revid to handle p...
将已写好的脚本转化为视频,配有配音、自动裁剪的素材库画面和字幕。适用于用户已有文字、希望Revid负责后续制作的情况。
api00 api00 来源
未分类 clawhub v1.4.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 304
下载
💾 0
安装
1
版本
#latest

概述

Script → video

The script-to-video workflow is the lowest-friction path: you bring the words,

Revid brings the visuals + voice + captions + edit.

When to use this skill

  • The user pastes a finished script (or generates one in-conversation).
  • They want full creative control over the words.
  • They are happy with stock visuals (otherwise see

revid-script-with-custom-media).

  • For an idea-to-video flow, use

revid-prompt-to-video.

Inputs

FieldRequiredNotes
---------
textyesThe script. Use line breaks for scene boundaries.
aspectRationoDefault 9:16
voiceIdnoPick to match the script tone
targetDurationnoAuto-derived from script length if omitted

Step-by-step

  1. Validate text is non-trivial (>30 words) and within practical limits

(~1500 words for a 5-min video).

  1. POST /render.
  2. Poll /status.

API call template

POST /api/public/v3/render
Host: www.revid.ai
Content-Type: application/json
key: $REVID_API_KEY
{
  "workflow": "script-to-video",
  "source":   { "text": "{SCRIPT}" },
  "aspectRatio": "9:16",
  "voice":    { "enabled": true, "voiceId": "aria-en-us", "stability": 0.6, "speed": 1.0, "language": "en-US" },
  "captions": { "enabled": true, "position": "middle", "autoCrop": true },
  "music":    { "enabled": true, "syncWith": "beats" },
  "media": {
    "type": "stock-video",
    "density": "medium",
    "animation": "soft",
    "quality": "pro",
    "imageModel": "good",
    "videoModel": "pro"
  },
  "options": {
    "summarizationPreference": "no-summarization",
    "soundEffects": true,
    "hasToGenerateCover": true
  },
  "render": { "resolution": "1080p", "frameRate": 30 }
}

summarizationPreference: "no-summarization" — the user wrote the script for a

reason. Don't paraphrase it.

Examples

Failure modes

SymptomFix
------
Script too long → exceeds contextEither split into multiple /render calls (one per chapter) or set summarizationPreference: "summarize".
Voice mispronounces brand namesInline phonetic spelling in the script ("Revid (rev-id)").
Visuals don't match niche topicPre-author a few key shots and switch to revid-script-with-custom-media.
Music drowns the voiceLower music duck — currently no direct knob; switch music.enabled: false and add ambient sound effects via options.soundEffects: true.

See also

for full visual control.

Revid to write the script too.

short scripts with an avatar.

版本历史

共 1 个版本

  • v1.4.0 当前
    2026-05-08 00:33 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

design-media

Nano Banana Pro

steipete
使用 Nano Banana Pro (Gemini 3 Pro Image) 生成或编辑图像。支持文生图、图生图及 1K/2K/4K 分辨率,适用于图像创建、修改及编辑请求,使用 --input-image 指定输入图像。
★ 435 📥 118,042
design-media

UI/UX Pro Max

xobi667
提供 UI/UX 设计智能与实现指导,帮助打造精美界面。适用于 UI 设计、UX 流程、信息架构、视觉风格、设计系统/标记、组件规格、文案/微文案、无障碍及前端 UI(HTML/CSS/JS、React、Next.js、Vue、Svelte
★ 229 📥 49,041
design-media

Openai Whisper

steipete
使用 Whisper CLI 进行本地语音转文字(无需 API 密钥)
★ 335 📥 94,826