AI Video Producer Skill
This skill automates the full production workflow of tech and academic tutorial videos:
- Script Drafting: Structuring crisp, high-retention tutorial scripts with hook, step-by-step demonstration, and key takeaway.
- Voice Cloning & TTS: Synthesize voiceover using your cloned personal timbre (CosyVoice 2 / F5-TTS / GPT-SoVITS) or zero-latency edge voice.
- Screen Recording & B-Roll Assembly: Concatenate screen recordings, diagrams, code blocks, and slide highlights.
- Subtitle Sync: Generate perfectly timed
.srtsubtitles using Whisper and burn/softcode into the final video.
Quick CLI Usage
Run with Python (py -3.11):
# 1. Synthesize audio from script
py -3.11 skills/ai-video-producer/scripts/build_tutorial_video.py --script "tutorial.txt" --audio-out "voiceover.wav"
# 2. Assemble video (screen recording + voiceover + subtitles)
py -3.11 skills/ai-video-producer/scripts/build_tutorial_video.py --video "recording.mp4" --audio "voiceover.wav" --output "final_video.mp4"