FFmpeg-MCP Server

by video-creator
Verified

find_video_path

Locate the exact path of a video file by searching recursively within a specified root directory. Input the directory and video name to retrieve the full path of the first matching file.

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" }

You must be authenticated.

Other Tools from FFmpeg-MCP Server

Related Tools

ID: 2zxiyezqfc