MCP server for adding cover image/first frame and fade transitions to videos
Project description
Video Cover MCP
A Model Context Protocol (MCP) server for adding cover images (real first frames) and fade transitions to videos.
Features
- Add Cover Image: Prepend a static image as real first frames (re-encodes video stream)
- Fade Transitions: Add fade-in and fade-out effects to videos
Installation
Install via uvx (recommended):
uvx video-cover-mcp
Or install via pip:
pip install video-cover-mcp
Usage
Run the MCP server:
video-cover-mcp
Requirements
- Python >=3.12
- FFmpeg installed on your system
Tools Available
add_cover_image
Prepend a cover image as real first frames at the beginning of the video.
Parameters:
video_path: Input video file pathcover_image_path: Cover image file path (supports PNG, JPG, etc.)output_video_path: Output video file pathcover_duration: Duration to display the cover image in seconds (default: 3.0)fade_duration: Deprecated (kept for compatibility)
Note: If output_video_path is not provided, output defaults to an .mp4 file for better compatibility.
Example:
add_cover_image(
video_path="/path/to/input.mp4",
cover_image_path="/path/to/cover.jpg",
output_video_path="/path/to/output.mp4",
cover_duration=5.0,
fade_duration=1.0
)
add_basic_transitions
Add fade-in or fade-out transition effects to a video.
Parameters:
video_path: Input video file pathoutput_video_path: Output video file pathtransition_type: Transition type - 'fade_in' or 'fade_out'duration_seconds: Transition duration in seconds (must be positive)
Example:
add_basic_transitions(
video_path="/path/to/input.mp4",
output_video_path="/path/to/output.mp4",
transition_type="fade_in",
duration_seconds=2.0
)
License
MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcpcn_video_cover_mcp-0.2.8.tar.gz.
File metadata
- Download URL: mcpcn_video_cover_mcp-0.2.8.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1332a703e2db509707e600a2a97f32b49d0d4f75d1f7383b60c78c950ee49591
|
|
| MD5 |
1a43a0040275cc79995398c6e6ae6ba5
|
|
| BLAKE2b-256 |
2add8780835c1a39335be335b1b1031c82146b47487b211d95315eb459bcb4ca
|
File details
Details for the file mcpcn_video_cover_mcp-0.2.8-py3-none-any.whl.
File metadata
- Download URL: mcpcn_video_cover_mcp-0.2.8-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb0ab48f1e4f0b1aa0612c7bd82f36a006ac04f3b64889ee41c2f9b69776552d
|
|
| MD5 |
315314f04fedac2da9567d308a635832
|
|
| BLAKE2b-256 |
c45e939506ab22e189527a3cab39f406d73e241352efb4d816a7cf544d399228
|