Video Saturation

Adjust video saturation level

Click to upload file or drag and drop file here

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

0 1 3

Range: 0 to 3.0 (1.0 = original, 0.0 = grayscale, 2.0 = highly saturated)

Key Facts

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

Overview

The Video Saturation tool allows you to easily adjust the color intensity of your videos, ranging from complete grayscale to highly vibrant, saturated colors. Simply upload your video file, select your desired saturation level, choose your output format, and download the color-corrected video instantly.

When to Use

  • When you need to convert a color video into a classic black-and-white or grayscale format.
  • When your recorded video looks washed out or dull and needs a boost in color intensity and vividness.
  • When you want to tone down overly vibrant colors to achieve a more muted, cinematic aesthetic.

How It Works

  • Upload your video file (up to 500MB) in any standard video format.
  • Adjust the saturation slider from 0.0 (grayscale) to 3.0 (maximum saturation), with 1.0 representing the original color level.
  • Select your preferred output format, such as MP4, WebM, MKV, or keep the original format.
  • Click the process button to render the color adjustments and download your updated video file.

Use Cases

Creating stylized black-and-white cinematic clips by setting the saturation to 0.
Enhancing outdoor or landscape footage where natural colors appear dull due to poor lighting.
Correcting overexposed videos by slightly lowering the saturation to make the colors look natural.

Examples

1. Creating a Vintage Black and White Film Clip

Indie Filmmaker
Background
A filmmaker has a modern color video clip but wants it to fit into a flashback sequence that requires a classic noir look.
Problem
The original video is too colorful and modern, distracting from the historical setting of the scene.
How to Use
Upload the MP4 video file, set the Saturation Level to 0.0, select MP4 as the output format, and process the file.
Example Config
Saturation: 0.0, Output Format: MP4
Outcome
The video is converted into a clean, high-contrast grayscale clip perfect for the flashback sequence.

2. Enhancing Dull Real Estate Walkthrough Footage

Real Estate Agent
Background
An agent recorded a property walkthrough on a cloudy day, making the green lawns and interior spaces look gray and uninviting.
Problem
The property looks unappealing online due to flat, washed-out colors.
How to Use
Upload the walkthrough video, set the Saturation Level to 1.4 to boost the colors naturally, select WebM for web optimization, and download.
Example Config
Saturation: 1.4, Output Format: WebM
Outcome
The grass looks vibrant green and the interior rooms look warm and inviting, ready for listing.

Try with Samples

video, file

Related Hubs

FAQ

What does a saturation level of 0.0 mean?

A saturation level of 0.0 completely removes all color, converting your video into grayscale (black and white).

What is the maximum saturation level I can apply?

You can increase the saturation level up to 3.0, which makes the colors highly vivid and intense.

What video formats are supported for output?

You can export your video as MP4, WebM, MKV, or choose to keep the original file format.

Is there a file size limit for the uploaded video?

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

Will adjusting saturation affect the resolution or quality of my video?

No, adjusting the saturation only modifies the color intensity and does not degrade the video resolution.

API Documentation

Request Endpoint

POST /en/api/tools/video-saturation

Request Parameters

Parameter Name Type Required Description
videoFile file (Upload required) Yes -
saturation range No Range: 0 to 3.0 (1.0 = original, 0.0 = grayscale, 2.0 = highly saturated)
outputFormat select No -

File type parameters need to be uploaded first via POST /upload/video-saturation 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-saturation": {
      "name": "video-saturation",
      "description": "Adjust video saturation level",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=video-saturation",
      "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]