- Uses the powerful WhisperS2T and Ctranslate2 libraries to batch transcribe multiple files
- 🐍Python 3.11 or Python 3.12
- 📁Git
- 📁Git Large File Storage
- 🪟 Windows (linux not yet supported)
Download the latest release and extract the files your computer. Navigate to the respository folder, create a command prompt, and run the following commands:
python -m venv .
.\Scripts\activate
Run this again to activate the environment each time you restart the program.
Run the installation script:
python setup.py
python whispers2t_batch_gui.py
The program will process any and all of the following file types:
.aac
,.amr
,.asf
,.avi
,.flac
,.m4a
,.mkv
,.mp3
,.mp4
,.wav
,.webm
,.wma
.
All transcriptions are output in the same folder of the file that was transcribed. If you'd like to change this behavior put an issue on Github requesting it.