From a2e34b6f4166ca6dbaeedcc9ad7ac9b518644388 Mon Sep 17 00:00:00 2001 From: Leo Izen Date: Tue, 5 Dec 2017 17:34:25 -0500 Subject: manpage: minor fixes to documenation --- DOCS/man/options.rst | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'DOCS/man/options.rst') 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=`` 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=`` 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=``, ``--scale-param2=``, ``--cscale-param1=``, ``--cscale-param2=``, ``--dscale-param1=``, ``--dscale-param2=``, ``--tscale-param1=``, ``--tscale-param2=`` Set filter parameters. Ignored if the filter is not tunable. Currently, this affects the following filter parameters: -- cgit v1.2.3