From 78ff075a5d8981092656fa832dff1a7a16396d9b Mon Sep 17 00:00:00 2001 From: Joery <44531907+Joery-M@users.noreply.github.com> Date: Thu, 28 Jul 2022 15:49:27 +0200 Subject: [PATCH] Create README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..262a2f2 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# YouTube Downloader + +An Electron program to download YouTube videos. + +Options: +- Only video +- Only audio +- Video and audio (Low quality, fast) +- Video and audio (High quality, slow) + +## Why are there 2 options for audio and video? +YouTube doesn't store videos higher than 360p with audio, so this program combines the audio and video (using ffmpeg) to give you the highest quality. But since this takes a while, I added 2 options. + +## Plans for the future +- An option to only get a section of a video. +- A direct resolution option.