Search code examples
windowscmddownloadyoutubeyoutube-dl

Download video+audio in a single file from YouTube


I tryed to download a video+audio from YouTube by using youtube-dl:

youtube-dl https://www.youtube.com/watch?v=7wfUUZvybPY

I got a video file (.webm) without audio. I'm looking for a way to download video+audio in a single file by using the command line (cmd) in Windows 10. Do you have any suggestion?


Solution

  • youtube-dl.exe --format mp4 https://www.youtube.com/watch?v=7wfUUZvybPY
    

    However, youtube-dl relies on ffmpeg for many format conversions. Install ffmpeg for Windows and look at youtube-dl docs here