summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-24 19:59:30 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-24 19:59:30 +0000
commit57f188167723470243f4103374abfa15277f34a5 (patch)
tree6d9e6f667930591f7983121c81f33f773e25834e /DOCS
parentb9a4c666f8e40212cd772e5e83f953b4d8d02423 (diff)
downloadmpv-57f188167723470243f4103374abfa15277f34a5.tar.bz2
mpv-57f188167723470243f4103374abfa15277f34a5.tar.xz
Update to the recent properties changes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17938 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/slave.txt38
1 files changed, 20 insertions, 18 deletions
diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt
index 960a673db3..b180792251 100644
--- a/DOCS/tech/slave.txt
+++ b/DOCS/tech/slave.txt
@@ -29,8 +29,10 @@ Available commands ('mplayer -input cmdlist' will print a list):
alt_src_step <value> (ASX playlist only)
When more than one source is available it selects the next/previous one.
-audio_delay <value>
- Adjust the audio delay by <value> seconds.
+audio_delay <value> [<abs>]
+ Set/adjust the audio delay.
+ If <abs> is not given or is zero, adjust the delay by <value> seconds.
+ If <abs> is nonzero, set the delay to <value> seconds.
[brightness|contrast|gamma|hue|saturation] <value> [<abs>]
Set/adjust video parameters.
@@ -181,8 +183,8 @@ speed_mult <value>
speed_set <value>
Set the speed to <value>.
-sub_alignment <value>
- Set subtitle alignment.
+sub_alignment [<value>]
+ Toggle/set subtitle alignment.
sub_delay <value> [<abs>]
Adjust the subtitle delay by +/- <value> seconds or set it to <value>
@@ -197,8 +199,8 @@ sub_log
is to allow convenient marking of bogus subtitles which need to be
fixed while watching the movie.
-sub_pos <value>
- Adjust subtitle position.
+sub_pos <value> [<abs>]
+ Adjust/set subtitle position.
sub_remove [<value>]
If the <value> argument is present and non-negative, removes the subtitle
@@ -219,11 +221,11 @@ sub_step <value>
Step forward in the subtitle list by <value> steps or backwards if <value>
is negative.
-sub_visibility
- Toggle subtitle visibility.
+sub_visibility [<value>]
+ Toggle/set subtitle visibility.
-forced_subs_only
- Display forced subtitles only.
+forced_subs_only [<value>]
+ Toggle/set forced subtitles only.
switch_audio [<value>] (MPEG and Matroska only)
Switch to the audio track with the id <value>. Cycle through the
@@ -274,17 +276,17 @@ tv_set_saturation <-100 - 100>
use_master
Switch volume control between master and PCM.
-vo_border
- Toggle borderless display.
+vo_border [<value>]
+ Toggle/set borderless display.
-vo_fullscreen
- Switch to fullscreen mode.
+vo_fullscreen [<value>]
+ Toggle/set fullscreen mode.
-vo_ontop
- Toggle stay-on-top.
+vo_ontop [<value>]
+ Toggle/set stay-on-top.
-vo_rootwin
- Toggle playback on the root window.
+vo_rootwin [<value>]
+ Toggle/set playback on the root window.
volume <value> [<abs>]
Increase/decrease volume or set it to <value> if <abs> is nonzero.