{"id":16106981,"url":"https://github.com/mikeesto/subber","last_synced_at":"2026-04-11T22:02:31.189Z","repository":{"id":234888297,"uuid":"789692656","full_name":"mikeesto/subber","owner":"mikeesto","description":"A small CLI tool for converting video \u0026 audio to a text transcription","archived":false,"fork":false,"pushed_at":"2025-01-29T04:47:01.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T09:57:11.833Z","etag":null,"topics":["cli","ffmpeg","golang","transcribe","whisper","whispercpp"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mikeesto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-21T09:37:35.000Z","updated_at":"2025-01-29T04:47:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"e50f18c8-b9ad-4449-8fb7-95cc01a4d7b3","html_url":"https://github.com/mikeesto/subber","commit_stats":null,"previous_names":["mikeesto/subber"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikeesto%2Fsubber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikeesto%2Fsubber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikeesto%2Fsubber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikeesto%2Fsubber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikeesto","download_url":"https://codeload.github.com/mikeesto/subber/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247430842,"owners_count":20937873,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","ffmpeg","golang","transcribe","whisper","whispercpp"],"created_at":"2024-10-09T19:14:52.147Z","updated_at":"2026-04-11T22:02:31.095Z","avatar_url":"https://github.com/mikeesto.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Subber\n\nThis is a Golang CLI tool for generating transcripts of video and audio files. It wraps FFmpeg and Whisper.\n\n## Usage\n\n```bash\ngo run *.go [--format] \u003cfile\u003e\n```\n\n### Options\n\n- `--format`: Optional flag to trigger formatting the transcript into paragraphs using basic topic analysis with TF-IDF\n\n### Example\n\n```bash\ngo run *.go --format video.mp4\n```\n\nThis command will:\n\n1. Convert `video.mp4` to a WAV\n2. Transcribe the audio using Whisper\n3. Format the transcript into paragraphs using topic analysis with TF-IDF\n4. Save the formatted transcript to `formatted_transcript.txt`\n\n[Some very rough benchmarks](https://gist.github.com/mikeesto/29c9cee43f95e0385b67ac83040a499e).\n\n## Installation\n\nI'm still working on the best way to distribute this. For now, you can clone the repository, ensure you have the required dependencies installed, and update the `WhisperPath` and `ModelPath` constants in the code to match your system.\n\nTo build the CLI:\n\n```bash\ngo build -o subber\n```\n\nThen move the binary to somewhere on your PATH (e.g. `/usr/local/bin`).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikeesto%2Fsubber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikeesto%2Fsubber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikeesto%2Fsubber/lists"}