From e17a8550c408e3ecbe8b1d33dbab694eabe2c713 Mon Sep 17 00:00:00 2001 From: rrooij Date: Mon, 18 May 2015 22:56:56 +0200 Subject: input: add relative percentage seek Only absolute percentage seeking was permitted first. It is now also possible to seek by relative percentage. MPSEEK_FACTOR is used as seek_type. Fixes #1950. Signed-off-by: wm4 --- DOCS/man/input.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'DOCS') diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index d23727e898..4ae7ae9da6 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -86,7 +86,7 @@ List of Input Commands disabling default bindings, without disabling all bindings with ``--no-input-default-bindings``. -``seek [relative|absolute|absolute-percent|exact|keyframes]`` +``seek [relative|absolute|absolute-percent|relative-percent|exact|keyframes]`` Change the playback position. By default, seeks by a relative amount of seconds. @@ -98,6 +98,8 @@ List of Input Commands Seek to a given time. absolute-percent Seek to a given percent position. + relative-percent + Seek relative to current position in percent. keyframes Always restart playback at keyframe boundaries (fast). exact -- cgit v1.2.3