From 0d0444fed02fb0f1ebd2cc7ab98a0ce5fd8740d7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 24 May 2015 15:48:48 +0200 Subject: vo_null: add framerate emulation --- DOCS/man/vo.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'DOCS') 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=`` + 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. -- cgit v1.2.3