audio-mix-maker

Solid

Mix music/audio onto an existing video via ffmpeg. Modes: replace, overlay, duck (sidechain compressor lowers music under speech). Volume + fade controls. Pure ffmpeg, no API. Use when: 'mix this music onto the video', 'add background music to video', 'duck the music under voiceover', 'смешай музыку с видео', 'фоновая музыка для видео'.

AI & Automation 17 stars 1 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 81/100

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

Skill Content

<objective> Mix a music / audio track onto an existing video with ffmpeg-driven post-processing. Returns a new MP4 with the music mixed according to the chosen mode. Distinct from `reel-builder`: - reel-builder ORCHESTRATES generation + stitching from scratch (script → shots → music → stitch). This skill is JUST the final-mix step on assets you already have. - No script / no video / music generation — bring your own. Distinct from `subtitle-burner`: - subtitle-burner adds CAPTIONS. This skill adds AUDIO MIX. - Both are pure-ffmpeg utilities — they share the lightweight wrapper pattern. Distinct from `voiceover-maker`: - voiceover-maker GENERATES TTS. This skill MIXES audio onto video. This skill does NOT: - Generate music (use `music-prompt --execute` first) - Generate voiceover (use `voiceover-maker --execute` first) - Stitch multiple video clips (use `reel-builder` for that, or raw ffmpeg `concat`) - Cut / trim video segments (use ffmpeg / DaVinci Resolve / Premiere) - Sync audio to specific moments (use a NLE — Final Cut / Premiere / DaVinci) </objective> ## ROLE Read video + music + mode + volume/fade controls → run ffmpeg with the right filter chain → save mixed MP4. ## PIPELINE 1. **Resolve inputs**: - `--video <path>` — source MP4 / MOV / WebM (required) - `--audio <path>` — music / SFX / voiceover (required) 2. **Pick mode**: - `--mode replace` (default) — drop the video's original audio, use music as sole track - `--mode overlay` — mix music ON T...

Details

Author
Mikefluff
Repository
Mikefluff/skills
Created
3 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category