From a7ecfa08c83fb84cf1adbd2352249119c55f0691 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 24 Aug 2021 19:07:21 +0200 Subject: Change subtitle size and y offset --- src/VideoPlayer.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/VideoPlayer.cpp') 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() -- cgit v1.2.3