–print_progress turns off live text output #508
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
Is it also possible to get a progress status while the "speaker diarization" is running? The progress output only starts, when the transcribe process begins to render. But at first the speaker diarization (pyannote v3.1 with GPU) takes about as long as the whole transcribe process. So half the time we don´t have a progress update. With larger files, this may take a while. |
Beta Was this translation helpful? Give feedback.
-
Yes you are doing it wrong. It's not "live text output", the real output happens only at the end of the transcription. What you call "live text output" is just another fancy progress, it shouldn't be used as subs output.
No. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks. I use the final .vtt file at the end of the process for subs. The "live text output" is used only for the impatient users, who want to see the magic happens. Sometimes the users transcribe files with a duration longer than one hour, which takes a while. It would be fine, if I could have both, the %-progress and the fancy live text output. |
Beta Was this translation helpful? Give feedback.



Yes you are doing it wrong. It's not "live text output", the real output happens only at the end of the transcription. What you call "live text output" is just another fan…