summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-05-23 03:48:51 +0200
committerwm4 <wm4@nowhere>2020-05-23 03:48:51 +0200
commit1826e69af215175ff602e01e76998db3759fc3ab (patch)
tree1fe40ec633e0f386031c739560990c9ee5bfce41 /DOCS
parentd62131d3aeda6f3b4c255ca06e70573433a8f16a (diff)
downloadmpv-1826e69af215175ff602e01e76998db3759fc3ab.tar.bz2
mpv-1826e69af215175ff602e01e76998db3759fc3ab.tar.xz
options: add option to control display-sync factor
Can be useful to force it to adapt to extreme speed changes, while a higher limit would just use a fraction closer to the original video speed. Probably useful for testing only.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 8118ea6ab0..370723aadb 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -6408,6 +6408,17 @@ Miscellaneous
:desync: Sync video according to system clock, and let audio play
on its own.
+``--video-sync-max-factor=<value>``
+ Maximum multiple for which to try to fit the video's FPS to the display's
+ FPS (default: 5).
+
+ For example, if this is set to 1, the video FPS is forced to an integer
+ multiple of the display FPS, as long as the speed change does not exceed
+ the value set by ``--video-sync-max-video-change``.
+
+ This is mostly for testing, and the option may be randomly changed in the
+ future without notice.
+
``--video-sync-max-video-change=<value>``
Maximum speed difference in percent that is applied to video with
``--video-sync=display-...`` (default: 1). Display sync mode will be