Skip to content

0.19.0

Compare
Choose a tag to compare
@ThioJoe ThioJoe released this 21 Jan 00:52
· 9 commits to main since this release
c84b159

馃搱 [0.19.0] New Features and Improvements

  • Reduced fragmented TTS speech thanks to new logic in the subtitle combining function

    • Controlled by new option in config.ini called prioritize_avoiding_fragmented_speech. On by default but can be disabled.
    • This will reduce the amount of times the TTS voice will sound like it's starting a new sentence even though it's in the middle of a sentence
  • Add config option subtitle_gap_threshold_milliseconds, an advanced setting for controlling the largest gap between subtitle line timestamps where the script will consider combining them.

  • SubtitleTrackRemover.py now has the option to also remove a videos' localizations (aka translated titles and descriptions)
  • Now the script will also combine subtitles and output an srt file, even if the original language is the same as the target language.