From 4f984b987c323b63db9e4926da8f6265f841a6ca Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 16 Aug 2014 00:05:02 +0200 Subject: 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. --- DOCS/man/options.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'DOCS/man') 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=`` + 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=`` Specify the hardware video decoding API that should be used if possible. Whether hardware decoding is actually done depends on the video codec. If -- cgit v1.2.3