ffprobe or avprobe not found. Please install one

前端 未结 11 1122
盖世英雄少女心
盖世英雄少女心 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:30

    Compiling the last answers into one:

    If you're on Windows, use chocolatey:

    choco install ffmpeg
    

    If you are on Mac, use Brew:

    brew install ffmpeg
    

    If you are on a Debian Linux distribution, use apt:

    sudo apt-get install ffmpeg
    

    And make sure Youtube-dl is updated:

    youtube-dl -U
    

提交回复
热议问题