Video Audio Volume

Adjust the audio volume in a video file by increasing, decreasing, or normalizing sound levels

Click to upload file or drag and drop file here

Maximum file size: 100MB Supported formats: video/*

0 100 500

Audio volume level (0 = mute, 100 = original, 200 = double, max 500)

Copy video stream without re-encoding (faster, no quality loss)

Key Facts

Category
Images, Audio & Video
Input Types
file, range, select, checkbox
Output Type
file
Sample Coverage
4
API Ready
Yes

Overview

Easily adjust the audio volume of your video files online. This tool allows you to boost quiet audio up to 500%, lower loud soundtracks, or completely mute videos, while offering the option to copy the video stream directly without re-encoding to preserve original video quality and speed up processing.

When to Use

  • When a recorded video has barely audible speech and needs its volume boosted.
  • When you need to completely mute the background audio of a video before sharing it.
  • When you want to adjust video sound levels quickly without losing original video quality through re-encoding.

How It Works

  • Upload your video file in MP4, WebM, MKV, AVI, or MOV format.
  • Adjust the volume slider from 0% (mute) up to 500% (maximum amplification).
  • Choose your preferred output format and toggle the 'Copy Video' option to bypass video re-encoding for faster processing.
  • Process and download your adjusted video file with the updated audio levels.

Use Cases

Amplifying quiet dialogue in lecture recordings or presentation videos.
Muting background noise or unwanted audio from video clips before uploading them to social media.
Balancing audio levels across multiple video clips to ensure consistent volume.

Examples

1. Boost Quiet Lecture Audio

Online Student
Background
A student downloaded a recorded lecture video, but the professor's voice is extremely quiet and hard to hear even at maximum device volume.
Problem
The audio needs to be amplified significantly without degrading the video quality or taking too long to process.
How to Use
Upload the lecture MP4, set the volume slider to 250%, keep 'Copy Video' checked to avoid re-encoding, and select MP4 as the output format.
Example Config
Volume: 250%, Output Format: MP4, Copy Video: Enabled
Outcome
The student receives a new MP4 video where the professor's voice is loud and clear, processed instantly without any loss in video resolution.

2. Mute Background Noise for Social Media

Content Creator
Background
A creator captured a great B-roll video outdoors, but the background wind noise is distracting and needs to be removed before adding a voiceover later.
Problem
The original audio track must be completely silenced while keeping the video stream untouched.
How to Use
Upload the raw MOV video file, set the volume level to 0%, select WebM as the output format, and run the tool.
Example Config
Volume: 0%, Output Format: WebM, Copy Video: Disabled
Outcome
A silent WebM video is generated, ready for clean voiceover integration in external editing software.

Try with Samples

audio, video, file

Related Hubs

FAQ

Can I completely mute a video using this tool?

Yes, setting the volume level to 0% will completely mute the audio in your output video.

Will adjusting the audio volume lower the quality of my video?

No, by enabling the 'Copy Video' option, the video stream is copied directly without re-encoding, preserving its original quality.

What is the maximum volume level I can set?

You can increase the volume up to 500% of the original sound level.

What video formats are supported for output?

You can export your processed video as MP4, WebM, MKV, AVI, or MOV.

Is there a file size limit for uploading videos?

Yes, the tool supports video file uploads up to 100 MB.

API Documentation

Request Endpoint

POST /en/api/tools/video-audio-volume

Request Parameters

Parameter Name Type Required Description
videoFile file (Upload required) Yes -
volume range No Audio volume level (0 = mute, 100 = original, 200 = double, max 500)
outputFormat select No -
videoCopy checkbox No Copy video stream without re-encoding (faster, no quality loss)

File type parameters need to be uploaded first via POST /upload/video-audio-volume to get filePath, then pass filePath to the corresponding file field.

Response Format

{
  "filePath": "/public/processing/randomid.ext",
  "fileName": "output.ext",
  "contentType": "application/octet-stream",
  "size": 1024,
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
File: File

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-video-audio-volume": {
      "name": "video-audio-volume",
      "description": "Adjust the audio volume in a video file by increasing, decreasing, or normalizing sound levels",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=video-audio-volume",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

Supports URL file links or Base64 encoding for file parameters.

If you encounter any issues, please contact us at [email protected]