Volume Control

Video·Video-API·by eachlabs

Volume Control adjusts the audio level of any video up or down by a set multiplier, fixing clips that are too loud or too quiet before you publish.

Runtime (p50)
1m
Estimated price
$1.80 / unit
Call the API
prediction.sh
sh
curl -X POST \
  -H "Authorization: Bearer $EACHLABS_API_KEY" \
  -H "Content-Type: application/json" \
  --data '{
    "model": "volume-control",
    "version": "0.0.1",
    "input": {
        "video": "https://cdn-us.eachlabs.ai/defaults/25a8146dc7e8437ab1a724d1d9384bbd.mp4",
        "volume_multiplier": 2
    },
    "webhook_url": ""
}' \
  https://api.eachlabs.ai/v1/prediction/

Related models

4 models
* FAQ

About Volume Control

01 / 03

What is Volume Control?

Volume Control raises or lowers a video's audio level by a chosen multiplier. On the each::labs Video API it gives you a simple way to fix clips that are too loud or too quiet without touching the rest of the file.