transcribr


Nametranscribr JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryEffortless Audio / Video Transcription and Subtitle Generation.
upload_time2025-02-14 13:03:29
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords transcription subtitle audio video
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # transcribr
Effortless Audio & Video Transcription and Subtitle Generation

## Description:
transcribr is a simple Python package designed to automatically transcribe audio and video files into accurate text or subtitle formats (.srt). 
It supports multiple languages, offering fast and reliable speech recognition for creating subtitles or generating transcriptions for podcasts, lectures, interviews, and more. 
Built on state-of-the-art speech recognition models (OpenAI whisper), transcribr simplifies the process of turning spoken words into structured, searchable text.

## Key Features:
	•	Supports video (.mp4, .mov, etc.) and audio (.mp3, .wav, etc.) inputs
	•	Generates subtitle files (.srt) with precise timestamps
	•	Multilingual transcription capabilities
	•	Easy integration into Python workflows

## Use Cases:
	•	Automatic subtitle generation for videos
	•	Transcription of podcasts and interviews
	•	Creating searchable transcripts for lectures and meetings

## Get Started:
Install the package and generate your first transcription in minutes with just a few lines of code!

### Installation

```bash
pip install transcribr
```

### Example Usage

```python
from transcribr import Transcribr

video_file = "example.mp3"  # Replace with your video file path

# transcribe content
transcribr = Transcribr(model="base")
transcribr.transcribe(video_file)

# save transcription and subtitles
transcribr.save_transcription(output_file="output.txt")
transcribr.save_subtitles(output_file="output.srt")

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "transcribr",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "transcription, subtitle, audio, video",
    "author": null,
    "author_email": "Jonas Kneifl <jonas.kneifl@itm.uni-stuttgart.com>",
    "download_url": "https://files.pythonhosted.org/packages/9e/b9/a2cad37f17573409ea1fd9e867489cbcc8b8eb0f076075935a6c9922d673/transcribr-0.1.1.tar.gz",
    "platform": null,
    "description": "# transcribr\nEffortless Audio &amp; Video Transcription and Subtitle Generation\n\n## Description:\ntranscribr is a simple Python package designed to automatically transcribe audio and video files into accurate text or subtitle formats (.srt). \nIt supports multiple languages, offering fast and reliable speech recognition for creating subtitles or generating transcriptions for podcasts, lectures, interviews, and more. \nBuilt on state-of-the-art speech recognition models (OpenAI whisper), transcribr simplifies the process of turning spoken words into structured, searchable text.\n\n## Key Features:\n\t\u2022\tSupports video (.mp4, .mov, etc.) and audio (.mp3, .wav, etc.) inputs\n\t\u2022\tGenerates subtitle files (.srt) with precise timestamps\n\t\u2022\tMultilingual transcription capabilities\n\t\u2022\tEasy integration into Python workflows\n\n## Use Cases:\n\t\u2022\tAutomatic subtitle generation for videos\n\t\u2022\tTranscription of podcasts and interviews\n\t\u2022\tCreating searchable transcripts for lectures and meetings\n\n## Get Started:\nInstall the package and generate your first transcription in minutes with just a few lines of code!\n\n### Installation\n\n```bash\npip install transcribr\n```\n\n### Example Usage\n\n```python\nfrom transcribr import Transcribr\n\nvideo_file = \"example.mp3\"  # Replace with your video file path\n\n# transcribe content\ntranscribr = Transcribr(model=\"base\")\ntranscribr.transcribe(video_file)\n\n# save transcription and subtitles\ntranscribr.save_transcription(output_file=\"output.txt\")\ntranscribr.save_subtitles(output_file=\"output.srt\")\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Effortless Audio / Video Transcription and Subtitle Generation.",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/jkneifl/transcribr",
        "Issues": "https://github.com/jkneifl/transcribr/issues"
    },
    "split_keywords": [
        "transcription",
        " subtitle",
        " audio",
        " video"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3c7ce3efd269e2a45e7551f2c8d1119218860f20539719a18b1688fb05d6c64a",
                "md5": "44f5a4d2ee9d69e22f4c57dc75be4717",
                "sha256": "732307be52911e99fac15349f7e54a43520860e526ec0c9a2d785735d02a9425"
            },
            "downloads": -1,
            "filename": "transcribr-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "44f5a4d2ee9d69e22f4c57dc75be4717",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 5163,
            "upload_time": "2025-02-14T13:03:28",
            "upload_time_iso_8601": "2025-02-14T13:03:28.286282Z",
            "url": "https://files.pythonhosted.org/packages/3c/7c/e3efd269e2a45e7551f2c8d1119218860f20539719a18b1688fb05d6c64a/transcribr-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9eb9a2cad37f17573409ea1fd9e867489cbcc8b8eb0f076075935a6c9922d673",
                "md5": "3a7b0a2a555f7f9eed1bc75263efaaf7",
                "sha256": "29ffe741df2b8541dc6257c3ea748c2ec09747f6b23ce100d1a0dcd90d998e30"
            },
            "downloads": -1,
            "filename": "transcribr-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3a7b0a2a555f7f9eed1bc75263efaaf7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 4824,
            "upload_time": "2025-02-14T13:03:29",
            "upload_time_iso_8601": "2025-02-14T13:03:29.293710Z",
            "url": "https://files.pythonhosted.org/packages/9e/b9/a2cad37f17573409ea1fd9e867489cbcc8b8eb0f076075935a6c9922d673/transcribr-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-14 13:03:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jkneifl",
    "github_project": "transcribr",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "transcribr"
}
        
Elapsed time: 4.42625s