← スキル一覧に戻る

mix-audio
by ayauxd
Agentic AI system for autonomous luxury video ad creation using Veo 3.1, ElevenLabs, and ffmpeg
⭐ 0🍴 0📅 2026年1月13日
SKILL.md
name: mix-audio description: Professional audio mixing guide
Mix Audio
Guide for professional audio mixing in video production.
Usage
/mix-audio
Layers (Bottom to Top)
- Ambience (-18dB) - Ocean, room tone, environment
- Music (-12dB) - Background score, ducked during speech
- Voiceover (-6dB) - Primary narration, clear and present
- SFX (-9dB) - Sound effects, transitions
ffmpeg Audio Filter Graph
# Mix voiceover + ambience
ffmpeg -i video.mp4 -i voiceover.mp3 -i ambience.mp3 \
-filter_complex "[1:a]volume=1.0[vo];[2:a]volume=0.3[amb];[vo][amb]amix=inputs=2" \
-c:v copy output.mp4
ElevenLabs Tips
- Stability: 0.5-0.7 (higher = more consistent)
- Similarity: 0.7-0.8 (match reference voice)
- Style: 0.2-0.4 (subtle emotional variation)
Ducking
Reduce ambience/music when voiceover plays:
-filter_complex "[1:a]asplit[vo][duck];[duck]agate=threshold=-30dB[gate];[2:a][gate]sidechaincompress[amb]"
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です