"max_words_per_line" setting is not effective. #1808
Answered
by
ryanheise
HelloWorld668
asked this question in
Q&A
-
|
Beta Was this translation helpful? Give feedback.
Answered by
ryanheise
Nov 14, 2023
Replies: 1 comment 1 reply
-
What you're seeing displayed to the console is the raw transcript before it undergoes any formatting. It is displayed to the console only as an indicator of transcription progress. (As you may notice, it is not in SRT format).
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
HelloWorld668
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What you're seeing displayed to the console is the raw transcript before it undergoes any formatting. It is displayed to the console only as an indicator of transcription progress. (As you may notice, it is not in SRT format).
--output_format srt
will write the correctly formatted SRT to the filea.srt
(since your input file is nameda.mp4
), and this file should be formatted according to the options you specify.