summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authornanahi <130121847+na-na-hi@users.noreply.github.com>2024-04-15 00:43:17 -0400
committerKacper Michajłow <kasper93@gmail.com>2024-04-18 18:44:53 +0200
commitdb6b195f3fc5b6e6989c3203eeccdb33dcc29b24 (patch)
tree7d26625a4d8f5373bd76844d5ff396f3bdbc7084 /DOCS/man
parentd28368893948239481387034db7ac9ee9f25a244 (diff)
downloadmpv-db6b195f3fc5b6e6989c3203eeccdb33dcc29b24.tar.bz2
mpv-db6b195f3fc5b6e6989c3203eeccdb33dcc29b24.tar.xz
stats.lua: add option to disable scale with video size
This adds a new configuration option vidscale, which controls whether stats display is scaled with video, similar to the option for OSC.lua.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/stats.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/man/stats.rst b/DOCS/man/stats.rst
index be8bb50e6b..bc8f04f1a8 100644
--- a/DOCS/man/stats.rst
+++ b/DOCS/man/stats.rst
@@ -198,6 +198,12 @@ Configurable Options
Color used for drawing graphs.
+``vidscale``
+ Default: yes
+
+ Scale the text and graphs with the video.
+ ``no`` tries to keep the sizes constant.
+
Note: colors are given as hexadecimal values and use ASS tag order: BBGGRR
(blue green red).