Open systemallica opened 3 years ago
I could not get the script to run on macOS 11 with an MP3 file until I installed ffmpeg.
It can be solved by running brew install ffmpeg, but maybe a warning on the readme would be nice.
brew install ffmpeg
confirmed, I had to install ffmpeg (on windows 10)
I could not get the script to run on macOS 11 with an MP3 file until I installed ffmpeg.
It can be solved by running
brew install ffmpeg
, but maybe a warning on the readme would be nice.