summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-24 15:48:48 +0200
committerwm4 <wm4@nowhere>2015-05-24 23:27:18 +0200
commit0d0444fed02fb0f1ebd2cc7ab98a0ce5fd8740d7 (patch)
tree22d499140c4f6d82bfe0f0bdef81b64f21d36146 /DOCS
parent9e77b8f06a4fe909b4a7ea460e163a94082efffc (diff)
downloadmpv-0d0444fed02fb0f1ebd2cc7ab98a0ce5fd8740d7.tar.bz2
mpv-0d0444fed02fb0f1ebd2cc7ab98a0ce5fd8740d7.tar.xz
vo_null: add framerate emulation
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vo.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 443a6bdea1..26d31f7498 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -824,6 +824,12 @@ Available video output drivers are:
``null``
Produces no video output. Useful for benchmarking.
+ Usually, it's better to disable video with ``--no-video`` instead.
+
+ ``fps=<value>``
+ Simulate display FPS. This artificially limits how many frames the
+ VO accepts per second.
+
``caca``
Color ASCII art video output driver that works on a text console.