1
0
Fork 0
A video player based on Qt, QML and libmpv with themes for many online video players.
Find a file
2023-12-05 15:16:37 +00:00
.vscode moved from github 2023-12-05 15:13:13 +00:00
screenshots moved from github 2023-12-05 15:13:13 +00:00
scripts moved from github 2023-12-05 15:13:13 +00:00
src moved from github 2023-12-05 15:13:13 +00:00
.clang-format moved from github 2023-12-05 15:13:13 +00:00
.gitignore moved from github 2023-12-05 15:13:13 +00:00
.travis.yml moved from github 2023-12-05 15:13:13 +00:00
CMakeLists.txt moved from github 2023-12-05 15:13:13 +00:00
DOCS.md moved from github 2023-12-05 15:13:13 +00:00
format-code.sh moved from github 2023-12-05 15:13:13 +00:00
LICENSE.txt moved from github 2023-12-05 15:13:13 +00:00
README.md note about lack of development 2023-12-05 15:16:37 +00:00
version moved from github 2023-12-05 15:13:13 +00:00
VideoPlayer.desktop moved from github 2023-12-05 15:13:13 +00:00
VideoPlayer.png moved from github 2023-12-05 15:13:13 +00:00
VideoPlayer.svg moved from github 2023-12-05 15:13:13 +00:00

VideoPlayer

made with c++

libmpv 2.29+

qt 5.12

A video player based on Qt, QML and libmpv with themes for many online video players..

This player hasn't been maintained in several years.

Themes

Screenshots for youtube, niconico and roosterteeth/videojs themes are in screenshots folder

How to install

From source

Dependencies

Arch Linux
pacman -S git cmake qt5-svg qt5-declarative qt5-quickcontrols qt5-quickcontrols2 qt5-graphicaleffects mpv
Debian
sudo apt install build-essential cmake qtquickcontrols2-5-dev qtbase5-dev qtdeclarative5-dev libqt5x11extras5-dev libmpv-dev qml-module-qtquick-controls qml-module-qtquick-controls2 qml-module-qtquick-extras qml-module-qtquick-layouts qml-module-qtquick-dialogs qml-module-qtquick-privatewidgets qml-module-qtquick-localstorage qml-module-qt-labs-settings qml-module-qt-labs-platform qtbase5-private-dev libqt5svg5
  • Note that I don't know if this is the full list yet, pop a issue up if building fails.

Instructions

  • Clone repo
  • mkdir build && cd build
  • cmake .. -DCMAKE_INSTALL_PREFIX=/usr
  • make
  • sudo make install
  • The finished player will then be installed and you can launch it using VideoPlayer

Configuration

  • For docs on VideoPlayer please view DOCS.md or man VideoPlayer