{"id":28576390,"url":"https://github.com/brendancsmith/subtitler","last_synced_at":"2026-04-10T21:03:31.327Z","repository":{"id":288647232,"uuid":"860223782","full_name":"brendancsmith/subtitler","owner":"brendancsmith","description":"A set of tools for transcribing video files and adding subtitles using ffmpeg and the whisper library.","archived":false,"fork":false,"pushed_at":"2025-04-18T18:32:04.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-19T07:01:18.259Z","etag":null,"topics":["audio-processing","openai","subtitles","transcribe","transcript","transcription","whisper"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brendancsmith.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2024-09-20T03:41:49.000Z","updated_at":"2025-04-18T18:32:04.000Z","dependencies_parsed_at":"2025-04-20T12:17:58.252Z","dependency_job_id":null,"html_url":"https://github.com/brendancsmith/subtitler","commit_stats":null,"previous_names":["brendancsmith/subtitler"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendancsmith%2Fsubtitler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendancsmith%2Fsubtitler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendancsmith%2Fsubtitler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendancsmith%2Fsubtitler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brendancsmith","download_url":"https://codeload.github.com/brendancsmith/subtitler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendancsmith%2Fsubtitler/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259172157,"owners_count":22816514,"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":["audio-processing","openai","subtitles","transcribe","transcript","transcription","whisper"],"created_at":"2025-06-10T23:40:19.953Z","updated_at":"2026-04-10T21:03:31.271Z","avatar_url":"https://github.com/brendancsmith.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Video Subtitling Tool\n\nThis project provides a set of tools for processing video files, including extracting audio, transcribing audio to text, generating subtitles, and adding subtitles to video files. It uses the whisper library to transcribe audio.\n\n## Installation\n\n### ffmpeg\n\nFFmpeg is required for processing video and audio files. Follow the instructions below to install FFmpeg on your platform.\n\n#### Windows\n\n1. Download the FFmpeg zip file from the [official website](https://ffmpeg.org/download.html).\n2. Extract the zip file to a folder of your choice.\n3. Add the `bin` folder inside the extracted folder to your system's PATH environment variable.\n\n#### macOS\n\n1. Install Homebrew if you haven't already: \n    ```bash\n    /bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\n    ```\n2. Install FFmpeg using Homebrew:\n    ```bash\n    brew install ffmpeg\n    ```\n\n#### Linux\n\n```bash\nsudo apt update\nsudo apt install ffmpeg\n```\n\n### Python Packages\n\n```bash\npip install -r requirements.txt\n```\n\n## Usage\n\nTo process video files, run `python main.py`. By default, it processes all `.mp4` files in the `video_input` directory. You can also specify a single video file as an argument.\n\n```bash\npython main.py [video_file]\n```\n\n## Default Directories\n\n- `assets/video_input/`: Input video files (.mp4)\n- `assets/video_output/`: Output video files with subtitles (.mp4)\n- `assets/audio/`: Directory for extracted audio files (.mp3)\n- `assets/subtitles/`: Directory for generated subtitle files (.srt)\n- `assets/text/`: Directory for transcribed text files (.txt)\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrendancsmith%2Fsubtitler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrendancsmith%2Fsubtitler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrendancsmith%2Fsubtitler/lists"}