summaryrefslogtreecommitdiffstats
path: root/DOCS/man/input.rst
diff options
context:
space:
mode:
authorrrooij <rderooij685@gmail.com>2015-05-18 22:56:56 +0200
committerwm4 <wm4@nowhere>2015-05-19 21:33:40 +0200
commite17a8550c408e3ecbe8b1d33dbab694eabe2c713 (patch)
tree9f37b7918f8efe3f991255e464926bbb472d775b /DOCS/man/input.rst
parentbe9bf4cc7c1b61a8abcbb3f64386ef10d8aa9f61 (diff)
downloadmpv-e17a8550c408e3ecbe8b1d33dbab694eabe2c713.tar.bz2
mpv-e17a8550c408e3ecbe8b1d33dbab694eabe2c713.tar.xz
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 <wm4@nowhere>
Diffstat (limited to 'DOCS/man/input.rst')
-rw-r--r--DOCS/man/input.rst4
1 files changed, 3 insertions, 1 deletions
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 <seconds> [relative|absolute|absolute-percent|exact|keyframes]``
+``seek <seconds> [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