Skip to main content
Glama

FFmpeg-MCP Server

play_video

Play video files locally using FFmpeg, supporting formats like mkv, mp4, mov, and avi. Adjust playback speed and enable loop mode for continuous viewing.

Instructions

使用 ffplay 播放视频文件,支持mkv,mp4,mov,avi,3gp等等

参数:
video_path(str) - 视频文件的路径。
speed(float) - 浮点型,播放速率,建议0.5-2之间。
loop(int) - 整形,是否循环播放,1:不循环,播放后就退出,0: 循环播放。

Input Schema

NameRequiredDescriptionDefault
loopNo
speedNo
video_pathYes

Input Schema (JSON Schema)

{ "properties": { "loop": { "default": 1, "title": "loop", "type": "string" }, "speed": { "default": 1, "title": "speed", "type": "string" }, "video_path": { "title": "video_path", "type": "string" } }, "required": [ "video_path" ], "title": "play_videoArguments", "type": "object" }

Other Tools from FFmpeg-MCP Server

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/video-creator/ffmpeg-mcp'

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