Skip to main content
Glama

FFmpeg-MCP Server

find_video_path

Locate the exact file path of a video by recursively searching a specified directory. Input the root directory and video file name (with or without extension) to retrieve the first matching video's full path or an empty string if not found.

Instructions

可以查找视频文件路径,查找文件路径,递归查找精确匹配文件名的视频文件路径(支持带或不带扩展名) 参数: root_path - 要搜索的根目录 video_name - 视频文件名(可以带扩展名,但会忽略扩展名匹配) 返回: 首个匹配的视频文件完整路径,找不到时返回空字符串

Input Schema

NameRequiredDescriptionDefault
root_pathYes
video_nameYes

Input Schema (JSON Schema)

{ "properties": { "root_path": { "title": "root_path", "type": "string" }, "video_name": { "title": "video_name", "type": "string" } }, "required": [ "root_path", "video_name" ], "title": "find_video_pathArguments", "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/video-creator/ffmpeg-mcp'

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