You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.