autosrt


Nameautosrt JSON
Version 1.4.9 PyPI version JSON
download
home_pagehttps://github.com/botbahlul/autosrt
Summarya utility for automatic speech recognition and subtitle generation
upload_time2023-10-31 13:03:38
maintainer
docs_urlNone
authorBot Bahlul
requires_python
licenseMIT License Copyright (c) 2022 botbahlul Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            autosrt is a utility for automatic speech recognition and subtitle generation.It takes a video or an audio file as input, performs voice activity detection to find speech regions,  makes parallel requests to Google Web Speech API  to generate transcriptions for those regions,  (optionally) translates them to a different language, and finally saves the resulting subtitles file to disk.   It supports a variety of input and output languages and can currently produce subtitles in SRT, VTT, JSON, and RAW format.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/botbahlul/autosrt",
    "name": "autosrt",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Bot Bahlul",
    "author_email": "bot.bahlul@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/73/dc/f85d64b03ac800017e0238bb17c0c17629a1a7f031601ed52838b088461b/autosrt-1.4.9.tar.gz",
    "platform": null,
    "description": "autosrt is a utility for automatic speech recognition and subtitle generation.It takes a video or an audio file as input, performs voice activity detection to find speech regions,  makes parallel requests to Google Web Speech API  to generate transcriptions for those regions,  (optionally) translates them to a different language, and finally saves the resulting subtitles file to disk.   It supports a variety of input and output languages and can currently produce subtitles in SRT, VTT, JSON, and RAW format.\r\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2022 botbahlul  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "a utility for automatic speech recognition and subtitle generation",
    "version": "1.4.9",
    "project_urls": {
        "Homepage": "https://github.com/botbahlul/autosrt"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f1a70300d939291697b78b3618d337fea290fe5354670aead01f8fda20c60c97",
                "md5": "a2ebc184b0c41294863bb74eca27b32f",
                "sha256": "bc1f20c06ba5f87660ca04770be23be86716ccf25a6ac74a927fdb0f4c64093f"
            },
            "downloads": -1,
            "filename": "autosrt-1.4.9-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a2ebc184b0c41294863bb74eca27b32f",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 22214,
            "upload_time": "2023-10-31T13:03:36",
            "upload_time_iso_8601": "2023-10-31T13:03:36.432802Z",
            "url": "https://files.pythonhosted.org/packages/f1/a7/0300d939291697b78b3618d337fea290fe5354670aead01f8fda20c60c97/autosrt-1.4.9-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73dcf85d64b03ac800017e0238bb17c0c17629a1a7f031601ed52838b088461b",
                "md5": "0af148906b118c2f4d428c0c81d9716a",
                "sha256": "e54678df68d121c87b3e585ccf4469ec25f32809eadf49008471e779898f9fa5"
            },
            "downloads": -1,
            "filename": "autosrt-1.4.9.tar.gz",
            "has_sig": false,
            "md5_digest": "0af148906b118c2f4d428c0c81d9716a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 41174,
            "upload_time": "2023-10-31T13:03:38",
            "upload_time_iso_8601": "2023-10-31T13:03:38.840466Z",
            "url": "https://files.pythonhosted.org/packages/73/dc/f85d64b03ac800017e0238bb17c0c17629a1a7f031601ed52838b088461b/autosrt-1.4.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-31 13:03:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "botbahlul",
    "github_project": "autosrt",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "autosrt"
}
        
Elapsed time: 0.13142s