faster-whisper icon indicating copy to clipboard operation
faster-whisper copied to clipboard

CMD usage

Open FurkanGozukara opened this issue 1 year ago • 5 comments

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"

FurkanGozukara avatar Feb 20 '24 00:02 FurkanGozukara

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

Purfview avatar Feb 20 '24 11:02 Purfview

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 avatar Feb 20 '24 11:02 FurkanGozukara

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 ?

FurkanGozukara avatar Feb 20 '24 11:02 FurkanGozukara

word_timestamps

Supported.

highlight_words

Supported.

max_words_per_line

Not supported.

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

Purfview avatar Feb 20 '24 11:02 Purfview

whisper-ctranslate2

I tried whisper-ctranslate2

thanks for further info

FurkanGozukara avatar Feb 20 '24 11:02 FurkanGozukara