whisper-local-transcribe icon indicating copy to clipboard operation
whisper-local-transcribe copied to clipboard

added Subtitle Generation features!

Open Kabeer2004 opened this issue 8 months ago • 0 comments

I used this project to generate subtitles for a video I was editing.

I added a couple of features that helped streamline the whole process.

  1. SRT File Generation - Transcripts are saved in the SRT format, which is a very popular file format for saving subtitles. SRT files can be used in almost any video editing software.
  2. Added Max/Min Segment Length (not fully stable yet) - I added logic to let users select the max and min lengths of transcribed segments. Sometimes the transcribed segments are too long, causing subtitles to run off the screen. To fix this, I added customizable segment lengths - this is an optional input argument.
  3. UI changes - UI changes in the Tkinter frontend to support these changes.

Kabeer2004 avatar Feb 18 '25 21:02 Kabeer2004