video-format-converter-mcp


Namevideo-format-converter-mcp JSON
Version 0.1.4 PyPI version JSON
download
home_pageNone
SummaryMCP server for video format conversion and property adjustment using FFmpeg
upload_time2025-09-03 13:51:56
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseMIT
keywords codec container conversion ffmpeg format mcp video
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Video Format Converter MCP

A Model Context Protocol (MCP) server for video format conversion and property adjustment using FFmpeg.

## Features

- **Video Format Conversion**: Convert between different video containers (MP4, MOV, WebM, MKV, etc.)
- **Property Adjustment**: Modify resolution, codecs, bitrates, frame rates, and audio properties
- **GIF Export**: Convert video segments to high-quality GIF with palette optimization

## Installation

Install via uvx (recommended):

```bash
uvx video-format-converter-mcp
```

Or install via pip:

```bash
pip install video-format-converter-mcp
```

## Usage

Run the MCP server:

```bash
video-format-converter-mcp
```

## Requirements

- Python >=3.12
- FFmpeg installed on your system

## Tools Available

1. `convert_video_properties` - Convert video format and adjust all properties
2. `video_to_gif` - Convert video segments to high-quality GIF

## License

MIT License

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "video-format-converter-mcp",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "codec, container, conversion, ffmpeg, format, mcp, video",
    "author": null,
    "author_email": "Your Name <your.email@example.com>",
    "download_url": "https://files.pythonhosted.org/packages/f3/a9/cf0272c91553730aeaeb93adce3cf2ae71ffa4b37fac4dfd4e0b04d153e3/video_format_converter_mcp-0.1.4.tar.gz",
    "platform": null,
    "description": "# Video Format Converter MCP\n\nA Model Context Protocol (MCP) server for video format conversion and property adjustment using FFmpeg.\n\n## Features\n\n- **Video Format Conversion**: Convert between different video containers (MP4, MOV, WebM, MKV, etc.)\n- **Property Adjustment**: Modify resolution, codecs, bitrates, frame rates, and audio properties\n- **GIF Export**: Convert video segments to high-quality GIF with palette optimization\n\n## Installation\n\nInstall via uvx (recommended):\n\n```bash\nuvx video-format-converter-mcp\n```\n\nOr install via pip:\n\n```bash\npip install video-format-converter-mcp\n```\n\n## Usage\n\nRun the MCP server:\n\n```bash\nvideo-format-converter-mcp\n```\n\n## Requirements\n\n- Python >=3.12\n- FFmpeg installed on your system\n\n## Tools Available\n\n1. `convert_video_properties` - Convert video format and adjust all properties\n2. `video_to_gif` - Convert video segments to high-quality GIF\n\n## License\n\nMIT License\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "MCP server for video format conversion and property adjustment using FFmpeg",
    "version": "0.1.4",
    "project_urls": null,
    "split_keywords": [
        "codec",
        " container",
        " conversion",
        " ffmpeg",
        " format",
        " mcp",
        " video"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "02670fd2d42bc04545bbd55e205d601c58791525aa4ed332e057571a57ddcfa8",
                "md5": "40dd30c5a29ee586faf065f50835d5fd",
                "sha256": "36b18d6840a8997dccd11bb0710c32ed01fd1b4aeefc832b915c9bc290c00651"
            },
            "downloads": -1,
            "filename": "video_format_converter_mcp-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "40dd30c5a29ee586faf065f50835d5fd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 8279,
            "upload_time": "2025-09-03T13:51:54",
            "upload_time_iso_8601": "2025-09-03T13:51:54.380077Z",
            "url": "https://files.pythonhosted.org/packages/02/67/0fd2d42bc04545bbd55e205d601c58791525aa4ed332e057571a57ddcfa8/video_format_converter_mcp-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f3a9cf0272c91553730aeaeb93adce3cf2ae71ffa4b37fac4dfd4e0b04d153e3",
                "md5": "37ee1481a8bb54b7430ee9d8ade6df73",
                "sha256": "6f0b5528ac98f1168cd71db075a3e5c9a8a6a38ad0755dc8d1aa242a0574ab80"
            },
            "downloads": -1,
            "filename": "video_format_converter_mcp-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "37ee1481a8bb54b7430ee9d8ade6df73",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 40256,
            "upload_time": "2025-09-03T13:51:56",
            "upload_time_iso_8601": "2025-09-03T13:51:56.060228Z",
            "url": "https://files.pythonhosted.org/packages/f3/a9/cf0272c91553730aeaeb93adce3cf2ae71ffa4b37fac4dfd4e0b04d153e3/video_format_converter_mcp-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-03 13:51:56",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "video-format-converter-mcp"
}
        
Elapsed time: 2.01208s