Metadata-Version: 2.4
Name: mcpcn-video-transitions-mcp
Version: 0.1.7
Summary: MCP server for adding multiple video entrance and exit animations (fade, slide, zoom, wipe, circle transitions)
Author-email: Your Name <your.email@example.com>
License: MIT
Keywords: animation,fade,ffmpeg,mcp,transitions,video
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Multimedia :: Video :: Non-Linear Editor
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.12
Requires-Dist: ffmpeg-python>=0.2.0
Requires-Dist: mcp[cli]>=1.9.0
Description-Content-Type: text/markdown

# Video Transitions MCP

为视频添加多种进入和退出动画效果的 MCP 服务器。

## 支持的效果

- 淡入淡出 (fade_in, fade_out)
- 滑动 (slide_in/out: left, right, top, bottom)
- 缩放 (zoom_in, zoom_out)
- 擦除 (wipe_left, wipe_right)
- 圆形 (circle_open, circle_close)

## 安装

```bash
uv sync
```

## 使用

```bash
uv run video-transitions-mcp
```
