Skip to main content
Glama

Video & Audio Editing MCP Server

by misbahsy

convert_audio_properties

Convert audio file formats and adjust properties like bitrate, sample rate, and channels. Specify input and output paths, target format, and optional parameters for customized audio conversion.

Instructions

Converts audio file format and ALL specified properties like bitrate, sample rate, and channels.

Args: input_audio_path: Path to the source audio file. output_audio_path: Path to save the converted audio file. target_format: Desired output audio format (e.g., 'mp3', 'wav', 'aac'). bitrate: Target audio bitrate (e.g., '128k', '192k'). Optional. sample_rate: Target audio sample rate in Hz (e.g., 44100, 48000). Optional. channels: Number of audio channels (1 for mono, 2 for stereo). Optional. Returns: A status message indicating success or failure.

Input Schema

NameRequiredDescriptionDefault
bitrateNo
channelsNo
input_audio_pathYes
output_audio_pathYes
sample_rateNo
target_formatYes

Input Schema (JSON Schema)

{ "properties": { "bitrate": { "default": null, "title": "Bitrate", "type": "string" }, "channels": { "default": null, "title": "Channels", "type": "integer" }, "input_audio_path": { "title": "Input Audio Path", "type": "string" }, "output_audio_path": { "title": "Output Audio Path", "type": "string" }, "sample_rate": { "default": null, "title": "Sample Rate", "type": "integer" }, "target_format": { "title": "Target Format", "type": "string" } }, "required": [ "input_audio_path", "output_audio_path", "target_format" ], "title": "convert_audio_propertiesArguments", "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