A video downloader with Qt GUI (currently only YouTube and Vimeo are maintained)
Go to file
Martchus 387d02ae71 Don't use organization for settings 2017-02-20 19:58:41 +01:00
application Use new argument parser API 2016-06-14 00:54:13 +02:00
cli Fix typo 2016-08-14 22:51:58 +02:00
gui Don't use organization for settings 2017-02-20 19:58:41 +01:00
itemdelegates Improve item delegates 2016-08-27 15:27:13 +02:00
misc First commit 2015-04-22 19:32:04 +02:00
model fixed includes 2015-09-08 17:05:59 +02:00
network Fix using namespace 2017-02-20 19:58:28 +01:00
resources reduce code duplication in build system 2016-04-16 18:38:36 +02:00
.gitignore ignore *.txt.user files 2016-01-25 19:24:31 +01:00
CMakeLists.txt Improve categories of *.desktop file 2016-11-08 19:40:02 +01:00
LICENSE Initial commit 2015-04-22 19:18:28 +02:00
README.md Add note about download 2016-09-14 20:04:44 +02:00

README.md

Video Downloader

A video downloader with Qt 5 GUI.

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.

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.

TODO

  • Fix (or remove) platforms that are not working.
  • Mux video-only and audio-only streams.
  • Command line interface
  • Fix issues with some YouTube videos

Download / binary repository

I currently provide packages for Arch Linux and Windows. Sources for those packages can be found in a separate repository. For binaries checkout my website.

Build instructions

The video downloader depends on c++utilities and qtutilities and is built in the same way as these libaries.

The following Qt 5 modules are requried: core gui widgets network