From 1826e69af215175ff602e01e76998db3759fc3ab Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 23 May 2020 03:48:51 +0200 Subject: 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. --- DOCS/man/options.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'DOCS') 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=`` + 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=`` Maximum speed difference in percent that is applied to video with ``--video-sync=display-...`` (default: 1). Display sync mode will be -- cgit v1.2.3