Skip to main content
Glama

tos_video_snapshot

Extract frames from videos stored in TOS at specific timestamps and save them as images in designated buckets for analysis or processing.

Instructions

视频截帧(支持持久化)

Input Schema

NameRequiredDescriptionDefault
bucket_nameYes存储桶名称
formatNo输出格式jpg
object_keyYes视频对象键名
save_bucketYes保存截帧图片的存储桶名称
save_keyYes保存截帧图片的对象键名
timeNo截帧时间点(毫秒),如300表示第300毫秒

Input Schema (JSON Schema)

{ "properties": { "bucket_name": { "description": "存储桶名称", "type": "string" }, "format": { "default": "jpg", "description": "输出格式", "enum": [ "jpg", "png" ], "type": "string" }, "object_key": { "description": "视频对象键名", "type": "string" }, "save_bucket": { "description": "保存截帧图片的存储桶名称", "type": "string" }, "save_key": { "description": "保存截帧图片的对象键名", "type": "string" }, "time": { "default": 300, "description": "截帧时间点(毫秒),如300表示第300毫秒", "type": "number" } }, "required": [ "bucket_name", "object_key", "save_bucket", "save_key" ], "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/jneless/tos-mcp'

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