Skip to main content
Glama

Video & Audio Editing MCP Server

by misbahsy

convert_video_properties

Convert video files to a specified format and modify properties such as resolution, codecs, bitrates, frame rate, and audio settings for precise editing and optimization.

Instructions

Converts video file format and ALL specified properties like resolution, codecs, bitrates, and frame rate. Args listed in PRD. Returns: A status message indicating success or failure.

Input Schema

NameRequiredDescriptionDefault
audio_bitrateNo
audio_channelsNo
audio_codecNo
audio_sample_rateNo
frame_rateNo
input_video_pathYes
output_video_pathYes
resolutionNo
target_formatYes
video_bitrateNo
video_codecNo

Input Schema (JSON Schema)

{ "properties": { "audio_bitrate": { "default": null, "title": "Audio Bitrate", "type": "string" }, "audio_channels": { "default": null, "title": "Audio Channels", "type": "integer" }, "audio_codec": { "default": null, "title": "Audio Codec", "type": "string" }, "audio_sample_rate": { "default": null, "title": "Audio Sample Rate", "type": "integer" }, "frame_rate": { "default": null, "title": "Frame Rate", "type": "integer" }, "input_video_path": { "title": "Input Video Path", "type": "string" }, "output_video_path": { "title": "Output Video Path", "type": "string" }, "resolution": { "default": null, "title": "Resolution", "type": "string" }, "target_format": { "title": "Target Format", "type": "string" }, "video_bitrate": { "default": null, "title": "Video Bitrate", "type": "string" }, "video_codec": { "default": null, "title": "Video Codec", "type": "string" } }, "required": [ "input_video_path", "output_video_path", "target_format" ], "title": "convert_video_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