srtseg


Namesrtseg JSON
Version 0.5.0 PyPI version JSON
download
home_pagehttps://github.com/jianshuo/srtseg
SummaryExtend srt by splitting the videos
upload_time2024-07-25 07:53:50
maintainerNone
docs_urlNone
authorJianshuo Wang
requires_python>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # srtseg

Extend srt lib and allow video to be segmented according to subtitle. Also provide m3u8, webttv etc

The simplest file format is .srt, and it can be handled pretty well with srt lib.
srtseg provides the additional feature on top of srt:

- Get duration of each video (cut in the middle of the space between two subtitle)
- Segment selection
- M3U8 export
- WebVTT export

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jianshuo/srtseg",
    "name": "srtseg",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Jianshuo Wang",
    "author_email": "Jianshuo Wang <jianshuo@hotmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/3a/31/632f3cb1ecabe11cda145961b25e433084bb8f69104e947e3f205ad3004d/srtseg-0.5.0.tar.gz",
    "platform": null,
    "description": "# srtseg\n\nExtend srt lib and allow video to be segmented according to subtitle. Also provide m3u8, webttv etc\n\nThe simplest file format is .srt, and it can be handled pretty well with srt lib.\nsrtseg provides the additional feature on top of srt:\n\n- Get duration of each video (cut in the middle of the space between two subtitle)\n- Segment selection\n- M3U8 export\n- WebVTT export\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Extend srt by splitting the videos",
    "version": "0.5.0",
    "project_urls": {
        "Homepage": "https://github.com/jianshuo/srtseg",
        "Issues": "https://github.com/jianshuo/srtseg/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c3685e649f4ba7faabd4c64912abd3289ca3731622aa1a3141e2877c345ed679",
                "md5": "974d020f290471f921879e3ef3a53395",
                "sha256": "06145a5f47a2a9cdd280de3aa16c13349189532ebd5d0c7739b141ff1815dd61"
            },
            "downloads": -1,
            "filename": "srtseg-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "974d020f290471f921879e3ef3a53395",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 7965,
            "upload_time": "2024-07-25T07:53:49",
            "upload_time_iso_8601": "2024-07-25T07:53:49.611506Z",
            "url": "https://files.pythonhosted.org/packages/c3/68/5e649f4ba7faabd4c64912abd3289ca3731622aa1a3141e2877c345ed679/srtseg-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3a31632f3cb1ecabe11cda145961b25e433084bb8f69104e947e3f205ad3004d",
                "md5": "c4b6a1868a88f00c500f53f0cffc43de",
                "sha256": "9f9ed4001bdfb99dc956181e7403f50fc8bb70ec6ac90a69690c071c825cb751"
            },
            "downloads": -1,
            "filename": "srtseg-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c4b6a1868a88f00c500f53f0cffc43de",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 7891,
            "upload_time": "2024-07-25T07:53:50",
            "upload_time_iso_8601": "2024-07-25T07:53:50.893959Z",
            "url": "https://files.pythonhosted.org/packages/3a/31/632f3cb1ecabe11cda145961b25e433084bb8f69104e947e3f205ad3004d/srtseg-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-25 07:53:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jianshuo",
    "github_project": "srtseg",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "srtseg"
}
        
Elapsed time: 0.42270s