How to extract audio with youtube-dl on Windows

后端 未结 3 1747
灰色年华
灰色年华 2021-01-12 21:52

I want to extract audio from a video downloaded with youtube-dl on Windows. I got youtube-dl working, but am unable to extract the audio. This problem is caused due to not h

3条回答
  •  情话喂你
    2021-01-12 22:40

    My rep doesn't allow me to add a comment so I will put in here.

    As per Sep 18, 2020 http://ffmpeg.zeranoe.com/builds/ is closed, but still accessible via Web Archive. The complete downloads are still available from here:

    http://web.archive.org/web/20200918193047/https://ffmpeg.zeranoe.com/builds/

    I have made the following files/versions available for Windows users from my Google Drive but please don't take these as granted, and scan for malware or viruses as always:

    ffmpeg-4.2.2-win32-static.zip
    ffmpeg-4.2.2-win64-static.zip
    ffmpeg-4.2.3-win32-static.zip
    ffmpeg-4.2.3-win64-static.zip
    ffmpeg-4.3-win32-static.zip
    ffmpeg-4.3-win64-static.zip
    ffmpeg-4.3.1-win32-static.zip
    ffmpeg-4.3.1-win64-static.zip
        
    

    https://drive.google.com/drive/folders/1oj3VndOC-bGhfpNcHW3otIR--V2wxdG-?usp=sharing

    Once downloaded, I extracted the latest build (4.3.1) on Windows 10 and copied all the .exe (ffmpeg, ffplay, ffprobe) to the same directory as youtube-dl, and then run:

    youtube-dl -x --audio-format mp3 https://www.youtube.com/watch?v=...
    

提交回复
热议问题