-
Notifications
You must be signed in to change notification settings - Fork 125
Description
I don't fully understand how to use --realign (in Faster-Whisper-XXL Pro)
Command line:
faster-whisper-xxl.exe --language en --model "large-v2" --compute_type=float16 --sentence -prompt auto --beep_off --print_progress --vad_method pyannote_v3 --realign "video.mp4"
Realign error: File not found, skipping realignment.
Another variation of the command line:
faster-whisper-xxl.exe --language en --model "large-v2" --compute_type=float16 -f srt --realign -prompt auto --beep_off --print_progress --vad_method pyannote_v3 "video.mp4"
Same error.
The --help says:
--realign Enables timestamps realignment. Note: Works only on srt files. Auto-enables --sentence, auto-disables --one_word & --highlight_words. (default: False)
What am I doing wrong? Or is it a bug in the program?