Skip to main content
Glama

MCP FFmpeg Helper

create_video_from_images

Transform a sequence of images into a video using MCP FFmpeg Helper. Specify input patterns, output path, framerate, codec, and pixel format to generate videos efficiently.

Instructions

Create a video from a sequence of images

Input Schema

NameRequiredDescriptionDefault
codecNoVideo codec to use (default: libx264)
extraOptionsNoAdditional FFmpeg options
framerateNoFrames per second (default: 25)
inputPatternYesPattern for input images (e.g., 'img%03d.jpg' or 'folder/*.png')
outputPathYesPath for the output video file
pixelFormatNoPixel format (default: yuv420p)

Input Schema (JSON Schema)

{ "properties": { "codec": { "description": "Video codec to use (default: libx264)", "type": "string" }, "extraOptions": { "description": "Additional FFmpeg options", "type": "string" }, "framerate": { "description": "Frames per second (default: 25)", "type": "number" }, "inputPattern": { "description": "Pattern for input images (e.g., 'img%03d.jpg' or 'folder/*.png')", "type": "string" }, "outputPath": { "description": "Path for the output video file", "type": "string" }, "pixelFormat": { "description": "Pixel format (default: yuv420p)", "type": "string" } }, "required": [ "inputPattern", "outputPath" ], "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/sworddut/mcp-ffmpeg-helper'

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