summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Izen <leo.izen@gmail.com>2017-12-05 17:34:25 -0500
committerKevin Mitchell <kevmitch@gmail.com>2017-12-06 00:11:37 -0800
commita2e34b6f4166ca6dbaeedcc9ad7ac9b518644388 (patch)
treec0abf49adcc803b0d7845ed4d01ed3bee1746cf5
parentf23c21ef17fd3f456f406f24ec4f6c2abfd1d0d2 (diff)
downloadmpv-a2e34b6f4166ca6dbaeedcc9ad7ac9b518644388.tar.bz2
mpv-a2e34b6f4166ca6dbaeedcc9ad7ac9b518644388.tar.xz
manpage: minor fixes to documenation
-rw-r--r--DOCS/man/options.rst14
1 files changed, 11 insertions, 3 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index fac4fa01b1..63943f5f26 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -322,8 +322,9 @@ Playback Control
the ``a`` timestamp. Seeking past the ``b`` point doesn't loop (this is
intentional).
- If both options are set to ``no``, looping is disabled. Otherwise, the
- start/end of the file is used if one of the options is set to ``no``.
+ If both options are set to ``no`` or unset, looping is disabled.
+ Otherwise, the start/end of playback is used if one of the options
+ is set to ``no`` or unset.
The loop-points can be adjusted at runtime with the corresponding
properties. See also ``ab-loop`` command.
@@ -451,7 +452,7 @@ Program Behavior
``--idle=<no|yes|once>``
Makes mpv wait idly instead of quitting when there is no file to play.
Mostly useful in input mode, where mpv can be controlled through input
- commands.
+ commands. (Default: ``no``)
``once`` will only idle at start and let the player close once the
first playlist has finished playing back.
@@ -526,6 +527,7 @@ Program Behavior
``--ignore-path-in-watch-later-config``
Ignore path (i.e. use filename only) when using watch later feature.
+ (Default: disabled)
``--show-profile=<profile>``
Show the description and content of a profile.
@@ -4059,6 +4061,12 @@ The following video options are currently all specific to ``--vo=gpu`` and
``--tscale`` are separable convolution filters (use ``--tscale=help`` to
get a list). The default is ``mitchell``.
+ Common ``--tscale`` choices include ``oversample``, ``linear``,
+ ``catmull_rom``, ``mitchell``, ``gaussian``, or ``bicubic``. These are
+ listed in increasing order of smoothness/blurriness, with ``bicubic``
+ being the smoothest/blurriest and ``oversample`` being the sharpest/least
+ smooth.
+
``--scale-param1=<value>``, ``--scale-param2=<value>``, ``--cscale-param1=<value>``, ``--cscale-param2=<value>``, ``--dscale-param1=<value>``, ``--dscale-param2=<value>``, ``--tscale-param1=<value>``, ``--tscale-param2=<value>``
Set filter parameters. Ignored if the filter is not tunable. Currently,
this affects the following filter parameters: