Skip to content

HimanshuKumarSah/Video-to-captions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎬 Subtitle Generator using Whisper AI

Generate subtitles and transcripts for any video using OpenAI's Whisper model (via faster-whisper).

πŸš€ Features

  • Supports over 90 languages (auto-detect or choose)
  • Outputs .srt and .txt files
  • GPU acceleration with Whisper via faster-whisper
  • Easy-to-use file selection interface
  • Compatible with Premiere Pro, DaVinci Resolve, etc.

πŸ›  Requirements

  • Python 3.10+
  • NVIDIA GPU (recommended)
  • FFmpeg installed (or include ffmpeg.exe in repo)

πŸ§ͺ Installation

git clone https://github.com/yourname/subtitle-generator
cd subtitle-generator
python -m venv .venv
.\.venv\Scripts\activate
pip install -r requirements.txt

πŸ–₯ Usage

  1. Run the app:
    python SubGen.py
  2. Select a video file.
  3. Language will be auto-detected.
  4. Choose output folder (SRT & TXT).
  5. Allow it to run the process.
  6. Subtitles will be saved in the selected folder.
  7. Open the .srt or .txt files in your video editor.
  8. Enjoy your subtitles!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages