⚠️ Work In Progress
The gif above shows a video file where the peak volume is -7.9dB, and after normalization it's raised to -1.1dB peak volume.
Install ffmpeg
choco install ffmpg
Run toolow.exe
- Press the Select video file button.
- Press the Analyze button to get the current values.
- Press Normalize Audio to normalize the audio. If the file already exists nothing will happen.
This is a desktop application that wraps ffmpeg commands that I use from time to time.
To run this application, the ffmpeg
binary needs to be available in PATH
Features:
- Get the max and mean volume levels in dB
- Normalize/raise volume of the audio on a video file
Goals:
- Replace the audio track of a video with another audio file
- Configurable path to ffmpeg binary
- Cancel a normalization
As of this writing it's built and run with
- Go 1.19
- ffmpeg 5.1
- Wails 2.1.0
live development mode:
wails dev
there is also a dev server that runs on http://localhost:34115.
Build for Windows
wails build -platform "windows/amd64"