Softcatala / whisper-ctranslate2

Whisper command line client compatible with original OpenAI client based on CTranslate2.
MIT License
880 stars 75 forks source link

Can you please add support for word_timestamps, highlight_words and max_words_per_line? #82

Closed FurkanGozukara closed 7 months ago

FurkanGozukara commented 7 months ago

I use these 3 with whisper

example command i tried

cmd /c whisper-ctranslate2 "C:\temp\a\1.mp3" --model large-v1 --language en --initial_prompt "Welcome our Youtube channel." --best_of 10 --beam_size 10 --word_timestamps True --highlight_words True --max_words_per_line 8 --output_dir "C:\temp\a"

jordimas commented 7 months ago

This has been added in the version released to today 0.4.0. Thanks

FurkanGozukara commented 7 months ago

This has been added in the version released to today 0.4.0. Thanks

awesome thank you