updated readme

This commit is contained in:
Martchus 2015-09-08 17:06:29 +02:00
parent 14ed11470f
commit 231c705d0d
1 changed files with 5 additions and 5 deletions

View File

@ -1,16 +1,16 @@
# Video Downloader
A video downloader with Qt GUI.
A video downloader with Qt 5 GUI.
Currently YouTube is the only maintained platform so this is basically a YouTube downloader.
Is also allows to download any quality, including the HD qualities. However
It allows to download any quality, including the HD qualities. However
1080p streams (and above) are only provided as video-only or audio-only stream
by YouTube which currently need to be downloaded separately and then muxed together.
This is just a downloader. It does not convert or mux anything. You might use
ffmpeg to convert/remux downloaded videos.
ffmpeg or mkvmerge to convert/remux downloaded videos.
TODO:
* Remove platforms that are not working.
## TODO
* Fix (or remove) platforms that are not working.
* Mux video-only and audio-only streams.
* Command line interface