videodownloader/README.md

24 lines
863 B
Markdown
Raw Normal View History

2015-08-26 20:28:09 +02:00
# Video Downloader
2015-09-08 17:06:29 +02:00
A video downloader with Qt 5 GUI.
2015-08-27 22:14:49 +02:00
2015-10-14 22:58:55 +02:00
Currently YouTube and Vimeo are the only maintained platforms.
2015-08-27 22:14:49 +02:00
This is just a downloader. It does not convert or mux anything. You might use
2015-09-08 17:06:29 +02:00
ffmpeg or mkvmerge to convert/remux downloaded videos.
2015-08-27 22:14:49 +02:00
2015-10-14 22:58:55 +02:00
## 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.
2015-09-08 17:06:29 +02:00
## TODO
* Fix (or remove) platforms that are not working.
2015-08-27 22:14:49 +02:00
* Mux video-only and audio-only streams.
* Command line interface
2015-05-19 22:55:32 +02:00
## Build instructions
2015-08-26 20:28:09 +02:00
The video downloader depends on c++utilities and qtutilities and is built in the same way as these libaries.
2015-05-19 22:55:32 +02:00
2015-05-19 22:58:32 +02:00
The following Qt 5 modules are requried: core gui widgets network