I enjoy learning and solving problems, and have been working with software, systems, and web development for over 25 years.
whisper \
--model large \
--language Turkish \
--task translate \
--compression_ratio_threshold 2.4 \
--logprob_threshold -1.0 \
--no_speech_threshold 0.6 \
--condition_on_previous_text False \
--verbose True \
--threads 6 \
--fp16 False \
input/video_file.mp4
whisper \
--model large \
--language Turkish \
--task translate \
--compression_ratio_threshold 2.4 \
--logprob_threshold -1.0 \
--no_speech_threshold 0.6 \
--condition_on_previous_text False \
--verbose True \
--threads 6 \
--fp16 False \
input/video_file.mp4
--compression_ratio_threshold 2.4 \
--no_speech_threshold 0.6 \
I found a bit of information about what some of the options do here: github.com/openai/whisp...
--compression_ratio_threshold 2.4 \
--no_speech_threshold 0.6 \
I found a bit of information about what some of the options do here: github.com/openai/whisp...