Skip to main content
Glama

Video & Audio Editing MCP Server

by misbahsy

set_audio_bitrate

Adjust the audio bitrate of a file to a specified target value. Input the source file, define the target bitrate, and save the output for optimized audio quality in video and audio editing workflows.

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