From 1fe64c61be426513aff24ea69dfa970939caa8b1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 25 Nov 2015 22:10:55 +0100 Subject: vo_opengl: disable interpolation without display-sync Without display-sync mode, our guesses wrt. vsync phase etc. are much worse, and I see no reason to keep the complicated "vsync_timed" code. --- DOCS/man/vo.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst index 5935044518..24bf0868be 100644 --- a/DOCS/man/vo.rst +++ b/DOCS/man/vo.rst @@ -491,6 +491,10 @@ Available video output drivers are: Reduce stuttering caused by mismatches in the video fps and display refresh rate (also known as judder). + .. warning:: This requires setting the ``--video-sync`` option to one + of the ``display-`` modes, or it will be silently disabled. + This was not required before mpv 0.14.0. + This essentially attempts to interpolate the missing frames by convoluting the video along the temporal axis. The filter used can be controlled using the ``tscale`` setting. -- cgit v1.2.3