Skip to content

0.20.0

Compare
Choose a tag to compare
@ThioJoe ThioJoe released this 29 Jan 02:24
· 4 commits to main since this release
8b4c0be

馃搱 [0.20.0] New Features and Improvements

  • New config option increase_max_chars_for_extreme_speeds which will temporarily increase the maximum number of characters per line for lines that have extreme speaking speeds, so they are more likely to be combined with lower speed subtitle
  • Added a check while building the audio file to alert the user if any clips might run too long and possibly overlap with the next clip so you can check the file after generation.
  • The script will now auto calculate the average character-rate of the entire video and use that as the char rate goal.
    • The user can change this behavior in the config file with the "speech_rate_goal" setting if they want.
    • This just means the speech speed might be slightly more natural on average
  • Now displays message to tell user that it's downloading batch audio files
  • Now when in debug mode, it will put out a proper completed subtitle file, and a separate debug version of the file.
  • Fixed a long standing un-noticed bug that was causing combined subtitle lines to be less than ideally optimized
    • Speech speeds should be significantly improved on average across all languages
  • Addressed some odd punctuation issues where the resulting subtitles would begin with a period or comma, have double punctuation, etc.