You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I make my subtitles 1 line long and no more than 5 words?
This is the command I use on my windows with Nvidia GTX 1080 graphics card and the result is multiple lines of subtitles and many words resulting in a super long and long paragraph to read.
parser.add_argument("--chunk_size", type=int, default=30, help="Chunk size for merging VAD segments. Default is 30, reduce this if the chunk is too long.")
parser.add_argument("--chunk_size", type=int, default=30, help="Chunk size for merging VAD segments. Default is 30, reduce this if the chunk is too long.")
Wouldn't this cause worse transcription results, since the context is lost with smaller chunks of audio? Seems like it would make more sense to split it after transcription.
How can I make my subtitles 1 line long and no more than 5 words?
This is the command I use on my windows with Nvidia GTX 1080 graphics card and the result is multiple lines of subtitles and many words resulting in a super long and long paragraph to read.
whisperx video.mp4 --model large-v3 --highlight_words False --align_model WAV2VEC2_ASR_LARGE_LV60K_960H --compute_type int8 --max_line_width 42 --max_line_count 2 --output_format srt
The text was updated successfully, but these errors were encountered: