summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-10-02 21:05:04 +0200
committerwm4 <wm4@nowhere>2013-10-02 21:05:04 +0200
commit93b712fa8ab56217da2e8a5317891f4d0df1838f (patch)
tree590196b83aadab0731e2b36cfc521838abf18345 /DOCS
parentdf5706f156aa43b9fa233aff49cc012ed74de65f (diff)
downloadmpv-93b712fa8ab56217da2e8a5317891f4d0df1838f.tar.bz2
mpv-93b712fa8ab56217da2e8a5317891f4d0df1838f.tar.xz
command: add sub_seek input command
Essentially reuses the sub_step command, and is subject to the same restrictions. Seems to behave a bit strange sometimes, but generally works.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/input.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst
index 362e8a4cf8..558bb39fbf 100644
--- a/DOCS/man/en/input.rst
+++ b/DOCS/man/en/input.rst
@@ -226,6 +226,15 @@ List of Input Commands
``<skip>`` subtitle events is displayed. ``<skip>`` can be negative to step
backwards.
+``sub_seek <skip>``
+ Seek to the next (skip set to 1) or the previous (skip set to -1) subtitle.
+ This is similar to ``sub_step``, except that it seeks video and audio
+ instead of adjusting the subtitle delay.
+
+ Like with ``sub_step``, this works with external text subtitles only. For
+ embedded text subtitles (like with Matroska), this works only with subtitle
+ events that have already been displayed.
+
``osd [<level>]``
Toggle OSD level. If ``<level>`` is specified, set the OSD mode
(see ``--osd-level`` for valid values).