yy-vtm


Nameyy-vtm JSON
Version 0.3 PyPI version JSON
download
home_pagehttps://github.com/youyinnn/yy_vtm
SummaryMake video thumbnail
upload_time2023-09-10 05:49:54
maintainer
docs_urlNone
authorJun
requires_python
licenseMIT
keywords video thumbnail maker
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ```bash
usage: maker.py [-h] -i INPUT_PATH [-d DURATION_INTERVAL_SECOND] [-rw MAX_ROW_WIDTH] [-mp MIN_PARTITION]

options:
  -h, --help            show this help message and exit
  -i INPUT_PATH, --input-path INPUT_PATH
                        The path of input files or the directory that keeps the inputs.
  -d DURATION_INTERVAL_SECOND, --duration-interval-second DURATION_INTERVAL_SECOND
                        The interval that partition the video.
  -rw MAX_ROW_WIDTH, --max-row-width MAX_ROW_WIDTH
                        The width of each row.
  -mp MIN_PARTITION, --min-partition MIN_PARTITION
                        Miniumn partition of the grids.
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/youyinnn/yy_vtm",
    "name": "yy-vtm",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "video,thumbnail,maker",
    "author": "Jun",
    "author_email": "youyinnn@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a0/52/38a3e2af5f2b9f42051d4c27505f30331892731bd62e6359d682b859b5e0/yy_vtm-0.3.tar.gz",
    "platform": null,
    "description": "```bash\nusage: maker.py [-h] -i INPUT_PATH [-d DURATION_INTERVAL_SECOND] [-rw MAX_ROW_WIDTH] [-mp MIN_PARTITION]\n\noptions:\n  -h, --help            show this help message and exit\n  -i INPUT_PATH, --input-path INPUT_PATH\n                        The path of input files or the directory that keeps the inputs.\n  -d DURATION_INTERVAL_SECOND, --duration-interval-second DURATION_INTERVAL_SECOND\n                        The interval that partition the video.\n  -rw MAX_ROW_WIDTH, --max-row-width MAX_ROW_WIDTH\n                        The width of each row.\n  -mp MIN_PARTITION, --min-partition MIN_PARTITION\n                        Miniumn partition of the grids.\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Make video thumbnail",
    "version": "0.3",
    "project_urls": {
        "Homepage": "https://github.com/youyinnn/yy_vtm"
    },
    "split_keywords": [
        "video",
        "thumbnail",
        "maker"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a05238a3e2af5f2b9f42051d4c27505f30331892731bd62e6359d682b859b5e0",
                "md5": "c27328079c6f793035e2c80e61573e4a",
                "sha256": "fa809dac06e994212482a216f3169183226963a53c128327dc8023d943e8b76e"
            },
            "downloads": -1,
            "filename": "yy_vtm-0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "c27328079c6f793035e2c80e61573e4a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4334,
            "upload_time": "2023-09-10T05:49:54",
            "upload_time_iso_8601": "2023-09-10T05:49:54.765240Z",
            "url": "https://files.pythonhosted.org/packages/a0/52/38a3e2af5f2b9f42051d4c27505f30331892731bd62e6359d682b859b5e0/yy_vtm-0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-10 05:49:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "youyinnn",
    "github_project": "yy_vtm",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "yy-vtm"
}
        
Jun
Elapsed time: 0.11676s