diff options
author | wm4 <wm4@nowhere> | 2015-05-24 15:48:48 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-05-24 23:27:18 +0200 |
commit | 0d0444fed02fb0f1ebd2cc7ab98a0ce5fd8740d7 (patch) | |
tree | 22d499140c4f6d82bfe0f0bdef81b64f21d36146 /DOCS | |
parent | 9e77b8f06a4fe909b4a7ea460e163a94082efffc (diff) |
vo_null: add framerate emulation
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/vo.rst | 6 |
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. |