[MPlayer-cvslog] r25849 - trunk/DOCS/tech/slave.txt

ben subversion at mplayerhq.hu
Thu Jan 24 23:36:06 CET 2008


Author: ben
Date: Thu Jan 24 23:36:06 2008
New Revision: 25849

Log:
add documentation about switch_angle and switch_title slave commands



Modified:
   trunk/DOCS/tech/slave.txt

Modified: trunk/DOCS/tech/slave.txt
==============================================================================
--- trunk/DOCS/tech/slave.txt	(original)
+++ trunk/DOCS/tech/slave.txt	Thu Jan 24 23:36:06 2008
@@ -349,11 +349,19 @@ switch_audio [value] (currently MPEG*, A
     Switch to the audio track with the id [value]. Cycle through the
     available tracks if [value] is omitted or negative.
 
+switch_angle [value] (DVDs only)
+    Switch to the DVD angle with the id [value]. Cycle through the
+    available angles if [value] is omitted or negative.
+
 switch_ratio [value]
     Change aspect ratio at runtime. [value] is the new aspect ratio expressed
     as a float (e.g. 1.77778 for 16/9).
     There might be problems with some video filters.
 
+switch_title [value] (DVDNAV only)
+    Switch to the DVD title with the id [value]. Cycle through the
+    available titles if [value] is omitted or negative.
+
 switch_vsync [value]
     Toggle vsync (1 == on, 0 == off). If [value] is not provided,
     vsync status is inverted.
@@ -476,6 +484,8 @@ audio_bitrate      int                  
 samplerate         int                       X
 channels           int                       X
 switch_audio       int       -2      255     X   X   X    select audio stream
+switch_angle       int       -2      255     X   X   X    select DVD angle
+switch_title       int       -2      255     X   X   X    select DVD title
 fullscreen         flag      0       1       X   X   X
 deinterlace        flag      0       1       X   X   X
 ontop              flag      0       1       X   X   X



More information about the MPlayer-cvslog mailing list