summaryrefslogtreecommitdiffstats
path: root/DOCS/man/mpv.rst
diff options
context:
space:
mode:
authornanahi <130121847+na-na-hi@users.noreply.github.com>2024-04-03 20:27:19 -0400
committersfan5 <sfan5@live.de>2024-04-07 15:38:57 +0200
commitb1ee92ad4aec81dd31408d0c1223f0e9ea3cb738 (patch)
tree116e6591be7e0cf799bf4b5c7d988b8da8300953 /DOCS/man/mpv.rst
parent3c1e98335127b28a7dc1b194e832b0e422f5ec9a (diff)
downloadmpv-b1ee92ad4aec81dd31408d0c1223f0e9ea3cb738.tar.bz2
mpv-b1ee92ad4aec81dd31408d0c1223f0e9ea3cb738.tar.xz
DOCS/man: unify flag option descriptions
In many places, flags options have duplicate descriptions like --break-player and --no-break-player. This is redundant since the equivalence of this syntax to --break-player=<yes|no> is already documented, and the =<yes|no> syntax is more in line with the syntax of other option types. This replaces all usage of --no-foobar with --foobar=no, and use --foobar=<yes|no> when possible.
Diffstat (limited to 'DOCS/man/mpv.rst')
-rw-r--r--DOCS/man/mpv.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index d1711fcb22..e63092c7cb 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -991,7 +991,7 @@ There are three choices for using mpv from other programs or scripts:
addition, terminal behavior itself may change any time. Compatibility
cannot be guaranteed.
- Your code should work even if you pass ``--no-terminal``. Do not attempt
+ Your code should work even if you pass ``--terminal=no``. Do not attempt
to simulate user input by sending terminal control codes to mpv's stdin.
If you need interactive control, using ``--input-ipc-server`` is
recommended. This gives you access to the `JSON IPC`_ over unix domain
@@ -1115,7 +1115,7 @@ this with ``--untimed``, but it will likely break, unless the stream has no
audio, and the input feeds data to the player at a constant rate.
Another common problem is with MJPEG streams. These do not signal the correct
-framerate. Using ``--untimed`` or ``--no-correct-pts --container-fps-override=60``
+framerate. Using ``--untimed`` or ``--correct-pts=no --container-fps-override=60``
might help.
For livestreams, data can build up due to pausing the stream, due to slightly