MCP Media Processing Server

convert-video

Transform video files into various formats using this tool in the MCP Media Processing Server. Specify input path, output format, and optional output path for efficient video conversion.

Instructions

Convert video to different format

Input Schema

NameRequiredDescriptionDefault
inputPathYesAbsolute path to input video file
outputFilenameNoOutput filename (only used if outputPath is not provided)
outputFormatYesDesired output format (e.g., mp4, mkv, avi)
outputPathNoOptional absolute path for output file. If not provided, file will be saved in Downloads folder

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "inputPath": { "description": "Absolute path to input video file", "type": "string" }, "outputFilename": { "description": "Output filename (only used if outputPath is not provided)", "type": "string" }, "outputFormat": { "description": "Desired output format (e.g., mp4, mkv, avi)", "type": "string" }, "outputPath": { "description": "Optional absolute path for output file. If not provided, file will be saved in Downloads folder", "type": "string" } }, "required": [ "inputPath", "outputFormat" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Media Processing Server

Related Tools

ID: b1zqwbyrzm