Back to MCP directory
publicPublicdnsLocal runtime

FFmpeg

FFmpeg-MCP是一个基于Model Context Protocol的服务端项目,旨在为LLMs提供多媒体处理能力。

article

README

🚀 ffmpeg-mcp

ffmpeg-mcp 是一个模型上下文协议服务器,它能够助力大语言模型(LLMs)对人类和机器创作的几乎所有内容开展解码、编码、转码、复用、解复用、流化、过滤和播放等操作。

🚀 快速开始

目前文档未给出具体的快速开始步骤,若有相关信息可进一步补充。

✨ 主要特性

  • 支持大语言模型(LLMs)对人类和机器创作的几乎所有内容进行解码、编码、转码、复用、解复用、流化、过滤和播放。

MCP 服务器

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client