This tool is designed to automate the process of transcribing audio from video files. It extracts audio from .mp4
videos, transcribes them using OpenAI's Whisper API, and saves the transcriptions as .txt
files.
- Python 3.6 or higher.
- FFmpeg
- OpenAI API key
- Place your
.mp4
video files in thevideos
directory.
- Run the script using the command:
OPENAI_API_KEY=[YOUR KEY HERE] python transcriber.py