mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
manpage: add example for --msg-level
I guess the syntax is not necessarily very obvious.
This commit is contained in:
parent
67888a41e7
commit
e5af1d9061
@ -2967,6 +2967,22 @@ Terminal
|
||||
:debug: debug messages
|
||||
:trace: very noisy debug messages
|
||||
|
||||
.. admonition:: Example
|
||||
|
||||
::
|
||||
|
||||
mpv --msg-level=ao/sndio=no
|
||||
|
||||
Completely silences the output of ao_sndio, which uses the log
|
||||
prefix ``[ao/sndio]``.
|
||||
|
||||
::
|
||||
|
||||
mpv --msg-level=all=warn,ao/alsa=error
|
||||
|
||||
Only show warnings or worse, and let the ao_alsa output show errors
|
||||
only.
|
||||
|
||||
``--term-osd, --no-term-osd``, ``--term-osd=force``
|
||||
Display OSD messages on the console when no video output is available.
|
||||
Enabled by default.
|
||||
|
Loading…
Reference in New Issue
Block a user