From 23e3b0ad980c1d94973453cb9b48a2d3a3f48e0d Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Wed, 21 Jul 2021 10:10:29 +0200 Subject: manpage: minor fixes - The video filter to turn the video upside-down is vflip. There is no filter called "flip" so using it just causes an error. - Reword a sentence. - Add exact and all to the values accepted by cover-art-auto. They were implemented in 029ff1049b but not added to the accepted arguments. --- DOCS/man/input.rst | 6 +++--- DOCS/man/options.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index ca7d2d2f57..eaca8bae99 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -912,7 +912,7 @@ Input Commands that are Possibly Subject to Change .. admonition:: Example for input.conf - - ``a vf set flip`` turn video upside-down on the ``a`` key + - ``a vf set vflip`` turn the video upside-down on the ``a`` key - ``b vf set ""`` remove all video filters on ``b`` - ``c vf toggle gradfun`` toggle debanding on ``c`` @@ -3420,8 +3420,8 @@ caveats with some properties (due to historical reasons): the initial filter chain cannot be created. This behavior changed in mpv 0.31.0. Before this, the new value was rejected - *iff* video (for ``vf``) or audio (for ``af``) was active. If playback was - not active, the behavior was the same as the current behavior. + *iff* a video (for ``vf``) or an audio (for ``af``) track was active. If + playback was not active, the behavior was the same as the current one. ``playlist`` The property is read-only and returns the current internal playlist. The diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 876d5248b1..c1b0ba03af 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -6737,7 +6737,7 @@ Miscellaneous CLI/config file only alias for ``--cover-art-files-append``. Each use of this option will add a new external file. -``--cover-art-auto=`` +``--cover-art-auto=`` Whether to load _external_ cover art automatically. Similar to ``--sub-auto`` and ``--audio-file-auto``. If a video already has tracks (which are not marked as cover art), external cover art will not be loaded. -- cgit v1.2.3