Skip to main content
Glama

Video Screenshot MCP

take_screenshot

Capture video frames at specified timestamps to create still images. Customize output format, resolution, and quality for precise screenshot needs. Ideal for extracting exact moments from video files.

Instructions

在指定时间点截取视频单帧画面

Input Schema

NameRequiredDescriptionDefault
formatNo输出格式,默认为 jpg
heightNo输出高度(像素)
outputPathYes输出文件路径
qualityNo图片质量(1-100,仅对 jpg 有效),默认为 90
timestampYes截图时间点(秒)
videoPathYes视频文件路径
widthNo输出宽度(像素)

Input Schema (JSON Schema)

{ "properties": { "format": { "description": "输出格式,默认为 jpg", "enum": [ "jpg", "png", "webp" ], "type": "string" }, "height": { "description": "输出高度(像素)", "type": "number" }, "outputPath": { "description": "输出文件路径", "type": "string" }, "quality": { "description": "图片质量(1-100,仅对 jpg 有效),默认为 90", "maximum": 100, "minimum": 1, "type": "number" }, "timestamp": { "description": "截图时间点(秒)", "type": "number" }, "videoPath": { "description": "视频文件路径", "type": "string" }, "width": { "description": "输出宽度(像素)", "type": "number" } }, "required": [ "videoPath", "timestamp", "outputPath" ], "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