summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-11-25 22:11:14 +0100
committerwm4 <wm4@nowhere>2015-11-25 22:11:14 +0100
commitb8bcf0f466ac40dbef8c1130e821d00cb0118af2 (patch)
tree2ef68a5ba2262712984248183dc684f786125f14 /DOCS/man/options.rst
parent1fe64c61be426513aff24ea69dfa970939caa8b1 (diff)
downloadmpv-b8bcf0f466ac40dbef8c1130e821d00cb0118af2.tar.bz2
mpv-b8bcf0f466ac40dbef8c1130e821d00cb0118af2.tar.xz
vo: do not use display FPS for framedrop
This logic was kind of questionable anyway, and --display-sync should give much better results. (I would even go as far as saying that the FPS-dependent framedrop code made things worse in some situations. Not all, though.)
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst9
1 files changed, 4 insertions, 5 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 6385d030f3..336be61e34 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -557,11 +557,10 @@ Video
differences to other VOs are possible.
``--display-fps=<fps>``
- Set the maximum assumed display FPS used with ``--framedrop``. By default
- a detected value is used (X11 only, not correct on multi-monitor systems),
- or infinite display FPS if that fails. Infinite FPS means only frames too
- late are dropped. If a correct FPS is provided, frames that are predicted
- to be too late are dropped too.
+ Set the display FPS used with the ``--video-sync=display-*`` modes. By
+ default a detected value is used (X11 only, not correct on multi-monitor
+ systems). Keep in mind that setting an incorrect value (even if slightly
+ incorrect) can ruin video playback.
``--hwdec=<api>``
Specify the hardware video decoding API that should be used if possible.