WhisperBatchRun
This batch file will run OpenAi's whisper to transcribe (or translate)
Currently, Version #1 of the batch file does the following:
(1) checks of whisper is installed, and if so, starts to run; (2) Asks if you want to process sub-folders, and if an answer is not provided in 10 seconds, defaults to "N"; (3) Applies the following command to each mp3 or wav file in the folder/sub-folders: "whisper "FILENAME" --model large-v2 --output_format vtt" (4) Creates a log file in the active directory, but only if there were any errors; (5) ends.
To use, simply place it in your system's "PATH." Search online how to do this if need be - i.e. to alter your environment variables.
Once in the system PATH you simply open a Command Prompt (CMD) and type the batch file name (without the extension if desired).
...