ffprobe or avprobe not found. Please install one

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

    I know the user asked this for Linux, but I had this issue in Windows (10 64bits) and found little information, so this is how I solved it:

    • Download LIBAV, I used libav-11.3-win64.7z. Just copy "avprobe.exe" and all DLLs from "/win64/usr/bin" to where "youtube-dl.exe" is.

    In case LIBAV does not help, try with FFMPEG, copying the contents of the "bin" folder to where "youtube-dl.exe" is. That did not help me, but others said it did, so it may worth a try.

    Hope this helps someone having the issue in Windows.

提交回复
热议问题