summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-04-24 22:55:01 +0200
committerwm4 <wm4@nowhere>2015-04-24 23:27:12 +0200
commit983d24e3b9ce9c9c7755279138c14170e85fbf37 (patch)
tree286703545a67bebde8bf24a985ce7ec15af5b759 /DOCS
parent72e505a944ac6b519d7a2348d63dd9a1fd2fe2a2 (diff)
downloadmpv-983d24e3b9ce9c9c7755279138c14170e85fbf37.tar.bz2
mpv-983d24e3b9ce9c9c7755279138c14170e85fbf37.tar.xz
manpage: move --autosync description
This was in the "Window" section. It has absolutely nothing to do with windows. Move it to the "Miscellaneous" section instead. The "--mc" option, which has a similar function, was already there.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst28
1 files changed, 14 insertions, 14 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index f35a73b92d..dd85fbfd63 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -1732,20 +1732,6 @@ Window
For example, ``--window-scale=0.5`` would show the window at half the
video size.
-``--autosync=<factor>``
- Gradually adjusts the A/V sync based on audio delay measurements.
- Specifying ``--autosync=0``, the default, will cause frame timing to be
- based entirely on audio delay measurements. Specifying ``--autosync=1``
- will do the same, but will subtly change the A/V correction algorithm. An
- uneven video framerate in a video which plays fine with ``--no-audio`` can
- often be helped by setting this to an integer value greater than 1. The
- higher the value, the closer the timing will be to ``--no-audio``. Try
- ``--autosync=30`` to smooth out problems with sound drivers which do not
- implement a perfect audio delay measurement. With this value, if large A/V
- sync offsets occur, they will only take about 1 or 2 seconds to settle
- out. This delay in reaction time to sudden A/V offsets should be the only
- side-effect of turning this option on, for all sound drivers.
-
``--cursor-autohide=<number|no|always>``
Make mouse cursor automatically hide after given number of milliseconds.
``no`` will disable cursor autohide. ``always`` means the cursor will stay
@@ -3258,6 +3244,20 @@ Miscellaneous
``--mc=<seconds/frame>``
Maximum A-V sync correction per frame (in seconds)
+``--autosync=<factor>``
+ Gradually adjusts the A/V sync based on audio delay measurements.
+ Specifying ``--autosync=0``, the default, will cause frame timing to be
+ based entirely on audio delay measurements. Specifying ``--autosync=1``
+ will do the same, but will subtly change the A/V correction algorithm. An
+ uneven video framerate in a video which plays fine with ``--no-audio`` can
+ often be helped by setting this to an integer value greater than 1. The
+ higher the value, the closer the timing will be to ``--no-audio``. Try
+ ``--autosync=30`` to smooth out problems with sound drivers which do not
+ implement a perfect audio delay measurement. With this value, if large A/V
+ sync offsets occur, they will only take about 1 or 2 seconds to settle
+ out. This delay in reaction time to sudden A/V offsets should be the only
+ side-effect of turning this option on, for all sound drivers.
+
``--mf-fps=<value>``
Framerate used when decoding from multiple PNG or JPEG files with ``mf://``
(default: 1).