Tweak whisper core/thread count

This commit is contained in:
2023-06-12 22:49:45 -04:00
parent 6df4a1e506
commit 589abb9e46
2 changed files with 13 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ shift 2
models=("$@")
if [[ $input_video == "" || $output_name_without_ext == "" || ${#models[@]} -eq 0 ]]; then
printf "${BOLD}${RED}Usage: $0 <input.wav> <output name without extension> <list of model names to use>${NORMAL}\n"
printf "${BOLD}${RED}Usage: $0 <input.mp4> <output name without extension> <list of model names to use>${NORMAL}\n"
exit 1
fi