summaryrefslogtreecommitdiffstats
path: root/DOCS/man/stats.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/stats.rst')
-rw-r--r--DOCS/man/stats.rst17
1 files changed, 16 insertions, 1 deletions
diff --git a/DOCS/man/stats.rst b/DOCS/man/stats.rst
index 8bc0a3c651..0e42f44496 100644
--- a/DOCS/man/stats.rst
+++ b/DOCS/man/stats.rst
@@ -25,6 +25,7 @@ stats:
2 Show frame timings (scroll)
3 Input cache stats
4 Active key bindings (scroll)
+5 Selected Tracks Info (scroll)
0 Internal stuff (scroll)
==== ==================
@@ -56,6 +57,8 @@ Configurable Options
Default: 3
``key_page_4``
Default: 4
+``key_page_5``
+ Default: 5
``key_page_0``
Default: 0
@@ -90,6 +93,16 @@ Configurable Options
respective duration. This can result in overlapping text when multiple
scripts decide to print text at the same time.
+``file_tag_max_length``
+ Default: 128
+
+ Only show file tags shorter than this length, in bytes.
+
+``file_tag_max_count``
+ Default: 16
+
+ Only show the first specified amount of file tags.
+
``term_width_limit``
Default: -1
@@ -199,10 +212,12 @@ Configurable Options
Color used for drawing graphs.
``vidscale``
- Default: yes
+ Default: auto
Scale the text and graphs with the video.
``no`` tries to keep the sizes constant.
+ ``auto`` scales the text and graphs with the OSD, which is scaled with the
+ window or kept at a constant size, depending on the ``--osd-scale-by-window`` option.
Note: colors are given as hexadecimal values and use ASS tag order: BBGGRR
(blue green red).