diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-08-24 19:12:48 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-08-24 19:12:48 +0200 |
commit | 4b788a8f21f46c7e7d9d5186e37f887ad05277c4 (patch) | |
tree | efb90bfc49196dc4fff2268f0c1d96e337f6fafc /src | |
parent | a7ecfa08c83fb84cf1adbd2352249119c55f0691 (diff) |
Change subtitle border
Diffstat (limited to 'src')
-rw-r--r-- | src/VideoPlayer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/VideoPlayer.cpp b/src/VideoPlayer.cpp index ac17950..8ed6170 100644 --- a/src/VideoPlayer.cpp +++ b/src/VideoPlayer.cpp @@ -155,6 +155,8 @@ namespace QuickMedia { "--cache-secs=86400", // 24 hours "--sub-font-size=35", "--sub-margin-y=45", + "--sub-border-size=1.6", + "--sub-border-color=0.01", cache_dir.c_str(), input_conf.c_str(), wid_arg.c_str() |