autocrop-video


Nameautocrop-video JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryA CLI tool for automatically cropping videos
upload_time2024-08-29 20:56:23
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # autocrop

A CLI tool for automatically cropping videos.

## Installation

```bash
pip install autocrop-video
```

## Usage

```bash
autocrop process path/to/input_video.mp4
```

For more options, run:

```bash
autocrop --help
```

## Requirements

- Python 3.7+
- FFmpeg and FFprobe installed and accessible from the command line
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "autocrop-video",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Pedro Chagas <pchagas96@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/fa/98/561c3073d69db01b35b12f65d91f6b9227511fa4428f57d1989ebe05a511/autocrop_video-0.1.1.tar.gz",
    "platform": null,
    "description": "# autocrop\n\nA CLI tool for automatically cropping videos.\n\n## Installation\n\n```bash\npip install autocrop-video\n```\n\n## Usage\n\n```bash\nautocrop process path/to/input_video.mp4\n```\n\nFor more options, run:\n\n```bash\nautocrop --help\n```\n\n## Requirements\n\n- Python 3.7+\n- FFmpeg and FFprobe installed and accessible from the command line",
    "bugtrack_url": null,
    "license": null,
    "summary": "A CLI tool for automatically cropping videos",
    "version": "0.1.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/pedroachagas/autocrop/issues",
        "Homepage": "https://github.com/pedroachagas/autocrop"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f1ceb6cc78a58fdc3be7a03b963a46d5465ad49d59e958b899f4d89e2d24845",
                "md5": "dc429145a919e5ffbb21ac8ce772d620",
                "sha256": "5ef612b818a40461cffa1d38e2d4239f6e1d388dde566188116719b3f655b762"
            },
            "downloads": -1,
            "filename": "autocrop_video-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dc429145a919e5ffbb21ac8ce772d620",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 3554,
            "upload_time": "2024-08-29T20:56:20",
            "upload_time_iso_8601": "2024-08-29T20:56:20.990497Z",
            "url": "https://files.pythonhosted.org/packages/9f/1c/eb6cc78a58fdc3be7a03b963a46d5465ad49d59e958b899f4d89e2d24845/autocrop_video-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fa98561c3073d69db01b35b12f65d91f6b9227511fa4428f57d1989ebe05a511",
                "md5": "4ac175f313d5e2e3edac0b05213dcc2f",
                "sha256": "1421ceeb25494d42fd0467589afe193db851189e5bd34d75f4d454d1243c3c7c"
            },
            "downloads": -1,
            "filename": "autocrop_video-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4ac175f313d5e2e3edac0b05213dcc2f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3937,
            "upload_time": "2024-08-29T20:56:23",
            "upload_time_iso_8601": "2024-08-29T20:56:23.191275Z",
            "url": "https://files.pythonhosted.org/packages/fa/98/561c3073d69db01b35b12f65d91f6b9227511fa4428f57d1989ebe05a511/autocrop_video-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-29 20:56:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pedroachagas",
    "github_project": "autocrop",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "autocrop-video"
}
        
Elapsed time: 0.37762s