Skip to main content
Glama

Video & Audio Editing MCP Server

by misbahsy

add_basic_transitions

Apply fade-in or fade-out transitions to videos with specified duration. Input a video file, define transition type and duration, and save the output. Enhances video editing with customizable transitions.

Instructions

Adds basic fade transitions to the beginning or end of a video.

Args: video_path: Path to the input video file. output_video_path: Path to save the video with the transition. transition_type: Type of transition. Options: 'fade_in', 'fade_out'. (Note: 'crossfade_from_black' is like 'fade_in', 'crossfade_to_black' is like 'fade_out') duration_seconds: Duration of the fade effect in seconds. Returns: A status message indicating success or failure.

Input Schema

NameRequiredDescriptionDefault
duration_secondsYes
output_video_pathYes
transition_typeYes
video_pathYes

Input Schema (JSON Schema)

{ "properties": { "duration_seconds": { "title": "Duration Seconds", "type": "number" }, "output_video_path": { "title": "Output Video Path", "type": "string" }, "transition_type": { "title": "Transition Type", "type": "string" }, "video_path": { "title": "Video Path", "type": "string" } }, "required": [ "video_path", "output_video_path", "transition_type", "duration_seconds" ], "title": "add_basic_transitionsArguments", "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