summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-24 22:36:06 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-24 22:36:06 +0000
commit1d8f3f9d67f78cb2cedebca4b121033e0147f479 (patch)
tree3daf184008f1b7d2f6db9d098542fc85bbcc6648 /DOCS
parent43a7bc94c718c7f6e90aafeacd2a2b82712341c6 (diff)
downloadmpv-1d8f3f9d67f78cb2cedebca4b121033e0147f479.tar.bz2
mpv-1d8f3f9d67f78cb2cedebca4b121033e0147f479.tar.xz
add documentation about switch_angle and switch_title slave commands
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25849 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/slave.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt
index ad2c07e373..b922d82285 100644
--- a/DOCS/tech/slave.txt
+++ b/DOCS/tech/slave.txt
@@ -349,11 +349,19 @@ switch_audio [value] (currently MPEG*, AVI, Matroska and streams handled by liba
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 X
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