[MPlayer-cvslog] CVS: main/DOCS/tech slave.txt,1.32,1.33

Jindrich Makovicka CVS syncmail at mplayerhq.hu
Mon Apr 11 23:26:16 CEST 2005


CVS change done by Jindrich Makovicka CVS

Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var2/tmp/cvs-serv20570/DOCS/tech

Modified Files:
	slave.txt 
Log Message:
allow sub_select and vobsub_lang to select particular subtitle

Index: slave.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/slave.txt,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- slave.txt	3 Apr 2005 22:21:59 -0000	1.32
+++ slave.txt	11 Apr 2005 21:26:14 -0000	1.33
@@ -101,10 +101,12 @@
 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




More information about the MPlayer-cvslog mailing list