SYSTRAN / faster-whisper

Faster Whisper transcription with CTranslate2
MIT License
10.05k stars 848 forks source link

CMD usage #693

Open FurkanGozukara opened 4 months ago

FurkanGozukara commented 4 months ago

I use whisper as below and working great

is that possible for faster whisper too?

whisper "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"

Purfview commented 4 months ago

This repo doesn't have CLI, for CLI functionality look at these repos: https://github.com/Softcatala/whisper-ctranslate2 https://github.com/Purfview/whisper-standalone-win

FurkanGozukara commented 4 months ago

This repo doesn't have CLI, for CLI functionality look at these repos: https://github.com/Softcatala/whisper-ctranslate2 https://github.com/Purfview/whisper-standalone-win

thanks a lot testing whisper-ctranslate2

FurkanGozukara commented 4 months ago

This repo doesn't have CLI, for CLI functionality look at these repos: https://github.com/Softcatala/whisper-ctranslate2 https://github.com/Purfview/whisper-standalone-win

it doesnt support

word_timestamps highlight_words and max_words_per_line ?

Purfview commented 4 months ago

word_timestamps

Supported.

highlight_words

Supported.

max_words_per_line

Not supported.

EDIT: That's about https://github.com/Purfview/whisper-standalone-win

FurkanGozukara commented 4 months ago

whisper-ctranslate2

I tried whisper-ctranslate2

thanks for further info