Update version and README

This commit is contained in:
Martchus 2016-09-10 17:16:45 +02:00
parent 45ad449a92
commit 9a95707762
2 changed files with 5 additions and 2 deletions

View File

@ -10,7 +10,7 @@ set(META_APP_URL "https://github.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}")
set(META_APP_DESCRIPTION "Simple video downloader with Qt GUI (currently only YouTube and Vimeo are maintained)")
set(META_VERSION_MAJOR 1)
set(META_VERSION_MINOR 3)
set(META_VERSION_PATCH 1)
set(META_VERSION_PATCH 2)
# add project files
set(HEADER_FILES

View File

@ -6,8 +6,10 @@ Currently YouTube and Vimeo are the only maintained platforms.
This is just a downloader. It does not convert or mux anything. You might use
ffmpeg or mkvmerge to convert/remux downloaded videos.
## Supported YouTube quality levels
It seems that not all YouTube videos work anymore. Since this is mainly a
learning/test project for me I currently have no intention to fix it.
## Supported YouTube quality levels
The downloader 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.
@ -16,6 +18,7 @@ by YouTube which currently need to be downloaded separately and then muxed toget
* Fix (or remove) platforms that are not working.
* Mux video-only and audio-only streams.
* Command line interface
* Fix issues with some YouTube videos
## Build instructions
The video downloader depends on c++utilities and qtutilities and is built in the same way as these libaries.