Skip to main content
Glama

MCP FFmpeg Video Processor

by bitscorp-mcp

resize-video

Resize videos to standard resolutions (360p, 480p, 720p, 1080p) with customizable output paths using MCP FFmpeg Video Processor.

Instructions

Resize a video to one or more standard resolutions

Input Schema

NameRequiredDescriptionDefault
outputDirNoOptional directory to save the output files (defaults to a temporary directory)
resolutionsYesResolutions to convert the video to
videoPathYesPath to the video file to resize

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "outputDir": { "description": "Optional directory to save the output files (defaults to a temporary directory)", "type": "string" }, "resolutions": { "description": "Resolutions to convert the video to", "items": { "enum": [ "360p", "480p", "720p", "1080p" ], "type": "string" }, "type": "array" }, "videoPath": { "description": "Path to the video file to resize", "type": "string" } }, "required": [ "videoPath", "resolutions" ], "type": "object" }
Install Server

Other Tools from MCP FFmpeg Video Processor

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/bitscorp-mcp/mcp-ffmpeg'

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