diff options
author | henry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-04-11 21:26:14 +0000 |
---|---|---|
committer | henry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-04-11 21:26:14 +0000 |
commit | e956780cc0eb3888a8b70de3c03af76f7b3921b8 (patch) | |
tree | b1f911e0db4e52b2fd560fbc0c15510ee308bf56 /DOCS | |
parent | 16d2d5ca820f3536f0180981728e4e52bc9e0bbc (diff) | |
download | mpv-e956780cc0eb3888a8b70de3c03af76f7b3921b8.tar.bz2 mpv-e956780cc0eb3888a8b70de3c03af76f7b3921b8.tar.xz |
allow sub_select and vobsub_lang to select particular subtitle
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15129 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/tech/slave.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt index 940b5d279c..59b5374379 100644 --- a/DOCS/tech/slave.txt +++ b/DOCS/tech/slave.txt @@ -101,10 +101,12 @@ sub_visibility get_sub_visibility Print out subtitle visibility (1 == on, 0 == off). -sub_select - Cycle through the available subtitles. Supported subtitle sources are - -sub options on the command line, VOBsubs, DVD subtitles, and Ogg text - streams. +sub_select [<value>] + Display subtitle with index <value>. Turn subtitle display off if + <value> is -1 or greater than the highest available subtitle index. + Cycle through the available subtitles if <value> is omitted or less + than -1. Supported subtitle sources are -sub options on the command + line, VOBsubs, DVD subtitles, and Ogg and Matroska text streams. sub_log Logs the current or last displayed subtitle together with filename |