diff options
author | dec05eba <dec05eba@protonmail.com> | 2019-08-10 07:14:01 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2019-08-10 07:14:06 +0200 |
commit | 575e29e89b05604a120aa8c0cc536bbf9f2c5a25 (patch) | |
tree | b930578a3f97e4e5b1e2c6329127800fa0fbfb64 | |
parent | 4d0a6d8c52a3a3c4d84c204244df95394c96e0c0 (diff) |
Use gpu-hq profile
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | src/VideoPlayer.cpp | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,8 @@ # QuickMedia Native clients of websites with fast access to what you want to see. [Old video demo with manga](https://beta.lbry.tv/quickmedia_manga-2019-08-05_21.20.46/7).\ +Currently supported websites: `youtube`, `manganelo` and _others_.\ +Here is an example with YouTube:\ ![QuickMedia Youtube Picture](QuickMediaYoutube.png) -Currently supported websites: `youtube`, `manganelo` and _others_. ## Controls Press `ESC` to go back to the previous menu.\ Press `Ctrl + T` when hovering over a manga chapter to start tracking manga after that chapter. This only works if AutoMedia is installed and diff --git a/src/VideoPlayer.cpp b/src/VideoPlayer.cpp index 79322b6..16a53e0 100644 --- a/src/VideoPlayer.cpp +++ b/src/VideoPlayer.cpp @@ -69,6 +69,7 @@ namespace QuickMedia { "--cache-secs=120", "--demuxer-max-bytes=40M", "--demuxer-max-back-bytes=20M", "--no-input-terminal", "--no-osc", + "--profile=gpu-hq", /*"--vo=gpu", "--hwdec=auto",*/ "--wid", parent_window_str.c_str(), "--", path, nullptr }; if(exec_program_async(args, &video_process_id) != 0) |