Skip to main content
Glama

Video Screenshot MCP

batch_screenshot

Extract screenshots from videos at fixed intervals, specifying start time, end time, output format, and resolution. Save multiple frames to a designated directory with customizable file naming.

Instructions

按固定时间间隔批量截取视频画面

Input Schema

NameRequiredDescriptionDefault
endTimeNo结束时间(秒),默认为视频结束
formatNo输出格式,默认为 jpg
heightNo输出高度(像素)
intervalYes截图时间间隔(秒)
maxCountNo最大截图数量
outputDirNo输出目录,默认为 ./screenshots
prefixNo文件名前缀,默认为 screenshot
qualityNo图片质量(1-100,仅对 jpg 有效),默认为 90
startTimeNo开始时间(秒),默认为 0
videoPathYes视频文件路径
widthNo输出宽度(像素)

Input Schema (JSON Schema)

{ "properties": { "endTime": { "description": "结束时间(秒),默认为视频结束", "type": "number" }, "format": { "description": "输出格式,默认为 jpg", "enum": [ "jpg", "png", "webp" ], "type": "string" }, "height": { "description": "输出高度(像素)", "type": "number" }, "interval": { "description": "截图时间间隔(秒)", "type": "number" }, "maxCount": { "description": "最大截图数量", "type": "number" }, "outputDir": { "description": "输出目录,默认为 ./screenshots", "type": "string" }, "prefix": { "description": "文件名前缀,默认为 screenshot", "type": "string" }, "quality": { "description": "图片质量(1-100,仅对 jpg 有效),默认为 90", "maximum": 100, "minimum": 1, "type": "number" }, "startTime": { "description": "开始时间(秒),默认为 0", "type": "number" }, "videoPath": { "description": "视频文件路径", "type": "string" }, "width": { "description": "输出宽度(像素)", "type": "number" } }, "required": [ "videoPath", "interval" ], "type": "object" }

Other Tools from Video Screenshot 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-screenshot-mcp'

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