SaveTheVid is a simple and lightweight graphical user interface for the popular youtube-dl, written in C#.
It allows you to download video/audio from supported sites in desired quality and file format.
- The URLs are added to a queue and the downloads start automatically.
- Each URL can be added to queue with different settings (quality and file format), as well as a different output directory.
- Allows updating youtube-dl with a click of a button.
In order to be able to set custom quality and file format you have to intall FFmpeg. You can download the latest build of FFmpeg from here. Just copy ffmpeg.exe
and ffprobe.exe
into "Resources/bin"
folder in the directory you installed SaveTheVid. Something similar to: C:\Program Files\elgaspar\SaveTheVid\Resources\bin
You can still use SaveTheVid without FFmpeg but in this case you can only download videos with default quality and format.
This software is licensed under the MIT License.