video-post-production

Solid

Video post-production rules: audio mastering, color, captions, platform export. Use when: 'add music', 'add voiceover', 'export for tiktok', 'add captions', 'color grade', 'audio levels', 'master audio', 'export settings', 'platform requirements'. Covers FFmpeg patterns, audio chain, subtitle standards, and platform-specific export configs. Do NOT use to generate or animate the video frames/scenes in code (use remotion-production-guide), to write the script (use video-narrative-arc), or to evaluate script quality (use script-evaluator); this is the finishing stage applied to an already-rendered video.

AI & Automation 138 stars 20 forks Updated today MIT

Install

View on GitHub

Quality Score: 86/100

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

Skill Content

# Video Post-Production Guide Rules and FFmpeg patterns for finishing videos: audio mastering, captions, color, and platform-specific export. ## Audio Rules ### Volume Levels (dB) | Track | Level | Notes | |-------|-------|-------| | Voiceover | -12 to -10 dB | Primary audio, clear and upfront | | Music (under VO) | -32 to -24 dB | Background, should not compete | | Music (solo, no VO) | -16 to -12 dB | Can be louder when alone | | Sound effects | -18 to -14 dB | Accent, not distraction | | Silence floor | -60 dB | True silence feels unnatural, keep room tone | ### Music Selection by BPM | Mood | BPM Range | Use Case | |------|-----------|----------| | Calm, reflective | 60-80 | Luxury brands, testimonials | | Confident, steady | 80-100 | Corporate, explainers | | Moderate energy | 100-120 | Product demos, features | | Energetic | 120-140 | Launch videos, social ads | | High energy | 140+ | Montage, fast-cut sequences | **Rule:** Match music tempo to edit pace. Cut on beats for professional feel. ### Audio Mastering Chain (FFmpeg) ```bash # Full mastering chain: highpass + EQ + compression + loudness ffmpeg -i input.mp4 -af " highpass=f=80, equalizer=f=3000:t=q:w=1.5:g=3, acompressor=threshold=-20dB:ratio=4:attack=5:release=50, loudnorm=I=-16:TP=-1.5:LRA=11 " -c:v copy output.mp4 ``` ### Free Music/SFX Libraries - **Mixkit** (mixkit.co) - royalty-free, no attribution - **Pixabay Audio** (pixabay.com/music) - free, Pixabay license - **Freesound** (freesound....

Details

Author
AnastasiyaW
Repository
AnastasiyaW/claude-code-config
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category