Skip to main content
Glama

Video Info MCP

calculate_bitrate

Compute average and peak bitrate of video files for detailed analysis. Input the file path and optional sample duration to generate precise bitrate metrics.

Instructions

计算视频的平均码率和峰值码率,提供详细的码率分析

Input Schema

NameRequiredDescriptionDefault
filePathYes视频文件路径
sampleDurationNo采样时长(秒),用于计算峰值码率

Input Schema (JSON Schema)

{ "properties": { "filePath": { "description": "视频文件路径", "type": "string" }, "sampleDuration": { "default": 10, "description": "采样时长(秒),用于计算峰值码率", "type": "number" } }, "required": [ "filePath" ], "type": "object" }

Other Tools from Video Info 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-info-mcp'

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