I'm confused: what is a segment, and what is a line? #1868
Unanswered
MattPenaTV
asked this question in
Q&A
Replies: 1 comment 6 replies
-
I think the documentation above for So a segment is the block of text that you can see on the screen at once in a single subtitle. By default that all appears in one line, but you can make it wrap over multiple lines by setting the maximum number of characters in a line or the maximum number of words in a line, and then setting a limit for how many lines you want to allow within the subtitle block before spilling over into a new subtitle block. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
From "whisper --help":
Based on these definitions, I find it hard to understand what qualifies as a "segment" or a "line". max_line_count refers to "the maximum number of lines in a segment", making it clear that lines and segments are two different things... or so I thought. Because max_words_per_line is defined as "the maximum number of words in a segment", implying that a segment and a line are the same thing. So what's the deal? Are a segment and a line the same thing, or two different things? What is a segment, and what is a line? Is there an error in the "--help" here or am I just misinterpreting something?
Cheers
Beta Was this translation helpful? Give feedback.
All reactions