summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-08-16 00:05:02 +0200
committerwm4 <wm4@nowhere>2014-08-16 00:05:02 +0200
commit4f984b987c323b63db9e4926da8f6265f841a6ca (patch)
tree76db26ac39918a25fbd3bf4d9602123de430df47 /DOCS
parent07aba86b37887c0aef7ea90af250fcf19062369b (diff)
downloadmpv-4f984b987c323b63db9e4926da8f6265f841a6ca.tar.bz2
mpv-4f984b987c323b63db9e4926da8f6265f841a6ca.tar.xz
video: add --display-fps switch to control framedrop FPS
Since the display FPS is currently detected on X11 only (and even there it's known to be wrong on certain setups), it seems like a good idea to make this user-configurable.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index fa4dcd3b8b..9320a244ac 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -464,6 +464,13 @@ Video
mode enabled. It doesn't increment the ``D:`` field in the statusline
either.
+``--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.
+
``--hwdec=<api>``
Specify the hardware video decoding API that should be used if possible.
Whether hardware decoding is actually done depends on the video codec. If