Skip to main content
Glama

Video & Audio Editing MCP Server

by misbahsy

set_video_audio_track_channels

Adjust the number of audio channels in a video's audio track, such as converting stereo to mono or vice versa, and save the updated file while preserving the video stream.

Instructions

Sets the number of audio channels of a video's audio track, attempting to copy the video stream. Args: input_video_path: Path to the source video file. output_video_path: Path to save the video with the new audio channel layout. audio_channels: Number of audio channels (1 for mono, 2 for stereo). Returns: A status message indicating success or failure.

Input Schema

NameRequiredDescriptionDefault
audio_channelsYes
input_video_pathYes
output_video_pathYes

Input Schema (JSON Schema)

{ "properties": { "audio_channels": { "title": "Audio Channels", "type": "integer" }, "input_video_path": { "title": "Input Video Path", "type": "string" }, "output_video_path": { "title": "Output Video Path", "type": "string" } }, "required": [ "input_video_path", "output_video_path", "audio_channels" ], "title": "set_video_audio_track_channelsArguments", "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