Skip to content

zubu007/auto-subtitle-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 installed on your system

    • Open a terminal and type ffmpeg -version. If you get an error, you need to install ffmpeg.
  3. Install ffmpeg

    • On Windows
    • 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

  • 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

Done

  • Create a GUI for the program
  • Design UI for the program
  • Create variables for text size and font.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages