summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-01-04 16:04:08 +0100
committerwm4 <wm4@nowhere>2013-01-04 16:04:08 +0100
commite65778ca6caa3b539877e43471481aa8c2387ebe (patch)
tree956c4f39965090a33d0f29d35dc1678e30674c65
parentf394a25e7be6c6d7560b639ea253d747a376c6f6 (diff)
downloadmpv-e65778ca6caa3b539877e43471481aa8c2387ebe.tar.bz2
mpv-e65778ca6caa3b539877e43471481aa8c2387ebe.tar.xz
manpage: sort --osd-* options
They were more or less grouped by usefulness, but since everything else in the manpage is sorted alphabetically, it's better to be consistent and sort these options as well.
-rw-r--r--DOCS/man/en/options.rst72
1 files changed, 36 insertions, 36 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index 109633085a..0bf7ae60d4 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -1231,8 +1231,20 @@
search for video segments from other files, and will also ignore any
chapter order specified for the main file.
---osd-duration=<time>
- Set the duration of the OSD messages in ms (default: 1000).
+--osd-back-color=<#RRGGBB>
+ See ``--osd-color``. Color used for OSD text background.
+
+--osd-border-color=<#RRGGBB>
+ See ``--osd-color``. Color used for the OSD font border.
+
+ *Note*: ignored when ``--osd-back-color`` is specified (or more
+ exactly: when that option is not set to completely transparent).
+
+--osd-border-size=<size>
+ Size of the OSD font border in scaled pixels (see ``--osd-font-size`` for
+ details). A value of 0 disables borders.
+
+ Default: 2.5.
--osd-color=<#RRGGBB|#AARRGGBB>
Specify the color used for OSD. This is also used for unstyled text
@@ -1253,17 +1265,19 @@
- ``--osd-color='#FF0000'`` set OSD to opaque red
- ``--osd-color='#C0808080'`` set OSD to 50% gray with 75% alpha
---osd-back-color=<#RRGGBB>
- See ``--osd-color``. Color used for OSD text background.
+--osd-duration=<time>
+ Set the duration of the OSD messages in ms (default: 1000).
---osd-border-color=<#RRGGBB>
- See ``--osd-color``. Color used for the OSD font border.
+--osd-font=<pattern>
+ Specify font to use for OSD and for subtitles that do not themselves
+ specify a particular font. The default is ``Sans``.
- *Note*: ignored when ``--osd-back-color`` is specified (or more
- exactly: when that option is not set to completely transparent).
+ Typically ignored for ASS-subtitles.
---osd-shadow-color=<#RRGGBB>
- See ``--osd-color``. Color used for OSD text shadow.
+ *EXAMPLE*:
+
+ - ``--osd-font='Bitstream Vera Sans'``
+ - ``--osd-font='Bitstream Vera Sans:style=Bold'`` (fontconfig pattern)
--osd-font-size=<size>
Specify the OSD font size. The unit is the size in scaled pixels at a
@@ -1273,11 +1287,16 @@
Default: 45.
---osd-border-size=<size>
- Size of the OSD font border in scaled pixels (see ``--osd-font-size`` for
- details). A value of 0 disables borders.
+--osd-fractions
+ Show OSD times with fractions of seconds.
- Default: 2.5.
+--osd-level=<0-3>
+ Specifies which mode the OSD should start in.
+
+ :0: subtitles only
+ :1: volume + seek (default)
+ :2: volume + seek + timer + percentage
+ :3: volume + seek + timer + percentage + total time
--osd-margin-x=<size>
Left and right screen margin for the OSD in scaled pixels (see
@@ -1298,6 +1317,9 @@
Default: 10.
+--osd-shadow-color=<#RRGGBB>
+ See ``--osd-color``. Color used for OSD text shadow.
+
--osd-shadow-offset=<size>
Displacement of the OSD text shadow in scaled pixels (see
``--osd-font-size`` for details). A value of 0 disables shadows.
@@ -1311,28 +1333,6 @@
Default: 0.
---osd-font=<pattern>
- Specify font to use for OSD and for subtitles that do not themselves
- specify a particular font. The default is ``Sans``.
-
- Typically ignored for ASS-subtitles.
-
- *EXAMPLE*:
-
- - ``--osd-font='Bitstream Vera Sans'``
- - ``--osd-font='Bitstream Vera Sans:style=Bold'`` (fontconfig pattern)
-
---osd-fractions
- Show OSD times with fractions of seconds.
-
---osd-level=<0-3>
- Specifies which mode the OSD should start in.
-
- :0: subtitles only
- :1: volume + seek (default)
- :2: volume + seek + timer + percentage
- :3: volume + seek + timer + percentage + total time
-
--overlapsub
Allows the next subtitle to be displayed while the current one is still
visible (default is to enable the support only for specific formats). This