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
Name | Required | Description | Default |
---|---|---|---|
output_video_path | Yes | ||
speed_factor | Yes | ||
video_path | Yes |