Lowered the max number of lines per subtitle segment from 3 to 2
This commit is contained in:
parent
365a66bdfa
commit
ae3ea546a2
@ -65,7 +65,7 @@ def _whisper_processor(inqueue,
|
||||
vttWriter.always_include_hours = True
|
||||
with open(outpath, 'w') as f:
|
||||
vttWriter.write_result(result, f, {'max_line_width': 42,
|
||||
'max_line_count': 3,
|
||||
'max_line_count': 2,
|
||||
'max_words_per_line': 15,
|
||||
'highlight_words': False})
|
||||
elapsed = time.strftime('%H:%M:%S', time.gmtime(end - start))
|
||||
|
Loading…
x
Reference in New Issue
Block a user