video-clipper-r


Namevideo-clipper-r JSON
Version 0.2.2 PyPI version JSON
download
home_pageNone
SummaryClips multiple video clips from one video file.
upload_time2024-11-06 07:48:53
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords video ffmpeg clip
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # video-clipper

Clips multiple video clips from one video file.

## Usage

1. Install  
   ```pip install video-clipper-r```
2. Create `manifest.yaml` with command below:  
   ```python -m video_clipper init-manifest```
3. Run `python -m videp_clipper manifest.yaml` to start clipping.

## Why the Package Has a Different Name?
PyPI told me the original name `video-clipper` was similiar to some existing package(s), so I renamed release package - added a `r` as suffix.  
The suffix `r` means nothing. Sometimes we add `r` or `R` after a software name to show this is totally a different software.

## Requirements
1. Python 3.8+
2. FFmpeg  
   (Please add FFmpeg to your PATH environment variable)

## License
GPLv3

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "video-clipper-r",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Andrija Junzki <andrew.junzki@gmail.com>",
    "keywords": "video, ffmpeg, clip",
    "author": null,
    "author_email": "Andrija Junzki <andrew.junzki@gmail.com>",
    "download_url": null,
    "platform": null,
    "description": "# video-clipper\r\n\r\nClips multiple video clips from one video file.\r\n\r\n## Usage\r\n\r\n1. Install  \r\n   ```pip install video-clipper-r```\r\n2. Create `manifest.yaml` with command below:  \r\n   ```python -m video_clipper init-manifest```\r\n3. Run `python -m videp_clipper manifest.yaml` to start clipping.\r\n\r\n## Why the Package Has a Different Name?\r\nPyPI told me the original name `video-clipper` was similiar to some existing package(s), so I renamed release package - added a `r` as suffix.  \r\nThe suffix `r` means nothing. Sometimes we add `r` or `R` after a software name to show this is totally a different software.\r\n\r\n## Requirements\r\n1. Python 3.8+\r\n2. FFmpeg  \r\n   (Please add FFmpeg to your PATH environment variable)\r\n\r\n## License\r\nGPLv3\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Clips multiple video clips from one video file.",
    "version": "0.2.2",
    "project_urls": {
        "Changelog": "https://github.com/Junzki/video-clipper/blob/master/CHANGELOG.md",
        "Homepage": "https://github.com/Junzki/video-clipper",
        "Issues": "https://github.com/Junzki/video-clipper/issues",
        "Repository": "https://github.com/Junzki/video-clipper.git"
    },
    "split_keywords": [
        "video",
        " ffmpeg",
        " clip"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e1496df42adc301fd4750aa5561df32d922ef5cffb4ae126674d0ab31e6e4d0",
                "md5": "6412bee945a3c764a13d61e65b8a6d47",
                "sha256": "177a6eaa804910762a81c420f389233302ac8eeb25dd5a711d0bb59f92d95aff"
            },
            "downloads": -1,
            "filename": "video_clipper_r-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6412bee945a3c764a13d61e65b8a6d47",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 16961,
            "upload_time": "2024-11-06T07:48:53",
            "upload_time_iso_8601": "2024-11-06T07:48:53.158527Z",
            "url": "https://files.pythonhosted.org/packages/0e/14/96df42adc301fd4750aa5561df32d922ef5cffb4ae126674d0ab31e6e4d0/video_clipper_r-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-06 07:48:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Junzki",
    "github_project": "video-clipper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "video-clipper-r"
}
        
Elapsed time: 0.61124s