Skip to main content
Glama

FFmpeg-MCP Server

scale_video

Resize video dimensions to specified width and height using FFmpeg-MCP Server. Input video path, target dimensions, and output path to generate resized video.

Instructions

视频缩放

参数:
width(int) - 目标宽度。
height(int) - 目标高度。
output_path(str) - 输出路径

Input Schema

NameRequiredDescriptionDefault
heightYes
output_pathNo
video_pathYes
widthYes

Input Schema (JSON Schema)

{ "properties": { "height": { "title": "height", "type": "string" }, "output_path": { "default": null, "title": "Output Path", "type": "string" }, "video_path": { "title": "video_path", "type": "string" }, "width": { "title": "width", "type": "string" } }, "required": [ "video_path", "width", "height" ], "title": "scale_videoArguments", "type": "object" }

Other Tools from FFmpeg-MCP Server

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

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