KO
|
EN
gitlite — search
Search
#python
#claude-code
#ai-agents
#rust
#claude
#developer-tools
#react
#ai
#typescript
#automation
#tauri
#android
auto-subtitle-generator
★ 44
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
heard
:
A simple subtitle generator powered by whisper & avernakis react.
autocap
:
Autocap - generate subtitles with a single python script
whisper-webui
:
WebUI for Whisper API
whisper-video
:
Generate subtitles for all the videos in a folder with OpenAI's Whisper privately in your computer.
subtitle-embedded-video-generator
:
Powered by OpenAI Whisper & Gradio
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
auto-subtitle-generator
?
Download (.md)
# auto-subtitle-generator A program that generates subtitles in the format of instagram and facebook reels, youtube shorts and tiktok videos. *** ### Installation and usage: 1. If using git to download repo type: `git clone https://github.com/zubu007/auto-subtitle-generator.git` 2. Check if you have [ffmpeg](https://ffmpeg.org) installed on your system * Open a terminal and type `ffmpeg -version`. If you get an error, you need to install ffmpeg. 3. Install [ffmpeg](https://ffmpeg.org) * On Windows * Install [Chocolately](https://chocolatey.org/install) and type `choco install ffmpeg` * On Linux * `sudo apt install ffmpeg` * On Mac * `brew install ffmpeg` 4. Install the necessary python packages in your environment using `pip install -r requirements.txt` 5. Run the python script * Windows: `python GUI.py` * Linux/Mac: `python3 GUI.py` *** ### TODO - [ ] Add comments to the code - [ ] Update this read.me to make professional - [ ] add preview of the options selected. - [ ] clean up the old commented code. - [ ] Add option for background color of the text box. - [ ] Word level timestamps. ### Done - [x] Fix audio sync issue. (Maybe FPS is the problem.) - [x] configure font color selection to the main loop - [x] configure text size selection to the main loop - [x] configure font style selection to the main loop - [x] Add option for y position of the text - [x] Create a GUI for the program - [x] Design UI for the program - [x] Create variables for text size and font. - [x] Text alignment in middle ### Issues * Fix overlapping text in the subtitles. ### Notes * Completely removed OpenCV and used only moviepy for the subtitle putting. * I think I should look into whisperX or stable-ts or whisper-timestamped for word level timestamps.