Skip to main content
Glama

Video & Audio Editing MCP Server

by misbahsy

change_video_speed

Adjust video playback speed by specifying a speed factor, such as 2x for faster or 0.5x for slower playback. Save the modified video to a designated output path using the Video & Audio Editing MCP Server.

Instructions

Changes the playback speed of a video (and its audio).

Args: video_path: Path to the input video file. output_video_path: Path to save the speed-adjusted video file. speed_factor: The factor by which to change the speed (e.g., 2.0 for 2x speed, 0.5 for half speed). Must be positive.

Returns: A status message indicating success or failure.

Input Schema

NameRequiredDescriptionDefault
output_video_pathYes
speed_factorYes
video_pathYes

Input Schema (JSON Schema)

{ "properties": { "output_video_path": { "title": "Output Video Path", "type": "string" }, "speed_factor": { "title": "Speed Factor", "type": "number" }, "video_path": { "title": "Video Path", "type": "string" } }, "required": [ "video_path", "output_video_path", "speed_factor" ], "title": "change_video_speedArguments", "type": "object" }

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/misbahsy/video-audio-mcp'

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