Eyevinn Open Source Cloud MCP Server

Official
by EyevinnOSC
MIT License
52
5

osc_create_vod

Generate a VOD package by processing a source video URL through a specified pipeline in the Eyevinn Open Source Cloud MCP Server.

Instructions

Create a VOD package using a VOD pipeline in Eyevinn Open Source Cloud

Input Schema

NameRequiredDescriptionDefault
pipelineYesName of the pipeline
sourceYesSource video URL

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "pipeline": { "description": "Name of the pipeline", "pattern": "^[a-z0-9]+$", "type": "string" }, "source": { "description": "Source video URL", "type": "string" } }, "required": [ "pipeline", "source" ], "type": "object" }

You must be authenticated.

Other Tools from Eyevinn Open Source Cloud MCP Server

Related Tools

ID: ku9s6ow21e