mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
manpage: minor corrections
Pointed out by der_richter on IRC.
This commit is contained in:
@@ -63,13 +63,9 @@ Available filters are:
|
|||||||
(If you just want to set defaults for this filter that will be used
|
(If you just want to set defaults for this filter that will be used
|
||||||
even by automatically inserted lavrresample instances, you should
|
even by automatically inserted lavrresample instances, you should
|
||||||
prefer setting them with ``--af-defaults=lavrresample:...``.)
|
prefer setting them with ``--af-defaults=lavrresample:...``.)
|
||||||
``normalize=<yes|no>``
|
``normalize=<yes|no|auto>``
|
||||||
Whether to normalize when remixing channel layouts (default: yes). This
|
Whether to normalize when remixing channel layouts (default: auto).
|
||||||
is e.g. applied when downmixing surround audio to stereo. The advantage
|
``auto`` uses the value set by ``--audio-normalize-downmix``.
|
||||||
is that this guarantees that no clipping can happen. Unfortunately,
|
|
||||||
this can also lead to too low volume levels. Whether you enable or
|
|
||||||
disable this is essentially a matter of taste, but the default uses
|
|
||||||
the safer choice.
|
|
||||||
``o=<string>``
|
``o=<string>``
|
||||||
Set AVOptions on the SwrContext or AVAudioResampleContext. These should
|
Set AVOptions on the SwrContext or AVAudioResampleContext. These should
|
||||||
be documented by FFmpeg or Libav.
|
be documented by FFmpeg or Libav.
|
||||||
|
|||||||
@@ -539,7 +539,7 @@ Video
|
|||||||
filters all frames, but doesn't render them on the VO. It tries to query
|
filters all frames, but doesn't render them on the VO. It tries to query
|
||||||
the display FPS (X11 only, not correct on multi-monitor systems), or
|
the display FPS (X11 only, not correct on multi-monitor systems), or
|
||||||
assumes infinite display FPS if that fails. Drops are indicated in
|
assumes infinite display FPS if that fails. Drops are indicated in
|
||||||
the terminal status line as ``D:`` field. If the decoder is too slow,
|
the terminal status line as ``Dropped:`` field. If the decoder is too slow,
|
||||||
in theory all frames would have to be dropped (because all frames are
|
in theory all frames would have to be dropped (because all frames are
|
||||||
too late) - to avoid this, frame dropping stops if the effective
|
too late) - to avoid this, frame dropping stops if the effective
|
||||||
framerate is below 10 FPS.
|
framerate is below 10 FPS.
|
||||||
|
|||||||
Reference in New Issue
Block a user