Zum Hauptinhalt springen
tsecurity.de LIVE
Echtzeit-Radar & Feeds
Alle RSS Feeds
👥 Community & Social
Windows Tipps & SecurityNighthawk M7 Pro im Test: Flexibler, aber teurer 5G-Router(21.09.2026 um 10:30 Uhr)
Sichere ProgrammierungNeue Gmail-Funktion: So sparst du jetzt Zeit bei Einmalcodes(21.09.2026 um 10:00 Uhr)
Sichere ProgrammierungYour GIF exporter is fine — the container is the problem(21.09.2026 um 10:01 Uhr)
Sichere ProgrammierungCSS, Motion, or GSAP? I Choose by Who Owns the Animation(21.09.2026 um 10:12 Uhr)
Windows Tipps & SecurityNighthawk M7 Pro im Test: Flexibler, aber teurer 5G-Router(21.09.2026 um 10:30 Uhr)
Sichere ProgrammierungNeue Gmail-Funktion: So sparst du jetzt Zeit bei Einmalcodes(21.09.2026 um 10:00 Uhr)
Sichere ProgrammierungYour GIF exporter is fine — the container is the problem(21.09.2026 um 10:01 Uhr)
Sichere ProgrammierungCSS, Motion, or GSAP? I Choose by Who Owns the Animation(21.09.2026 um 10:12 Uhr)
Intelligence View
⚡ tsecurity.de Intelligence

FFmpeg dynaudnorm Filter: Dynamic Audio Normalization Guide

Originally published at ffmpeg-micro.com You're editing together clips from three different recording sessions, and every cut brings a jarring volume shift. One speaker whispers, the next shouts, and the background noise floor jumps…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!

Originally published at ffmpeg-micro.com



You're editing together clips from three different recording sessions, and every cut brings a jarring volume shift. One speaker whispers, the next shouts, and the background noise floor jumps around. You could run a two-pass loudnorm workflow targeting EBU R128, but that's designed for broadcast compliance, not general-purpose volume leveling.



FFmpeg's dynaudnorm filter solves this specific problem. It applies dynamic audio normalization frame-by-frame, adjusting gain in real time without requiring two-pass processing. You pass a single command, and it smooths out volume differences across your entire file.






How dynaudnorm Works



The dynaudnorm filter divides your audio into short frames, calculates the peak or RMS level of each frame, and applies a gain factor to bring that frame closer to a target level. A Gaussian-weighted smoothing window prevents abrupt gain changes between frames, so transitions sound natural rather than pumpy.



This is fundamentally different from loudnorm. The loudnorm filter measures integrated loudness across the entire file and applies a static correction to hit a target LUFS value (typically -14 or -16 LUFS for broadcast). dynaudnorm doesn't care about LUFS. It operates locally, frame by frame, making quiet parts louder and loud parts quieter relative to each other.






Key Parameters





  • framelen (f) - Frame length in ms (default 500). Use 150ms for speech.


  • gausssize (g) - Gaussian window size (default 31, must be odd). 11-15 for speech.


  • maxgain (m) - Max gain factor (default 10). Set to 3-5 for speech to avoid amplifying silence.


  • peak (p) - Target peak value (default 0.95). Safety ceiling for clipping.


  • targetrms (r) - Target RMS level (0-1). Use ~0.5 for spoken-word.


  • coupling (n) - Channel coupling (default true). Keep enabled for stereo.






CLI Examples



Basic:




ffmpeg -i input.mp4 -af "dynaudnorm" output.mp4






Podcast smoothing:




ffmpeg -i podcast.mp4 -af "dynaudnorm=f=150:g=15:m=5" output.mp4






Aggressive normalization:




ffmpeg -i input.mp4 -af "dynaudnorm=f=75:g=11:m=15:p=0.9" output.mp4









Using dynaudnorm with the FFmpeg Micro API






curl -X POST https://api.ffmpeg-micro.com/v1/transcodes \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"inputs": [{"url": "https://example.com/podcast-episode.mp4"}],
"outputFormat": "mp4",
"options": [
{"option": "-af", "argument": "dynaudnorm=f=150:g=15:m=5"}
]
}'










Common Pitfalls





  • Boosting silence into noise - Set maxgain to 3-5 for speech content


  • Using dynaudnorm for broadcast delivery - Use loudnorm for LUFS targets instead


  • Setting gausssize too low - Stay at 11+ to avoid pumping artifacts



Get a free API key and start normalizing audio in minutes.

Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten FFmpeg dynaudnorm Filter: Dynamic Audio Normalization Guide

Thematisch verwandte Begriffe: FFmpeg, dynaudnorm, Filter, Dynamic · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

© 2015 - 2026 tsecurity.de — Nachrichten- & Content-Portal. Alle Rechte vorbehalten.

SSL 256-bit DSGVO Konform
Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-94030 | A security vulnerability has been detected in SerenityOS up to 3d83e4509…
Advisory →
TTS Reader • tsecurity.de Voice
tsecurity.de Icon
tsecurity.de App
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag
Themen-Radar & Intelligence Matrix
Echtzeit-Taxonomie nach Angriffsvektoren & Plattformen

tsecurity.de Live Threat Radar

🔴 LIVE RADAR
MONITORING
AKTIV
CVE-DATENBANK
LIVE
🔍
Community Radar & Live Chat
Sentinel Bot online • Live-Stream
Dein Cluster: Security Explorer
Match:
lädt…
Verbindung zum Community-Stream wird aufgebaut...
Bearbeitungsmodus — Senden überschreibt deine Nachricht
Community-Puls — was gerade passiert
lädt…
Aktivitäten deiner Analysten
lädt…
Neues Thema oder Eilmeldung einreichen

Reiche interessante Links, Zero-Days oder Debatten ein. Die Community entscheidet per Upvote über die Veröffentlichung.

Heiß diskutierte Einreichungen
🔖 Gespeicherte Artikel
📂 Keine gespeicherten Artikel vorhanden.
Zurück Ziehen Vor
Links: vorheriger Artikel Rechts: nächster Artikel unten: schließen
News NIS-2 Frühwarnung Tier-1 Intel ⏱️ 3 Min vor 10 Min
Artikeldaten werden geladen...

Zurück: vorheriger Vor: nächster
↗ Original-Quelle
Social Reaktionen Deine Reaktion zählt
Einstufung & Relevanz-Poll 0 Stimmen
In sozialen Netzwerken teilen 1-Klick