vidpacktest


Namevidpacktest JSON
Version 0.1.14 PyPI version JSON
download
home_pagehttps://github.com/ivansaul/test-semantic-release
SummaryA Python script for efficiently compressing videos without sacrificing quality
upload_time2024-10-06 06:32:34
maintainerNone
docs_urlNone
authorivansaul
requires_python<4.0,>=3.10
licenseMIT
keywords video compression ffmpeg python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # test-semantic-release

A Python script for efficiently compressing videos without sacrificing quality.

## Installation

```console
pip install vidpacktest
```

## Usage

```console
pack --input input.mp4 --output output.mp4 --codec h264 --preset ultrafast
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ivansaul/test-semantic-release",
    "name": "vidpacktest",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "video, compression, ffmpeg, python",
    "author": "ivansaul",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/90/1a/613d80a80e771289cb7e32e8aa5d9728166f777d4d33da167212e73ba660/vidpacktest-0.1.14.tar.gz",
    "platform": null,
    "description": "# test-semantic-release\n\nA Python script for efficiently compressing videos without sacrificing quality.\n\n## Installation\n\n```console\npip install vidpacktest\n```\n\n## Usage\n\n```console\npack --input input.mp4 --output output.mp4 --codec h264 --preset ultrafast\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python script for efficiently compressing videos without sacrificing quality",
    "version": "0.1.14",
    "project_urls": {
        "Homepage": "https://github.com/ivansaul/test-semantic-release",
        "Repository": "https://github.com/ivansaul/test-semantic-release"
    },
    "split_keywords": [
        "video",
        " compression",
        " ffmpeg",
        " python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "34766a074d68468f526e22c4af27b1274239aa2058fa59e013cf05aea927ddc9",
                "md5": "856943f00eaff3726a56ac9691e5cf8f",
                "sha256": "07f5c8b339fb3f8897e6926d7e459e115b72dfab12e20fd7304725bbb6815764"
            },
            "downloads": -1,
            "filename": "vidpacktest-0.1.14-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "856943f00eaff3726a56ac9691e5cf8f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 8491,
            "upload_time": "2024-10-06T06:32:33",
            "upload_time_iso_8601": "2024-10-06T06:32:33.045989Z",
            "url": "https://files.pythonhosted.org/packages/34/76/6a074d68468f526e22c4af27b1274239aa2058fa59e013cf05aea927ddc9/vidpacktest-0.1.14-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "901a613d80a80e771289cb7e32e8aa5d9728166f777d4d33da167212e73ba660",
                "md5": "b409feca6b50ba8d328f151ba4230502",
                "sha256": "f6b3b7f2155654379f95c4ec7f719629a0da7be66834d2076da545cb137720c2"
            },
            "downloads": -1,
            "filename": "vidpacktest-0.1.14.tar.gz",
            "has_sig": false,
            "md5_digest": "b409feca6b50ba8d328f151ba4230502",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 5894,
            "upload_time": "2024-10-06T06:32:34",
            "upload_time_iso_8601": "2024-10-06T06:32:34.431065Z",
            "url": "https://files.pythonhosted.org/packages/90/1a/613d80a80e771289cb7e32e8aa5d9728166f777d4d33da167212e73ba660/vidpacktest-0.1.14.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-06 06:32:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ivansaul",
    "github_project": "test-semantic-release",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "vidpacktest"
}
        
Elapsed time: 1.06166s