--- tags: howto, public title: Download blob video on Windows description: Install FFmpeg and youtube-dl, then `./youtube-dl -f mp4 -o "file.mp4" https://` ga: UA-29166711-3 --- # Download blob video on Windows 1. [Install FFmpeg](https://www.geeksforgeeks.org/how-to-install-ffmpeg-on-windows/) 2. [Install youtube-dl](https://github.com/ytdl-org/youtube-dl) 3. [download blob url video](https://stackoverflow.com/questions/42901942/how-do-we-download-a-blob-url-video) - `youtube-dl -f mp4 -o "file.mp4" https://`