NoCloud Media

Video tool

Video Volume Changer

Boost or reduce a video's audio without touching the picture. Video stream is copied through untouched — only audio re-encodes.

How it works

  1. 1

    Drop your video

    MP4, MOV, WebM, MKV, AVI, or M4V. The file stays on your device.

  2. 2

    Pick a volume multiplier

    0.25x or 0.5x to quiet things down; 1.5x, 2x, or 3x to boost. Pitch is unaffected.

  3. 3

    Apply in your browser

    We copy the video stream untouched — no quality loss — and re-encode just the audio with the volume filter.

  4. 4

    Download the adjusted video

    Same container, same picture quality, louder or quieter audio.

Why use Video volume changer?

Lossless picture — stream-copy on the video side means the output is bit-identical visually. Only audio changes.

Fast — no video re-encoding is the slow part of most video tools. Skipping it makes this near-instant compared to a full re-encode.

Private — the file never leaves your browser.

Common use cases

  • Turn down loud background music in a social video you want to repost
  • Boost quiet dialogue in a phone recording
  • Normalize the volume of a gameplay clip before posting
  • Make a voice memo video louder for a presentation
  • Quiet down a wedding video so the speakers don't clip
  • Lower the volume of a lecture recording that's uncomfortably loud

About MP4 and MP4

This tool splits the video into streams, copies the video stream through untouched (so the picture is bit-identical to the input), and re-encodes only the audio with FFmpeg's `volume` filter. The audio codec is chosen to match the output container — AAC for MP4/MOV/MKV/AVI, Vorbis for WebM. Because there's no video decode or encode, processing is limited by I/O rather than CPU and typically finishes in seconds regardless of video length.

Frequently asked questions

Is my video uploaded to a server?
No. NoCloud Media adjusts the volume entirely in your browser using WebAssembly. Your file never leaves this tab.
Will the video quality change?
No. We copy the video stream without re-encoding, so the picture is identical to the source. Only the audio track is modified.
Why does 2x or 3x sometimes sound distorted?
Because the source audio was already close to the maximum level. Multiplying loud samples above the ceiling clips them, which sounds harsh. Try 1.5x, or reduce the volume with 0.5x if the source was well-mastered.
Does this work for videos with no audio?
No — there's no audio track to adjust. If you want to add audio or remove it entirely, use the mute-video tool or a dedicated editor.
What's the maximum file size?
It depends on your browser's available memory. Files up to 500MB work smoothly; files up to around 2GB may work on desktop browsers with enough RAM.
Which browsers are supported?
Chrome, Edge, Firefox, and Safari 15+. We require WebAssembly and SharedArrayBuffer, both standard in modern browsers.

Related tools