#FFmpeg binary is not available for your system
5 messages · Page 1 of 1 (latest)
Please continue adding more information into this thread.
You should include the following information:
Eg. 4.0.0
Eg. Windows 22H2
Please include Spotify links.
Only send these if they are relevant.
To send pasted error messages use three backticks (```)
Here's info on how to use code blocks.
@strange rock
spotDL requires FFmpeg v4.2 or above
If you don't want to add FFmpeg to your PATH, you can specify the path to the FFmpeg binary:
Add the --ffmpeg flag to your command. e.g.
spotdl download --ffmpeg /path/to/ffmpeg.exe [trackUrl]
If using FFmpeg only for spotDL, you can install FFmpeg to your local directory.
spotdl --download-ffmpeg will download FFmpeg to your spotDL installation directory.
We recommend the above option, but if you want to install FFmpeg system-wide
Windows: Download Binaries then follow tutorial
OSX: brew install ffmpeg
Linux:sudo apt install ffmpeg -y or use your distro's package manager