Pikurrot / whisper-gui

A simple GUI to use Whisper.
MIT License
89 stars 6 forks source link

Allow saving as .srt for subtitles #13

Closed Pikurrot closed 8 months ago

Pikurrot commented 8 months ago

Added option to choose saving timestamps as .json or .srt (this last one for subtitles), as suggested in #11. Note: saved subtitles in .srt may be spitted into multiple lines for convenience, however post processing should be applied if these are to be used in videos, as in some cases timestamps can be too long due to how WhisperX's VAD works, and may cover a big part of the video, or other issues.