autosubsync


Nameautosubsync JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/oseiskar/autosubsync
SummaryAutomatically synchronize subtitles with audio
upload_time2023-05-28 20:44:09
maintainer
docs_urlNone
authorOtto Seiskari
requires_python
licenseMIT
keywords subtitles syncrhonization srt ffmpeg
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Automatically synchronize SRT subtitles with audio.
Requires ffmpeg (``sudo apt-get install ffmepg``)::

  autosubsync [input movie] [input subtitles] [output subs]

  # for example
  autosubsync plan-9-from-outer-space.avi \
    plan-9-out-of-sync-subs.srt \
    plan-9-subtitles-synced.srt

See ``autosubsync --help`` for more details.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/oseiskar/autosubsync",
    "name": "autosubsync",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "subtitles syncrhonization srt ffmpeg",
    "author": "Otto Seiskari",
    "author_email": "",
    "download_url": "",
    "platform": null,
    "description": "Automatically synchronize SRT subtitles with audio.\nRequires ffmpeg (``sudo apt-get install ffmepg``)::\n\n  autosubsync [input movie] [input subtitles] [output subs]\n\n  # for example\n  autosubsync plan-9-from-outer-space.avi \\\n    plan-9-out-of-sync-subs.srt \\\n    plan-9-subtitles-synced.srt\n\nSee ``autosubsync --help`` for more details.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Automatically synchronize subtitles with audio",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/oseiskar/autosubsync"
    },
    "split_keywords": [
        "subtitles",
        "syncrhonization",
        "srt",
        "ffmpeg"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b8605ffd6bd59dc4ce2a5ec96b5074ec1120243b97cb97b0464cba18a71dd0ed",
                "md5": "4283016a75dd8d9085d1273e41aeffae",
                "sha256": "2c94b35c8d49515bafcc3d6bce676cf06a3fd81b9bacdc96640e34ea7d760ab2"
            },
            "downloads": -1,
            "filename": "autosubsync-1.0.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4283016a75dd8d9085d1273e41aeffae",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 16873,
            "upload_time": "2023-05-28T20:44:09",
            "upload_time_iso_8601": "2023-05-28T20:44:09.552676Z",
            "url": "https://files.pythonhosted.org/packages/b8/60/5ffd6bd59dc4ce2a5ec96b5074ec1120243b97cb97b0464cba18a71dd0ed/autosubsync-1.0.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-28 20:44:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "oseiskar",
    "github_project": "autosubsync",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "autosubsync"
}
        
Elapsed time: 0.06860s