muapi-music-video

Featured

Build a short music video from a song theme — N keyframes, animate each, generate matching music.

AI & Automation 3,515 stars 398 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

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

Skill Content

# Music Video **Build a short music video from a song theme — N keyframes, animate each, generate matching music.** ## Inputs | Name | Type | Required | Default | Description | |:---|:---|:---|:---|:---| | `theme` | text | yes | — | Song / video theme (e.g. "lonely robot finds a friend, hopeful"). | | `scenes` | int | no | 3 | Number of scenes (each becomes a 5s clip). | | `music_style` | text | no | ambient cinematic, instrumental, slow tempo, warm | Suno-style tags for the soundtrack. | | `visual_style` | text | no | cinematic, photoreal, soft volumetric light, 16:9 | | ## Steps Build one the plan covering: 1. **Layer A (parallel)** — N keyframes + 1 music track all at once. - For each scene 1..N: `muapi image generate` with a beat-specific prompt + `{{visual_style}}`, model=nano-banana-pro (these feed video gen). - One `muapi audio create` (kind=music) using `{{music_style}}`, duration = N × 5 + a 2s tail. 2. **Layer B (parallel, depends on Layer A)** — animate each keyframe. - For each scene: `muapi video from-image` with `image=$nX.url`, model=veo3.1-image-to-video, duration=5, prompt=scene-specific motion direction. 3. Return: - The scene keyframes (asset ids in order). - The animation clips (asset ids in order). - The music track asset id. - A short summary describing the cut order. ## Notes - Keep character continuity by repeating the character description in every scene prompt verbatim. - Don't auto-confirm any single vi...

Details

Author
SamurAIGPT
Repository
SamurAIGPT/Generative-Media-Skills
Created
3 years ago
Last Updated
today
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category