ffprobe or avprobe not found. Please install one

前端 未结 11 1125
盖世英雄少女心
盖世英雄少女心 2020-12-07 15:09

i want to add tags to mp3 converted by youtube-dl & ffmpeg :

youtube-dl -o \'/Output/qpgTC9MDx1o.mp3\' qpgTC9MDx1o -f bestaudio --extract-audio

11条回答
  •  旧巷少年郎
    2020-12-07 15:25

    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:

    sudo apt-get install ffmpeg

    and macOS use the command:

    brew install ffmpeg

提交回复
热议问题