FFmpeg-MCP Server

by video-creator
Verified

play_video

Play video files directly using FFmpeg-MCP Server. Supports formats like MKV, MP4, MOV, and AVI. Adjust playback speed, enable loop mode, and control video playback with ease.

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

You must be authenticated.

Other Tools from FFmpeg-MCP Server

Related Tools

ID: 2zxiyezqfc