Video Generation Workflow
Paste the following prompt into your AI chat to install this skill:
Please install @user_28a6fb7f/video-maker-pro according to https://skillhub.cn/install/skillhub.md.
About this skill
Problem
Short-video production often stalls when images, narration, audio, subtitles, and FFmpeg parameters are handled separately. Common failures include narration mismatch, audio loss during concat copy due to inconsistent stream structure, Chinese title rendering issues with drawtext, and manual chart screenshots from Excel/CSV data. This skill turns these steps into a reusable scripted workflow for stable MP4 generation.
Core Capabilities and Workflow
- Audio-visual alignment: Generates narration for each image that describes that image's visual content, then renders audio with
edge-tts. - Stable compositing: Prefers encoding each image-plus-audio segment into a complete MP4 before concatenation, preserving
h264video andaacaudio streams. - Title pages: Uses
PILto generate Chinese title images and avoids FFmpeg text-rendering issues. - Data visualization: Uses
generate_chart_video.pyto turn Excel/CSV data into animated bar, line, pie, or bar-race charts. - End-to-end generation: Uses
generate_full_video.pyto move from topic to script, storyboard, images, audio, and final video. - Error handling: Uses
error_handler.pyfor structured error codes, retries, temp-file cleanup, and logging tooutput/error.log.
Boundaries
Best suited for ordered image sequences, verifiable narration, and quick explanatory or chart videos. For complex images or highly creative narration, scripts still need manual review. If ffmpeg, edge-tts, or file paths are missing, run environment checks and file validation first.
Use Cases
- Turn an ordered set of product explanation images into an MP4 with Chinese narration for internal training.
- Generate an animated bar-chart video from quarterly sales spreadsheet data for a business review.
- Produce a full MP4 from a topic by running the end-to-end script, storyboard, image, and audio pipeline.
- Diagnose FFmpeg or edge-tts failures during video generation and produce a concrete troubleshooting report.
Best For
- Instructors who need to turn ordered slide-like images into narrated training videos.
- Analysts who need to convert spreadsheet data into animated chart videos for reviews.
- Content operators who need topic-driven short-video scripts and draft MP4 outputs.
- Engineers who need to debug FFmpeg and edge-tts dependencies in the video pipeline.
Related Skills
Converts image sequences, videos, or screen recordings into GIFs with Python, supporting timing, looping, optimization, and quick command-line use.
Adds white text, a yellow bar, and optional translucent masks to photos using OpenCV and Pillow.
Call Mew image and design APIs in two stages to create an emotional background and compose a share-ready quote check-in poster.
Generate felt-craft pendant designs, part breakdowns, and structured analysis from a product image or Base64 input.