Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
batchwhisper.bat | 2023-03-21 | 2.1 kB | |
README.md | 2023-03-21 | 420 Bytes | |
Version 1 of the batch file..tar.gz | 2023-03-21 | 14.4 kB | |
Version 1 of the batch file..zip | 2023-03-21 | 15.2 kB | |
Totals: 4 Items | 32.1 kB | 0 |
(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.