FFmpeg MCP Server

by ZizoTheDev
Verified

speed_up

Increase video playback speed by applying a speed factor using FFmpeg MCP Server. Specify input file, speed factor, and optional max FPS or output file path to process and save the accelerated video.

Instructions

Speed up a video

Input Schema

NameRequiredDescriptionDefault
input_fileYesPath to input file
max_fpsNoMax FPS for the output file
output_fileNoPath to output file, output to the same directory if not specified
speed_factorNoSpeed factor for the output file, default to 2x sped up

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "input_file": { "description": "Path to input file", "type": "string" }, "max_fps": { "default": 30, "description": "Max FPS for the output file", "maximum": 60, "minimum": 1, "type": "number" }, "output_file": { "description": "Path to output file, output to the same directory if not specified", "type": "string" }, "speed_factor": { "default": 2, "description": "Speed factor for the output file, default to 2x sped up", "maximum": 10, "minimum": 0.1, "type": "number" } }, "required": [ "input_file" ], "type": "object" }

You must be authenticated.

Other Tools from FFmpeg MCP Server

Related Tools

ID: sc14myb5oa