summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vo.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/vo.rst')
-rw-r--r--DOCS/man/vo.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 6190526bd7..e0845d0e54 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -572,6 +572,15 @@ Available video output drivers are:
Color used to draw parts of the mpv window not covered by video.
See ``--osd-color`` option how colors are defined.
+ ``smoothmotion``
+ Use frame interpolation to reduce stuttering caused by mismatches in
+ video fps and display refresh rate (similar to MadVR's smoothmotion,
+ thus the naming).
+
+ ``smoothmotion-threshold=<threshold>``
+ Mix threshold at which interpolation is skipped (default: 0.0 – never
+ skip).
+
``opengl-hq``
Same as ``opengl``, but with default settings for high quality rendering.