FFmpeg-MCP Server

by video-creator
Verified

scale_video

Resize videos to specified dimensions using width, height, and output path parameters. This FFmpeg-based tool ensures precise video scaling for processing or playback needs.

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" }

You must be authenticated.

Other Tools from FFmpeg-MCP Server

Related Tools

ID: 2zxiyezqfc