mirror of https://github.com/mpv-player/mpv
manpage: improve --title description
It might be rather surprising that --title also sets the audio stream title (for PulseAudio and wasapi), so it certainly should be mentioned.
This commit is contained in:
parent
929c4a5529
commit
399e746275
|
@ -1429,15 +1429,16 @@ Window
|
|||
------
|
||||
|
||||
``--title=<string>``
|
||||
Set the window title. Properties are expanded on playback start.
|
||||
(See `Property Expansion`_.)
|
||||
Set the window title. This is used for the video window, and if possible,
|
||||
also sets the audio stream title.
|
||||
|
||||
Properties are expanded. (See `Property Expansion`_.)
|
||||
|
||||
.. warning::
|
||||
|
||||
There is a danger of this causing significant CPU usage, depending on
|
||||
the properties used and the window manager. Changing the window title
|
||||
is often a slow operation, and if the title changes every frame,
|
||||
playback can be ruined.
|
||||
the properties used. Changing the window title is often a slow
|
||||
operation, and if the title changes every frame, playback can be ruined.
|
||||
|
||||
``--screen=<default|0-32>``
|
||||
In multi-monitor configurations (i.e. a single desktop that spans across
|
||||
|
|
Loading…
Reference in New Issue