Make a quiet video louder in seconds

Choose a video, pick how much louder, and download it. Only the sound changes; the picture is copied as it is.

Free, no sign upNo quality loss on the pictureNothing is uploadedStops clipping

Make it louder by

How it works

  1. Step 1

    Choose a video

    Drop it on the tool or pick a file, up to 250 MB and 10 minutes.

  2. Step 2

    Pick how much louder

    +3 dB is a little, +6 dB doubles the signal level, +10 dB is a lot. Even out raises quiet parts and tames loud ones.

  3. Step 3

    Download

    The sound is processed on your device; the video track is copied without re encoding, so it looks exactly the same.

How much is +3, +6 and +10 dB?

Decibels are logarithmic: every 20 dB multiplies the signal level by ten, so +6 dB roughly doubles it. The fixed settings pass through a limiter so peaks cannot clip into distortion.

SettingSignal levelUse it when
+3 dBAbout 1.4 timesIt is slightly too quiet
+6 dBAbout 2 timesIt is clearly too quiet
+10 dBAbout 3.2 timesIt is very quiet, such as a phone across a room
Even outNormalised to −16 LUFSSome parts are quiet and others loud

What louder cannot fix

Raising the volume raises everything in the recording, including background noise and hum. If the voice itself is unclear, louder will not make it clearer; re recording, or a clean voice, will.

Platform facts checked on 17 September 2026 against each platform's own help pages.

Use it from an AI assistant or a script

Every setting is a URL parameter, so an assistant can send a link with the options already chosen. The tool still runs on the person's own device.

ParameterValuesDefaultMeaning
gain3, 6, 10, normalize6Make it louder by

Make it twice as loud

https://percify.io/tool/increase-volume-of-video?gain=6ffmpeg -i input.mp4 -map "0:v?" -map 0:a -c:v copy -af "volume=6dB,alimiter=limit=0.97" -c:a aac -b:a 192k -movflags +faststart output.mp4

Even out quiet and loud parts

https://percify.io/tool/increase-volume-of-video?gain=normalizeffmpeg -i input.mp4 -map "0:v?" -map 0:a -c:v copy -af loudnorm=I=-16:TP=-1.5:LRA=11 -c:a aac -b:a 192k -movflags +faststart output.mp4

Every free tool and its parameters, as JSON: percify.io/tools.json

Voice too quiet or unclear to fix?

Clone your voice once from 15 to 30 seconds of clean speech, then make talking videos with it. 5 credits each for face and voice, once.

Clone your voice

Cancel anytime, no contracts

Frequently asked questions

Everything you need to know before you start.

Choose the video, pick +3, +6 or +10 dB, or Even out, and download. It runs in your browser, and the picture is copied untouched, so only the sound changes.

The picture is not re encoded, so it stays exactly the same. The sound is re encoded as AAC at 192 kbps, and a limiter stops the louder audio from clipping.

About twice the signal level. Every 20 dB is a factor of ten, so +3 dB is about 1.4 times, +6 dB about 2 times and +10 dB about 3.2 times.

The video has no audio stream to change, which happens with some screen recordings and exported clips. Add audio in an editor first.

No. It is processed on your device with FFmpeg running in WebAssembly.