i want to add tags to mp3 converted by youtube-dl & ffmpeg :
youtube-dl -o \'/Output/qpgTC9MDx1o.mp3\' qpgTC9MDx1o -f bestaudio --extract-audio
Make sure you have the last version for youtube-dl
sudo youtube-dl -U
after that you can solve this problem by installing the missing ffmpeg on ubuntu and debian:
ffmpeg
sudo apt-get install ffmpeg
and macOS use the command:
brew install ffmpeg