From 93b712fa8ab56217da2e8a5317891f4d0df1838f Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 2 Oct 2013 21:05:04 +0200 Subject: 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. --- DOCS/man/en/input.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'DOCS') 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 ```` subtitle events is displayed. ```` can be negative to step backwards. +``sub_seek `` + 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 []`` Toggle OSD level. If ```` is specified, set the OSD mode (see ``--osd-level`` for valid values). -- cgit v1.2.3