Currently subtitle lines are split by the subtitles config options.
I'm using maxLineWidth quite frequently, but this often results in sentences being cut in half.
You can work around this a little by using separatePhrases and by providing a prompt that has punctuation, but it's sadly not reliable enough, especially on long audio.
Therefore I'd like to propose a new option like minPauseDurationForNewLine.
If set to 1, it would start a new line if the next word in the timeline appears 1 second after the current one.
Currently subtitle lines are split by the
subtitlesconfig options.I'm using
maxLineWidthquite frequently, but this often results in sentences being cut in half.You can work around this a little by using
separatePhrasesand by providing a prompt that has punctuation, but it's sadly not reliable enough, especially on long audio.Therefore I'd like to propose a new option like
minPauseDurationForNewLine.If set to 1, it would start a new line if the next word in the timeline appears 1 second after the current one.