From db6b195f3fc5b6e6989c3203eeccdb33dcc29b24 Mon Sep 17 00:00:00 2001 From: nanahi <130121847+na-na-hi@users.noreply.github.com> Date: Mon, 15 Apr 2024 00:43:17 -0400 Subject: 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. --- DOCS/man/stats.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'DOCS/man') 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). -- cgit v1.2.3