This project uses OpenAI Whisper to transcribe audio from video files into text.
- Converts video speech to text automatically
- Supports multiple languages
Before running the script, ensure you have the following installed:
brew install python@3.11
brew link --force --overwrite python@3.11Download from: Python Official Website
Verify installation:
python3 --versionbrew install ffmpegchoco install ffmpegsudo apt update && sudo apt install ffmpeg -yVerify installation:
ffmpeg -versiongit clone https://github.com/dianewalls/transcribe-app.git
cd transcribe-apppython3 -m venv venv
source venv/bin/activate # Mac/Linux
venv\Scripts\activate # Windowspip install --upgrade pip setuptools wheel
pip install -r requirements.txtpython transcribe_video.py path/to/video.mp4The transcript will be saved in transcript.txt.
Ensure ffmpeg is installed and available in PATH. Run:
ffmpeg -versionEnsure Python 3.11 is installed and set correctly:
python3 --versionThis project is open-source under the MIT License.
Feel free to submit issues or pull requests!
For any questions, reach out to dianewalls+github@gmail.com or open an issue in the repository.
Happy Transcribing! 🚀