analyze_video
Analyze video files with Shaka Packager to extract metadata, assess compatibility, and prepare for streaming in formats like HLS and DASH using the Shaka Packager MCP Server.
Instructions
Analyze a video file using Shaka Packager.
Args:
file_path: Path to the video file. Can be a local file path or a file:// URI from the filesystem MCP.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_path | Yes |
Input Schema (JSON Schema)
{
"properties": {
"file_path": {
"title": "File Path",
"type": "string"
}
},
"required": [
"file_path"
],
"title": "analyze_videoArguments",
"type": "object"
}