diff --git a/stories/How to create high-quality offline video transcriptions and subtitles using Whisper and Python.md b/stories/How to create high-quality offline video transcriptions and subtitles using Whisper and Python.md index 579d666..77ec959 100644 --- a/stories/How to create high-quality offline video transcriptions and subtitles using Whisper and Python.md +++ b/stories/How to create high-quality offline video transcriptions and subtitles using Whisper and Python.md @@ -41,7 +41,7 @@ Later in this article, you’ll see what I ultimately created with it, along wit ## FFmpeg is needed To use the Whisper API with Python, you’ll need to install [FFmpeg](https://www.ffmpeg.org/) on your laptop. [This WikiHow guide](https://www.wikihow.com/Install-FFmpeg-on-Windows) provides clear, step-by-step instructions for setup. I followed it on a laptop running Windows 10 Pro, and here’s what the setup looked like once completed. - +