Loudnorm PRO is a cross-platform GUI tool for batch audio normalization of video files using FFmpeg.
Supports modern hardware acceleration:
- NVIDIA (NVENC)
- AMD (AMF on Windows, VAAPI on Linux)
- CPU (x265)
-
🎧 EBU R128 loudness normalization (2-pass loudnorm)
-
🎬 Batch processing (multiple files or folders)
-
⚡ Hardware encoding support:
- HEVC NVENC (NVIDIA)
- HEVC AMF (AMD Windows)
- HEVC VAAPI (Linux AMD)
- HEVC x265 (CPU fallback)
-
📊 Audio track preview (language detection)
-
🔁 Resume interrupted jobs
-
🧠 Smart overwrite system (safe temp handling)
-
🎨 Dark / Light UI
-
🌍 Multi-language (DE / EN)
- Installer:
Loudnorm_PRO_Setup_v1.0.3.exe - Portable:
Loudnorm_PRO_v1.0.3_portable.zip
- Archive:
Loudnorm_PRO_linux_x86_64.tar.gz
- FFmpeg (required)
- FFprobe (required)
-
FFmpeg included OR installed in:
C:\ffmpeg\bin- PATH
- Install dependencies:
sudo apt install ffmpegor
sudo pacman -S ffmpegRun:
Loudnorm PRO.exe
Extract:
tar -xzf Loudnorm_PRO_linux_x86_64.tar.gz
cd Loudnorm_PRO
chmod +x Loudnorm_PRO
./Loudnorm_PROSettings file location:
%LOCALAPPDATA%\Loudnorm PRO\loudnorm_settings.json
~/.local/share/Loudnorm PRO/loudnorm_settings.json
Example:
{
"temp_work_dir": "/mnt/fastssd/loudnorm_temp"
}- Overwrite replaces original file only after successful processing
- Temporary files are used to prevent data loss
- Hardware encoding availability depends on your system and drivers
- NVIDIA RTX 5090 → NVENC ✔
- AMD RX 9070 XT → AMF ✔
- AMD RX 9070 XT → VAAPI ✔
- VAAPI options depend on driver support
- AMF encoder is sensitive to parameter combinations
- FFmpeg must be properly installed and accessible
- FFmpeg (https://ffmpeg.org/)
- tkinter / tkinterdnd2
GNU GPL v3
© Loudnorm PRO