promo-director

Solid

Generates 15-second vertical promo videos for social media from mastered audio. Use after mastering is complete and before release, when the user wants social media content.

AI & Automation 251 stars 47 forks Updated yesterday CC0-1.0

Install

View on GitHub

Quality Score: 88/100

Stars 20%
80
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Promo Director Skill Generate professional promo videos for social media from mastered audio. Creates 15-second vertical videos (9:16, 1080x1920) optimized for Instagram Reels, Twitter, and TikTok. ## Purpose After mastering audio, generate promotional videos that combine: - Album artwork - Audio waveform visualization (9 styles available) - Track title + artist name - Automatic color scheme extracted from artwork - Intelligent segment selection (finds the most energetic 15 seconds) ## When to Use - After mastering complete, before release - User says "generate promo videos" or "create promo videos for [album]" - When album has mastered audio + artwork ready ## Position in Workflow ``` Generate → Master → **[Promo Videos]** → Release ``` Optional step between mastering-engineer and release-director. ## Workflow ### 1. Setup Verification **Check ffmpeg:** ```bash ffmpeg -filters | grep showwaves ``` Required filters: `showwaves`, `showfreqs`, `drawtext`, `gblur` If missing: ``` Error: ffmpeg not found or missing required filters Install ffmpeg: macOS: brew install ffmpeg Linux: apt install ffmpeg After installing, run this command again. ``` **Check Python dependencies:** Call `get_python_command()` to verify the venv exists. If `venv_exists` is false, show the warning and suggest `/bitwize-music:setup`. ### 2. Album Detection **Resolve audio path via MCP:** Call `resolve_path("audio", album_slug)` — returns the full audio directory path including art...

Details

Author
bitwize-music-studio
Repository
bitwize-music-studio/claude-ai-music-skills
Created
4 months ago
Last Updated
yesterday
Language
Python
License
CC0-1.0

Similar Skills

Semantically similar based on skill content — not just same category