You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command will install FFmpeg and its associated binaries, including ffprobe.
After the installation is complete, you can verify if ffprobe is accessible by running the following command in the terminal: ffprobe --version
If ffprobe is properly installed and accessible, it should display the version information.
Once you've successfully installed FFmpeg and verified that ffprobe is working, you should be able to run the long_audio.py script without encountering the ffprobe FileNotFoundError.
Note: If you already have Homebrew installed, make sure to update it by running brew update before installing FFmpeg.
I can run the other examples. But running the script
long_audio.py
as in:runfile('/Users/Dev/GitHub/Python-Speech-Recognition-/long_audio.py', wdir='/Users/Dev/GitHub/Python-Speech-Recognition-')
generates the following error (I am not showing a lot of lines):
FileNotFoundError: [Errno 2] No such file or directory: 'ffprobe'
I am running Python on Mac OS 12.1 in Spyder.
Would appreciate your help.
The text was updated successfully, but these errors were encountered: