A video downloader with Qt GUI (currently only YouTube and Vimeo are maintained)
Go to file
Martchus e5c755028d removed hard coded fonts 2015-09-22 01:55:43 +02:00
application changed spelling 2015-09-16 17:32:47 +02:00
cli fixed includes 2015-09-08 17:05:59 +02:00
gui removed hard coded fonts 2015-09-22 01:55:43 +02:00
itemdelegates fixed includes 2015-09-08 17:05:59 +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 outsourced routings to locate additional config files 2015-09-16 17:32:33 +02:00
resources added an extension for each format 2015-09-16 17:33:30 +02:00
.gitignore added .directory, docs/ 2015-07-31 01:27:01 +02:00
LICENSE Initial commit 2015-04-22 19:18:28 +02:00
README.md updated readme 2015-09-08 17:06:29 +02:00
general.pri updated project files 2015-08-26 20:27:40 +02:00
videodownloader.doxygen First commit 2015-04-22 19:32:04 +02:00
videodownloader.pro removed not fully implemented platforms 2015-08-29 21:34:47 +02:00
videodownloader.pro.user First commit 2015-04-22 19:32:04 +02:00
windowsicon.pri can't use packageExists here 2015-07-31 01:29:17 +02:00

README.md

Video Downloader

A video downloader with Qt 5 GUI.

Currently YouTube is the only maintained platform so this is basically a YouTube downloader. 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 or mkvmerge to convert/remux downloaded videos.

TODO

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

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