Skip to main content
Glama

Video & Audio Editing MCP Server

by misbahsy

set_audio_bitrate

Adjusts the bitrate of an audio file to a specified value (e.g., '128k', '192k') for optimized quality or size. Accepts input and output file paths, returning a status message upon completion.

Instructions

Sets the bitrate for an audio file. Args: input_audio_path: Path to the source audio file. output_audio_path: Path to save the audio file with the new bitrate. bitrate: Target audio bitrate (e.g., '128k', '192k', '320k'). Returns: A status message indicating success or failure.

Input Schema

NameRequiredDescriptionDefault
bitrateYes
input_audio_pathYes
output_audio_pathYes

Input Schema (JSON Schema)

{ "properties": { "bitrate": { "title": "Bitrate", "type": "string" }, "input_audio_path": { "title": "Input Audio Path", "type": "string" }, "output_audio_path": { "title": "Output Audio Path", "type": "string" } }, "required": [ "input_audio_path", "output_audio_path", "bitrate" ], "title": "set_audio_bitrateArguments", "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