summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2023-12-24 19:38:17 +0100
committersfan5 <sfan5@live.de>2023-12-25 09:46:34 +0100
commitdde277665514c2f97e824d08f901a84a3e590915 (patch)
tree7fee8830590e6d27ac285003bf14b6fc5b8fbfe8 /DOCS/man/options.rst
parent68eaaf0da392ba1322d49ba3052545dce3fb8ba9 (diff)
downloadmpv-dde277665514c2f97e824d08f901a84a3e590915.tar.bz2
mpv-dde277665514c2f97e824d08f901a84a3e590915.tar.xz
DOCS/options: fix --image-display-duration's documentation
- --image-display-duration does not hide the OSC. - Saying "Setting --image-display-duration" makes no sense because it is not a boolean and it cannot be unset.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 23c4884607..0d6b4c18dc 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3145,12 +3145,12 @@ Window
This option does not affect the framerate used for ``mf://`` or
``--merge-files``. For that, use ``--mf-fps`` instead.
- Setting ``--image-display-duration`` hides the OSC and does not track
- playback time on the command-line output, and also does not duplicate
- the image frame when encoding. To force the player into "dumb mode"
- and actually count out seconds, or to duplicate the image when
- encoding, you need to use ``--demuxer=lavf --demuxer-lavf-o=loop=1``,
- and use ``--length`` or ``--frames`` to stop after a particular time.
+ When viewing images, the playback time is not tracked on the command line
+ output, and the image frame is not duplicated when encoding. To force the
+ player into "dumb mode" and actually count out seconds, or to duplicate the
+ image when encoding, you need to use ``--demuxer=lavf
+ --demuxer-lavf-o=loop=1``, and use ``--length`` or ``--frames`` to stop
+ after a particular time.
``--force-window=<yes|no|immediate>``
Create a video output window even if there is no video. This can be useful