clipmake


Nameclipmake JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://x.com/Lanaev0li
SummaryA Python script to create video clips from random segments
upload_time2024-08-03 08:58:03
maintainerNone
docs_urlNone
authorAvinion
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # clipmake

`clipmake` is a Python script for creating video clips from random segments of a video. You can specify the desired output duration and the number of segments to concatenate.

## Installation

To install `clipmake`, you can use pip:

```bash
pip install clipmake

Usage
After installation, you can run the script with the command:

clipmake



You will be prompted to choose the language (English or Russian) and provide the input video file path, output video file path, desired output duration, and the number of segments. The script will generate a new video by concatenating random segments from the original video.

License
This project is licensed under the MIT License - see the LICENSE file for details.

Author
Avinion - Telegram: @akrim

            

Raw data

            {
    "_id": null,
    "home_page": "https://x.com/Lanaev0li",
    "name": "clipmake",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Avinion",
    "author_email": "shizofrin@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e9/80/c5a198d74221cca33fc51676cd3b9e1891b518b2077138fb753988aaacaa/clipmake-0.1.0.tar.gz",
    "platform": null,
    "description": "# clipmake\n\n`clipmake` is a Python script for creating video clips from random segments of a video. You can specify the desired output duration and the number of segments to concatenate.\n\n## Installation\n\nTo install `clipmake`, you can use pip:\n\n```bash\npip install clipmake\n\nUsage\nAfter installation, you can run the script with the command:\n\nclipmake\n\n\n\nYou will be prompted to choose the language (English or Russian) and provide the input video file path, output video file path, desired output duration, and the number of segments. The script will generate a new video by concatenating random segments from the original video.\n\nLicense\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\nAuthor\nAvinion - Telegram: @akrim\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python script to create video clips from random segments",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://x.com/Lanaev0li"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1c9df9d45e55b75da0b015b2af3d6f361e46ec0772ad113b93f83126346e521",
                "md5": "fb090ca871d332892781b5485c8b874d",
                "sha256": "bc5a147d56b73ad3bcdff49ffd0fc9ca659ac70c644d532f1f38bd481d9b490b"
            },
            "downloads": -1,
            "filename": "clipmake-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fb090ca871d332892781b5485c8b874d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3962,
            "upload_time": "2024-08-03T08:58:01",
            "upload_time_iso_8601": "2024-08-03T08:58:01.608860Z",
            "url": "https://files.pythonhosted.org/packages/b1/c9/df9d45e55b75da0b015b2af3d6f361e46ec0772ad113b93f83126346e521/clipmake-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e980c5a198d74221cca33fc51676cd3b9e1891b518b2077138fb753988aaacaa",
                "md5": "82168e0fc71d29e38a3cacb6d78f6ff3",
                "sha256": "5f20c4d07e1cd585128ba7aa543ab7699a546c8e91b4872d9e957f84feb70511"
            },
            "downloads": -1,
            "filename": "clipmake-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "82168e0fc71d29e38a3cacb6d78f6ff3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3487,
            "upload_time": "2024-08-03T08:58:03",
            "upload_time_iso_8601": "2024-08-03T08:58:03.220962Z",
            "url": "https://files.pythonhosted.org/packages/e9/80/c5a198d74221cca33fc51676cd3b9e1891b518b2077138fb753988aaacaa/clipmake-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-03 08:58:03",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "clipmake"
}
        
Elapsed time: 0.34020s