AI Agent Hub
Back to skills
Video Auto Creator icon

Video Auto Creator

Design & Media Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md and install @user_8e115e0a/video-auto-creator1.

About this skill

Problem It Addresses

When reworking a video URL into new material, the bottleneck is often not editing but turning the source into reusable structured artifacts: title, description, tags, key frames, script, voiceover, subtitles, and timing are usually scattered across manual steps. video-auto-creator targets that workflow by chaining “read video → sample frames → generate script → TTS voiceover → subtitle alignment → composition” into a debuggable pipeline. It is suitable for promo shorts, content summaries, demo videos, or tutorial narration.

How It Works

  • Video analysis: opens Bilibili, YouTube, or Douyin pages, extracts metadata, and saves JSON as the input for scene planning.
  • Frame sampling: captures stable frames by --interval or count, then identifies key scenes and visual assets.
  • Script generation: outputs scene descriptions, shot copy, voiceover text, subtitle text, and optional Midjourney / Stable Diffusion prompts.
  • Voiceover and subtitles: uses edge-tts for multilingual speech and produces SRT subtitles aligned to audio duration.
  • Composition: uses FFmpeg to combine image sequences, audio, and burned-in subtitles into H.264/AAC output at 720p/1080p.

It depends on browser control, edge-tts, and FFmpeg; Windows setups may need extra handling for encoding and Chinese file paths. Check copyright, platform scraping limits, and TTS licensing before use. It fits semi-automated production rather than unchecked bulk distribution.

Use Cases

  • An operations person converts a Bilibili product explainer into a 60-second promo with voiceover and subtitles.
  • A content editor breaks a YouTube tutorial into scene scripts, SRT subtitles, and TTS narration.
  • A video intern extracts keyframes from Douyin clips by interval and saves labeled frame assets.
  • An engineer debugs FFmpeg composition to combine image sequences, edge-tts audio, and burned-in subtitles.

Best For

  • An operations lead creating product short videos who needs to rework Bilibili clips into narrated, subtitled promos.
  • A tutorial creator who needs to extract YouTube structure and generate scene scripts with SRT output.
  • A video intern handling social-media assets who needs interval-based keyframes and organized visual material.
  • A media-pipeline engineer who needs to connect TTS, subtitle timing, and FFmpeg composition settings.