javedali99 / audio-to-text-transcription

This repository contains a Python script that allows users to download the audio from a YouTube video, transcribe it into text, detect the language and save the transcription in txt file automatically.
https://www.javedali.net/post/2023-04-audio-to-text/
MIT License
117 stars 18 forks source link

Using program gives error: "FileNotFoundError: [Errno 2] No such file or directory: 'ffmpeg'" #4

Open jeff-soriano opened 9 months ago

jeff-soriano commented 9 months ago
Screen Shot 2024-01-10 at 8 14 30 PM

I have verified that I have the prerequisite packages installed. I also installed ffmpeg using pip. I am using python version 3.9.10

ETLopes commented 9 months ago

To fix that you need to install ffmpeg using brew or apt

Ruinan-Ding commented 7 months ago

you must add ffmpeg to your environmental variables

Ruinan-Ding commented 7 months ago

you must add ffmpeg to your environmental variables

https://phoenixnap.com/kb/ffmpeg-mac