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 having the correct audio codes installed.
When I try to extract audio it tells me the following:
WARNING: unable to obtain file audio codes with ffprobe
The youtube-dl manual says:
-x -extract-audio convert video files to audio-only files (requires ffmpeg or avconv and ffprobe or avprobe)
How do I install ffprobe or ffmpeg? Do I install this on Windows, or do I install this as a Python extension?
My OS is Windows 7.