Skip to main content
Glama

Video & Audio Editing MCP Server

by misbahsy

convert_video_format

Convert video files to specified formats by providing input and output paths. Supports formats like MP4, MOV, and AVI, ensuring compatibility for playback or editing needs.

Instructions

Converts a video file to the specified target format, attempting to copy codecs first. Args: input_video_path: Path to the source video file. output_video_path: Path to save the converted video file. target_format: Desired output video format (e.g., 'mp4', 'mov', 'avi'). Returns: A status message indicating success or failure.

Input Schema

NameRequiredDescriptionDefault
input_video_pathYes
output_video_pathYes
target_formatYes

Input Schema (JSON Schema)

{ "properties": { "input_video_path": { "title": "Input Video Path", "type": "string" }, "output_video_path": { "title": "Output Video Path", "type": "string" }, "target_format": { "title": "Target Format", "type": "string" } }, "required": [ "input_video_path", "output_video_path", "target_format" ], "title": "convert_video_formatArguments", "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