Back to MCP directory
publicPublicdnsLocal runtime

mcp-ffmpeg

FFmpeg-MCP是一个模型上下文协议服务器,旨在帮助LLM处理各种人类和机器创建的多媒体内容,包括解码、编码、转码、混合、分离、流传输、过滤和播放等功能。

article

README

🚀 ffmpeg - mcp

模型上下文协议服务器,旨在助力大语言模型(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