aboutsummaryrefslogtreecommitdiff
path: root/src/VideoPlayer.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-09-02 23:07:50 +0200
committerdec05eba <dec05eba@protonmail.com>2021-09-02 23:07:50 +0200
commit8c4e3217bf3e3c675f181c34f79448ba036dfcaf (patch)
tree687b422783497952452679088f0c3814ffafc300 /src/VideoPlayer.cpp
parenta12c897435e615618b14f5cbdd50c7d01dd291fa (diff)
Youtube: skip non-default audio tracks, remove subtitle shadow
Diffstat (limited to 'src/VideoPlayer.cpp')
-rw-r--r--src/VideoPlayer.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/VideoPlayer.cpp b/src/VideoPlayer.cpp
index ac18151..04bc27f 100644
--- a/src/VideoPlayer.cpp
+++ b/src/VideoPlayer.cpp
@@ -146,7 +146,6 @@ namespace QuickMedia {
"--no-resume-playback",
// TODO: Disable hr seek on low power devices?
"--hr-seek=yes",
- //"--cache=no",
"--force-seekable=yes",
"--image-display-duration=5",
"--cache-pause=yes",
@@ -154,12 +153,8 @@ namespace QuickMedia {
"--cache-on-disk=yes",
"--cache-secs=86400", // 24 hours
"--sub-font-size=40",
- //"--sub-font=DejaVuSans-Bold",
- //"--sub-bold=yes",
"--sub-margin-y=45",
"--sub-border-size=1.95",
- "--sub-shadow-offset=1.25",
- "--sub-shadow-color=0.2/0.9",
cache_dir.c_str(),
input_conf.c_str(),
wid_arg.c_str()