MCP ExplorerExplorer

Mcp Merge Video

@chalecaoon 10 months ago
1 MIT
FreeCommunity
AI Systems
mcp_merge_video

Overview

What is Mcp Merge Video

mcp_merge_video is a tool designed for merging videos with audio and GIF images. It allows users to combine a main image and music, and overlay multiple GIFs that can loop with customizable durations.

Use cases

Use cases for mcp_merge_video include creating promotional videos with background music and animated GIFs, generating engaging social media posts, and producing educational content that incorporates animated visuals.

How to use

To use mcp_merge_video, clone the repository from GitHub, navigate to the project directory, and install the required packages using pip. Configure the server settings in either stdio or sse mode to specify the working directory and command arguments.

Key features

Key features include the ability to merge video and audio, support for multiple GIF overlays, customizable loop durations for each GIF, and easy installation via pip.

Where to use

mcp_merge_video can be used in various fields such as video production, content creation for social media, and multimedia presentations where dynamic visual content is required.

Content

mcp_merge_video

合成视频tool, 先读取主图和音乐,将他们合成,然后在读取GIF图片,支持多个gif图按照先后叠加,循环播放,这里面需要设置每个gif的循环时间。

具体教程:https://mp.weixin.qq.com/s/8hgI0ahxDjPztxljKVRlyg (微信公众号:mcp-sdk)

安装

git clone https://github.com/chalecao/mcp_merge_video.git
cd mcp_merge_video
pip install mcp
pip install .

配置信息

stdio模式:

{
  "mcpServers": {
    "merge-video-mcp": {
      "command": "path-to-your-python",
      "args": [
        "-m",
        "mcp_merge_video"
      ],
      "env": {
        "MERGE_VIDEO_WORKING_DIR": "/Users/xyz/account"
      }
    }
  }
} 

sse模式:

{
  "mcpServers": {
    "merge-video-mcp": {
      "url": "http://127.0.0.1:9000/sse",
      "env": {
        "MERGE_VIDEO_WORKING_DIR": "/Users/xyz/account"
      }
    }
  }
} 

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers