Skip to main content
Glama

Video Clip MCP

mergeVideos

Combine multiple video files into one with support for different formats and resolutions. Customize output quality, codecs, frame rate, and resolution for optimal results.

Instructions

合并多个视频文件,支持不同格式和分辨率的智能适配

Input Schema

NameRequiredDescriptionDefault
audioCodecNo音频编码格式
fpsNo目标帧率
inputPathsYes输入视频文件路径数组
outputPathYes输出视频文件路径
qualityNo视频质量预设
resolutionNo目标分辨率
videoCodecNo视频编码格式

Input Schema (JSON Schema)

{ "properties": { "audioCodec": { "description": "音频编码格式", "enum": [ "aac", "libmp3lame", "libopus", "libvorbis" ], "type": "string" }, "fps": { "description": "目标帧率", "type": "number" }, "inputPaths": { "description": "输入视频文件路径数组", "items": { "type": "string" }, "type": "array" }, "outputPath": { "description": "输出视频文件路径", "type": "string" }, "quality": { "description": "视频质量预设", "enum": [ "ultrafast", "superfast", "veryfast", "faster", "fast", "medium", "slow", "slower", "veryslow" ], "type": "string" }, "resolution": { "description": "目标分辨率", "properties": { "height": { "type": "number" }, "width": { "type": "number" } }, "type": "object" }, "videoCodec": { "description": "视频编码格式", "enum": [ "libx264", "libx265", "libvpx-vp9", "libaom-av1" ], "type": "string" } }, "required": [ "inputPaths", "outputPath" ], "type": "object" }
Install Server

Other Tools from Video Clip MCP

Related Tools

    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/pickstar-2002/video-clip-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server