AI Agent Hub
Back to skills
AI Short Video Creator icon

AI Short Video Creator

Design & Media Updated 2026.08.29

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

Please install @user_3b8c37c9/video-short-creator according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

When clips, narration copy, and subtitle timing are scattered across multiple files, manually aligning cut points, generating speech, proofreading captions, and adding transitions is error-prone. This skill separates the workflow into two stages: first produce reviewable narration and subtitle materials, then assemble the video only after explicit approval, reducing hard-to-fix rendering mistakes.

How It Works

The pipeline is organized around a SCRIPT data structure. Each narration segment is mapped to one or more source clips, with total clip duration slightly longer than the generated voice-over. In the first phase, it uses ffprobe to build a clip inventory, calls edge-tts to create audio, and extracts subtitle timing from SentenceBoundary events to write subtitle_review.md. It then presents the clip inventory, segment scripts, subtitle table, and segment-to-clip mapping so a user can revise text, timing, clip order, or substitutions before proceeding.
In the second phase, it assembles the video: trim clips, scale them, concatenate segments, burn subtitles using an .srt file and the FFmpeg subtitles filter, add xfade transitions, merge the AAC narration, and export an approximately 1080p, 30 FPS H.264 video. It fits Chinese voice-over and short explanatory videos. If source material is insufficient, the narration is too long, file paths are unusual, or complex multi-track audio is required, the timeline needs manual review.

Use Cases

  • Turn papers, Markdown, or product notes into 3-5 Mandarin narration segments and a subtitle timing review sheet.
  • Cut and concatenate local clips by script segments, scale to 1080p, and add 0.8-second xfade transitions.
  • Review edge-tts narration and SRT captions before rendering, then adjust text, timing, and clip order before assembly.
  • Generate YunxiNeural Mandarin narration and burn bottom-aligned subtitles using an .srt file and FFmpeg's subtitles filter.

Best For

  • Content editors who need to turn papers or Markdown into Mandarin-narrated short videos
  • Independent video creators who assemble local clips by script and burn in subtitles
  • Video engineers who review TTS narration and SRT timing before rendering final videos
  • Personal creators who generate YunxiNeural speech with edge-tts and export 1080p shorts