Skip to main content
Glama

Video & Audio Editing MCP Server

by misbahsy

set_video_frame_rate

Adjust the frame rate of a video while preserving the audio stream. Specify input and output paths along with the desired frame rate to process and save the modified video.

Instructions

Sets the frame rate of a video, attempting to copy the audio stream. Args: input_video_path: Path to the source video file. output_video_path: Path to save the video with the new frame rate. frame_rate: Target video frame rate (e.g., 24, 30, 60). Returns: A status message indicating success or failure.

Input Schema

NameRequiredDescriptionDefault
frame_rateYes
input_video_pathYes
output_video_pathYes

Input Schema (JSON Schema)

{ "properties": { "frame_rate": { "title": "Frame Rate", "type": "integer" }, "input_video_path": { "title": "Input Video Path", "type": "string" }, "output_video_path": { "title": "Output Video Path", "type": "string" } }, "required": [ "input_video_path", "output_video_path", "frame_rate" ], "title": "set_video_frame_rateArguments", "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