Skip to main content
Glama

Video & Audio Editing MCP Server

by misbahsy

remove_silence

Eliminate silent segments from audio or video files by specifying noise level thresholds and minimum silence duration. Streamline media content by saving edited files directly to a specified output path.

Instructions

Removes silent segments from an audio or video file.

Args: media_path: Path to the input audio or video file. output_media_path: Path to save the media file with silences removed. silence_threshold_db: The noise level (in dBFS) below which is considered silence (e.g., -30.0). min_silence_duration_ms: Minimum duration (in milliseconds) of silence to be removed (e.g., 500).

Returns: A status message indicating success or failure.

Input Schema

NameRequiredDescriptionDefault
media_pathYes
min_silence_duration_msNo
output_media_pathYes
silence_threshold_dbNo

Input Schema (JSON Schema)

{ "properties": { "media_path": { "title": "Media Path", "type": "string" }, "min_silence_duration_ms": { "default": 500, "title": "Min Silence Duration Ms", "type": "integer" }, "output_media_path": { "title": "Output Media Path", "type": "string" }, "silence_threshold_db": { "default": -30, "title": "Silence Threshold Db", "type": "number" } }, "required": [ "media_path", "output_media_path" ], "title": "remove_silenceArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/misbahsy/video-audio-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server