A program that generates subtitles in the format of instagram and facebook reels, youtube shorts and tiktok videos.
-
If using git to download repo type:
git clone https://github.com/zubu007/auto-subtitle-generator.git
-
Check if you have ffmpeg installed on your system
- Open a terminal and type
ffmpeg -version
. If you get an error, you need to install ffmpeg.
- Open a terminal and type
-
Install ffmpeg
- On Windows
- Install Chocolately and type
choco install ffmpeg
- Install Chocolately and type
- On Linux
sudo apt install ffmpeg
- On Mac
brew install ffmpeg
- On Windows
-
Install the necessary python packages in your environment using
pip install -r requirements.txt
-
Run the python script
- Windows:
python GUI.py
- Linux/Mac:
python3 GUI.py
- Windows:
- Control number of words shown together with a variable
- Add support for multiple languages
- Add support for multiple video formats
- Add support for multiple video resolutions
- Add comments to the code
- Update this read.me to make professional
- Add option to select font color
- Font size option
- Create a GUI for the program
- Design UI for the program
- Create variables for text size and font.