summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorAvi Halachmi (:avih) <avihpit@yahoo.com>2015-05-01 21:59:18 +0300
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-05-19 11:12:01 +0900
commitb9f073d5cbb3862f1a5b1b1d5aad581d59d37415 (patch)
tree90d82ad32528dc8959d40543acfdd9f81d279842 /DOCS
parentd5b6419eecb813d8ee957fffe0891d90b7bbd1d1 (diff)
downloadmpv-b9f073d5cbb3862f1a5b1b1d5aad581d59d37415.tar.bz2
mpv-b9f073d5cbb3862f1a5b1b1d5aad581d59d37415.tar.xz
manpage: improve osc help
Signed-off-by: wm4 <wm4@nowhere> (cherry picked from commit bc503a0e88f3daec886e4b936a00d6890a19240b)
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/osc.rst21
1 files changed, 11 insertions, 10 deletions
diff --git a/DOCS/man/osc.rst b/DOCS/man/osc.rst
index 2bfbb40d27..49789647e5 100644
--- a/DOCS/man/osc.rst
+++ b/DOCS/man/osc.rst
@@ -169,34 +169,35 @@ Configurable Options
``showwindowed``
| Default: yes
- | Show OSC when windowed?
+ | Enable the OSC when windowed
``showfullscreen``
| Default: yes
- | Show OSC when fullscreen?
+ | Enable the OSC when fullscreen
``scalewindowed``
- | Default: 1
- | Scaling of the controller when windowed
+ | Default: 1.0
+ | Scale factor of the OSC when windowed
``scalefullscreen``
- | Default: 1
- | Scaling of the controller when fullscreen
+ | Default: 1.0
+ | Scale factor of the OSC when fullscreen
``scaleforcedwindow``
- | Default: 2
- | Scaling of the controller when rendered on a forced (dummy) window
+ | Default: 2.0
+ | Scale factor of the OSC when rendered on a forced (dummy) window
``vidscale``
| Default: yes
- | Scale the controller with the video?
+ | Scale the OSC with the video
+ | ``no`` tries to keep the OSC size constant as much as the window size allows
``valign``
| Default: 0.8
| Vertical alignment, -1 (top) to 1 (bottom)
``halign``
- | Default: 0
+ | Default: 0.0
| Horizontal alignment, -1 (left) to 1 (right)
``boxalpha``