Check the version in Command Prompt, PowerShell, or terminal:
python --version
Install FFmpeg
FFmpeg is an essential tool for processing audio and video files. Faster Whisper uses it to convert and handle audio files in different formats, making it easier to transcribe audio from multiple sources.
Faster Whisper is an optimized implementation of Whisper (OpenAI’s automatic transcription model). It is the tool used to convert audio files to text and is installed as a Python package.