The algorithm currently merges 2 subtitles by picking the one with the highest average confidence.
Ideally, all characters with high confidence should be used if there is no conflict in their positions e.g.
If merging a (99) b (99) c (99) and a (99) b (99) a (98) c (99), the result should be abac instead of abc
The algorithm currently merges 2 subtitles by picking the one with the highest average confidence.
Ideally, all characters with high confidence should be used if there is no conflict in their positions e.g.
If merging
a (99) b (99) c (99)anda (99) b (99) a (98) c (99), the result should beabacinstead ofabc