Skip to main content
Glama

Video Clip MCP

clipVideo

Extract precise video segments with millisecond accuracy. Specify start and end times, adjust quality, and choose encoding formats for audio and video. Ideal for creating custom clips with tailored settings.

Instructions

剪辑视频片段,支持毫秒级精度的时间段裁剪

Input Schema

NameRequiredDescriptionDefault
audioCodecNo音频编码格式
inputPathYes输入视频文件路径
outputPathYes输出视频文件路径
preserveMetadataNo是否保留元数据
qualityNo视频质量预设
timeSegmentYes
videoCodecNo视频编码格式

Input Schema (JSON Schema)

{ "properties": { "audioCodec": { "description": "音频编码格式", "enum": [ "aac", "libmp3lame", "libopus", "libvorbis" ], "type": "string" }, "inputPath": { "description": "输入视频文件路径", "type": "string" }, "outputPath": { "description": "输出视频文件路径", "type": "string" }, "preserveMetadata": { "description": "是否保留元数据", "type": "boolean" }, "quality": { "description": "视频质量预设", "enum": [ "ultrafast", "superfast", "veryfast", "faster", "fast", "medium", "slow", "slower", "veryslow" ], "type": "string" }, "timeSegment": { "properties": { "end": { "description": "结束时间(毫秒)", "type": "number" }, "start": { "description": "开始时间(毫秒)", "type": "number" } }, "required": [ "start", "end" ], "type": "object" }, "videoCodec": { "description": "视频编码格式", "enum": [ "libx264", "libx265", "libvpx-vp9", "libaom-av1" ], "type": "string" } }, "required": [ "inputPath", "outputPath", "timeSegment" ], "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