Skip to main content
Glama

Video & Audio Editing MCP Server

by misbahsy

convert_video_format

Convert a video file to a desired format by specifying input and output paths. Use this tool for efficient video format transformation across formats like MP4, MOV, or AVI. Works with FFmpeg for reliable processing.

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