diff options
author | eugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-08-06 18:55:34 +0000 |
---|---|---|
committer | eugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-08-06 18:55:34 +0000 |
commit | 1de0c3327d10a43ff3532be7e92c3160c52d55c8 (patch) | |
tree | 3530f1fc5b4e87782fbf839dc863b616c779a052 /DOCS | |
parent | d6f16f68897cf2fe11f9ac02fe5ba1dc58c4842e (diff) |
Add matroska chapter seeking capability.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19348 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 2 | ||||
-rw-r--r-- | DOCS/tech/slave.txt | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index f8470b067a..d3ca2837c7 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -316,6 +316,8 @@ Set start or end of an EDL skip and write it out to the given file. Take a screenshot. .IPs "I" Show filename on the OSD. +.IPs "! and @" +Seek to the beginning of the previous/next chapter. .RE .PD 1 .PP diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt index 4a1fe627c8..51346d870b 100644 --- a/DOCS/tech/slave.txt +++ b/DOCS/tech/slave.txt @@ -177,6 +177,11 @@ seek <value> [type] 1 is a seek to <value> % in the movie. 2 is a seek to an absolute position of <value> seconds. +seek_chapter <value> [type] + Seek to the start of a chapter. + 0 is a relative seek of +/- <value> chapters (default) + 1 is a seek to a chapter #<value> + set_property <property> <value> Set a property. |