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
I generate subtitle using --word_timestamps argument. I also added --max_line_width 42 and --max_line_count 1 to the arguments. In the result, I feel the max_line_width is too few. I'd like to increase the value to 80, but I don't want to run whisper again.
Is it possible to read the output JSON and just generate new SRT or VTT file by assigning --max_line_width 80 and --max_line_count 1 to the arguments?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I generate subtitle using
--word_timestamps
argument. I also added--max_line_width 42
and--max_line_count 1
to the arguments. In the result, I feel themax_line_width
is too few. I'd like to increase the value to80
, but I don't want to runwhisper
again.Is it possible to read the output JSON and just generate new SRT or VTT file by assigning
--max_line_width 80
and--max_line_count 1
to the arguments?Beta Was this translation helpful? Give feedback.
All reactions