Need help because I am obtaining TEXT LINES that are too long that cause next lines to be very SMALL sometimes #1213
Replies: 2 comments 2 replies
-
|
My preferred way to reduce line length more naturally for subtitle output is to use: --segment_resolution chunk If people talk a lot, the lines can still be quite long though. You may still need to use: --max_line_width MAX_LINE_WIDTH I suggest trying with these values to start with: You will probably still end up with orphan lines with just one or two words here and there, managing that, you'll probably need to use other advanced tools outside the scope of what WhisperX provides. In the future, please try and consult the help files with CLI utilities, most have them by using flags -h or --help flags, a man page, or online documentation. |
Beta Was this translation helpful? Give feedback.
-
|
I had the same issue. I found this, which - for me - works a treat |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Example of Txt or Srt:
Txt:
Line 1: So like like termites don't even break it down and they have that protozoa in their gut that eat the the fiber and and then produce short-chain fatty acids which are 100% saturated and then those protozoa die off and the the bug absorbs them as protein the cows and and horses and
Line 2: Gorillas, etc.
in SRT:
489
00:37:34,441 --> 00:37:55,324
So like like termites don't even break it down and they have that protozoa in their gut that eat the the fiber and and then produce short-chain fatty acids which are 100% saturated and then those protozoa die off and the the bug absorbs them as protein the cows and and horses and
490
00:37:55,304 --> 00:37:56,485
Gorillas, etc.
How can I avoid that please?
Whiel using whisper (not whisperX) I obtained better sentences, smaller ones neither too long neither too small.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions