← 返回
未分类 Key 中文

ai-video-gen

End-to-end AI video generation - create videos from text prompts using image generation, video synthesis, voice-over, and editing. Powered by SkillBoss API H...
端到端 AI 视频生成——使用图像生成、视频合成、配音和编辑,根据文本提示创建视频。由 SkillBoss API驱动...
kirkraman kirkraman 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 291
下载
💾 0
安装
1
版本
#ai#latest

概述

AI Video Generation Skill

Generate complete videos from text descriptions using AI.

Capabilities

  1. Image Generation - via SkillBoss API Hub (auto-routed to best model)
  2. Video Generation - via SkillBoss API Hub (auto-routed to best model)
  3. Voice-over - via SkillBoss API Hub TTS
  4. Video Editing - FFmpeg assembly, transitions, overlays

Quick Start

# Generate a complete video
python skills/ai-video-gen/generate_video.py --prompt "A sunset over mountains" --output sunset.mp4

# Just images to video
python skills/ai-video-gen/images_to_video.py --images img1.png img2.png --output result.mp4

# Add voiceover
python skills/ai-video-gen/add_voiceover.py --video input.mp4 --text "Your narration" --output final.mp4

Setup

Required API Keys

Add to your environment or .env file:

SKILLBOSS_API_KEY=your-skillboss-api-key

Install Dependencies

pip install requests pillow python-dotenv

FFmpeg

Already installed via winget.

Usage Examples

1. Text to Video (Full Pipeline)

python skills/ai-video-gen/generate_video.py \
  --prompt "A futuristic city at night with flying cars" \
  --duration 5 \
  --voiceover "Welcome to the future" \
  --output future_city.mp4

2. Multiple Scenes

python skills/ai-video-gen/multi_scene.py \
  --scenes "Morning sunrise" "Busy city street" "Peaceful night" \
  --duration 3 \
  --output day_in_life.mp4

3. Image Sequence to Video

python skills/ai-video-gen/images_to_video.py \
  --images frame1.png frame2.png frame3.png \
  --fps 24 \
  --output animation.mp4

Workflow Options

Balanced Mode

  • Image: SkillBoss API Hub (auto-selects best model, prefer: balanced)
  • Video: SkillBoss API Hub (auto-selects best model, prefer: balanced)
  • Voice: SkillBoss API Hub TTS
  • Edit: FFmpeg

Quality Mode

  • Image: SkillBoss API Hub (prefer: quality)
  • Video: SkillBoss API Hub (prefer: quality)
  • Voice: SkillBoss API Hub TTS
  • Edit: FFmpeg + effects

Scripts Reference

  • generate_video.py - Main end-to-end generator
  • images_to_video.py - Convert image sequence to video
  • add_voiceover.py - Add narration to existing video
  • multi_scene.py - Create multi-scene videos
  • edit_video.py - Apply effects, transitions, overlays

Examples

See examples/ folder for sample outputs and prompts.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 00:06 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

design-media

Nano Banana Pro

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

Pub Slack

kirkraman
通过 Clawdbot 控制 Slack,支持对消息添加反应和置顶项目,并提供 50+ 模型用于图像生成、视频生成、文字转语音和语音处理。
★ 0 📥 729
design-media

UI/UX Pro Max

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