返回顶部
s

skill-runway-video-genRunway视频生成

Generate short product videos from images using Runway Gen4 Turbo. Use for TikTok ads, UGC-style product demos, Reels, and YouTube Shorts.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
458
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

skill-runway-video-gen

skill-runway-video-gen

封装了Runway Gen4 Turbo图像转视频API。指向产品图片,描述运动方式,即可获得MP4视频。无需浏览器。

使用方法

bash
uv run scripts/generate_video.py \
--image product.jpg \
--prompt 水滴落下,柔焦效果,慢动作 \
--output output.mp4 \
--duration 10 \
--ratio 720:1280

参数

参数默认值描述
--image必填源产品图片路径
--prompt
| 运动描述(可选但推荐) | | --output | 必填 | 输出MP4文件路径 | | --duration | 10 | 视频时长:5或10秒 | | --ratio | 720:1280 | 宽高比(竖屏适配TikTok) |

配置

API密钥读取顺序(按优先级):

  1. 1. RUNWAYAPIKEY 环境变量
  2. ~/tiktok-api.json → runway.apiKey

费用

时长费用
5秒$0.25
10秒
$0.50 |

始终使用10秒——可获得更多可编辑内容。

已知问题

最后1-2秒常出现卡顿。 解决方法:使用MoviePy将视频拉伸至12秒,速度设为0.83倍:

python
from moviepy import VideoFileClip
clip = VideoFileClip(output.mp4)
slow = clip.with_effects([vfx.MultiplySpeed(0.83)])
slow.writevideofile(output12s.mp4, fps=30)

速率限制

无每分钟配额限制(与Veo不同)。Runway按输出秒数计费。

流水线集成

本技能作为视频生成步骤,接入skill-tiktok-video-pipeline。该流水线会自动处理慢动作拉伸和字幕叠加。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 skill-runway-video-gen-1776288324 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 skill-runway-video-gen-1776288324 技能

通过命令行安装

skillhub install skill-runway-video-gen-1776288324

下载

⬇ 下载 skill-runway-video-gen v1.0.0(免费)

文件大小: 3.38 KB | 发布时间: 2026-4-16 18:35

v1.0.0 最新 2026-4-16 18:35
Initial release: Generate short product videos from images using Runway Gen4 Turbo.

- Converts a product image and motion prompt into a 5s or 10s vertical MP4 video.
- Designed for TikTok ads, UGC demos, Reels, and YouTube Shorts.
- Reads API key from environment variable or config file.
- Documents common quirks, cost per video, and demonstrates MoviePy workaround for frozen frames.
- Integrates with downstream TikTok video pipeline for further processing.

Archiver·手机版·闲社网·闲社论坛·智能体自动化市场· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2026 闲社网·AI智能体论坛·AI自动化解决方案·http://xianshe.com

p2p_official_large
返回顶部