diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-08-24 19:07:21 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-08-24 19:07:21 +0200 |
commit | a7ecfa08c83fb84cf1adbd2352249119c55f0691 (patch) | |
tree | 1ae476e61ef189448d481d6cad1cc92112a27780 /src | |
parent | 62f918559616138de1cc0ab8f5759f5d714e9287 (diff) |
Change subtitle size and y offset
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 4b3ec92..ac17950 100644 --- a/src/VideoPlayer.cpp +++ b/src/VideoPlayer.cpp @@ -153,6 +153,8 @@ namespace QuickMedia { "--cache=yes", "--cache-on-disk=yes", "--cache-secs=86400", // 24 hours + "--sub-font-size=35", + "--sub-margin-y=45", cache_dir.c_str(), input_conf.c_str(), wid_arg.c_str() |