A meeting recording that is too quiet
Send it to a colleague after +9 dB; the picture quality does not change at all.
Guide
Volume Adjust raises the level of a quiet video or recording, brings a loud one down, and can remove a video's sound entirely in one click. It is the “Volume” tab of the audio/video workbench and has three modes: “Decibel dB” (-30 to +30, step 0.5, +3 by default), “Percentage” (0%–400%, 150% by default) and “Mute (remove track)”, which appears for video only.
Updated 2026-09-273 min read
Volume Adjust raises the level of a quiet video or recording, brings a loud one down, and can remove a video's sound entirely in one click. It is the “Volume” tab of the audio/video workbench and has three modes: “Decibel dB” (-30 to +30, step 0.5, +3 by default), “Percentage” (0%–400%, 150% by default) and “Mute (remove track)”, which appears for video only.
When a video is processed the picture is not re-encoded (-c:v copy) and only the audio is encoded again, so it is fast and loses no picture quality. The output container follows the source and the audio codec follows the container: AAC 192 kbps for MP4 / MOV / MKV, Opus for WebM, MP3 for AVI. Audio-only files are re-encoded in their own format (WMA, AMR and similar become MP3).
<original-name>_volume.mp4 or <original-name>_muted.mp4.| Input | Output | Notes |
|---|---|---|
a lecture MP4 recorded from far away on a phone, very quiet |
+12 dB → the picture is untouched and the voice is clearly louder |
video is stream-copied; the job takes seconds to tens of seconds |
an MP3 whose background music is too loud |
percentage 50% → an MP3 at half the level |
re-encoded with libmp3lame -q:a 2 |
a MOV to be given a new narration |
Mute (remove track) → <original-name>_muted.mov, no sound |
no stream is re-encoded; done in seconds |
Send it to a colleague after +9 dB; the picture quality does not change at all.
Remove the track with Mute, then add a BGM with “Video Soundtrack”.
A few of a batch of MP3s are quieter; lift each by about +4 dB.
Bring a clip shot in a noisy restaurant down to 40% so it does not blast eardrums when posted to WeChat Moments.
Both multiply the whole file, just expressed differently: +6 dB is about 200% and -6 dB is about 50%. Use decibels if you think in loudness, percentages if you think in “double or half”.
The source peaks were already close to full scale, so more gain clips them. Lower the gain, or switch to “Loudness normalization”, which also limits the true peak.
The output file has no audio stream and it cannot be recovered. The source file is not modified, so you can always process it again.
Files are processed locally in the browser by ffmpeg.wasm and are never uploaded. On first use the engine, about 31 MB, is downloaded from a CDN (the site asset domain or jsDelivr); that request contains neither your audio nor your video.
Updated 2026-09-27
Change volume by decibels or percent, or strip the audio track entirely
Everything runs locally in your browser; files are never uploaded to a server