Support multiple lines in subtitles
OpenAI Whisper has a --max_line_count argument that allows setting the number of lines to use in subtitles (I usually set it to two). This lets one fit more text on screen at a time while restricting subtitles to a reasonable width. It would be great if whisper.cpp also supported an option to set the number of lines per subtitle.
-ml 120 -sow keeps max length at 120 characters and depending on font size usually keeps max lines to two.
Thanks. I'd prefer to force two lines of up to N characters each, rather than rely on the video player to wrap the line. Most players seem to make the first line as long as possible before wrapping, but I'd prefer the lines to be of roughly equal length.
+1 to this feature request