返回顶部
s

skill-runway-video-gen

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
安全检测
已通过
434
下载量
0
收藏
概述
安装方式
版本历史

skill-runway-video-gen

# skill-runway-video-gen Wraps Runway Gen4 Turbo image-to-video API. Point at a product image, describe the motion, get an MP4. No browser needed. ## Usage ```bash uv run scripts/generate_video.py \ --image product.jpg \ --prompt "water droplets falling, soft bokeh, slow motion" \ --output output.mp4 \ --duration 10 \ --ratio 720:1280 ``` ## Args | Arg | Default | Description | |---|---|---| | `--image` | required | Path to source product image | | `--prompt` | `""` | Motion description (optional but recommended) | | `--output` | required | Output MP4 path | | `--duration` | `10` | Video length: 5 or 10 seconds | | `--ratio` | `720:1280` | Aspect ratio (vertical for TikTok) | ## Config API key is read from (in order): 1. `RUNWAY_API_KEY` environment variable 2. `~/tiktok-api.json` → `runway.apiKey` ## Cost | Duration | Cost | |---|---| | 5s | $0.25 | | 10s | $0.50 | Always use 10s — you get more content to work with. ## Known quirks **Last 1–2s often freezes.** Fix: stretch to 12s at 0.83x speed using MoviePy: ```python from moviepy import VideoFileClip clip = VideoFileClip("output.mp4") slow = clip.with_effects([vfx.MultiplySpeed(0.83)]) slow.write_videofile("output_12s.mp4", fps=30) ``` ## Rate limits No per-minute quota (unlike Veo). Runway charges per second of output. ## Pipeline integration This skill feeds into `skill-tiktok-video-pipeline` as the video generation step. The pipeline handles slowmo stretch and caption overlay automatically.

标签

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

下载 Zip 包

⬇ 下载 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-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部