Skip to main content
Glama

GIF Creator MCP

convert_video_to_gif

Transform video files into GIF animations with customizable settings such as FPS, dimensions, start time, and duration for tailored media output.

Instructions

Convert a video file to a GIF file in the same directory

Input Schema

NameRequiredDescriptionDefault
durationNoDuration in seconds (default: entire video)
fpsNoFrames per second for the GIF (default: 10)
heightNoHeight of the output GIF (maintains aspect ratio if width not specified)
start_timeNoStart time in seconds (default: 0)
video_pathYesPath to the video file to convert
widthNoWidth of the output GIF (maintains aspect ratio if height not specified)

Input Schema (JSON Schema)

{ "properties": { "duration": { "description": "Duration in seconds (default: entire video)", "type": "number" }, "fps": { "description": "Frames per second for the GIF (default: 10)", "maximum": 30, "minimum": 1, "type": "number" }, "height": { "description": "Height of the output GIF (maintains aspect ratio if width not specified)", "type": "number" }, "start_time": { "description": "Start time in seconds (default: 0)", "type": "number" }, "video_path": { "description": "Path to the video file to convert", "type": "string" }, "width": { "description": "Width of the output GIF (maintains aspect ratio if height not specified)", "type": "number" } }, "required": [ "video_path" ], "type": "object" }
Install Server

Other Tools from GIF Creator MCP

Related Tools

    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/ananddtyagi/gif-creator-mcp'

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