diff options
author | wm4 <wm4@nowhere> | 2015-11-25 22:10:55 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-11-25 22:10:55 +0100 |
commit | 1fe64c61be426513aff24ea69dfa970939caa8b1 (patch) | |
tree | 1cb85f2be9ab131049711b7f59af131463e2f89f /DOCS | |
parent | 772961f0ceb091f099eec03e2e8a3a2b354aa18f (diff) |
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.
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/vo.rst | 4 |
1 files changed, 4 insertions, 0 deletions
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. |