summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/slave.txt
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-01-03 15:01:58 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-01-03 15:01:58 +0000
commite273a2d069d8509b63dfe5480aee633abd62008c (patch)
treeaa236a3962e0ccb950157fbe3c16b0d0e263e0c8 /DOCS/tech/slave.txt
parentbf4f28d583f934a524681240017ddd4fe1a4f805 (diff)
downloadmpv-e273a2d069d8509b63dfe5480aee633abd62008c.tar.bz2
mpv-e273a2d069d8509b63dfe5480aee633abd62008c.tar.xz
More commands documented, based on Reimar's findings.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14330 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech/slave.txt')
-rw-r--r--DOCS/tech/slave.txt29
1 files changed, 18 insertions, 11 deletions
diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt
index db3d349e47..4859e84458 100644
--- a/DOCS/tech/slave.txt
+++ b/DOCS/tech/slave.txt
@@ -25,7 +25,7 @@ speed_mult <value>
Multiply the current speed by <value>.
edl_mark
- ???
+ Write the current position into the EDL file.
audio_delay <value>
Adjust the audio delay by <value> seconds.
@@ -67,8 +67,7 @@ osd [<level>]
Toggle OSD mode or set it to level when <level> >= 0.
osd_show_text <string>
- Show <string> on the OSD. Spaces need to be escaped with \, otherwise
- only the first word will be shown.
+ Show <string> on the OSD.
volume <value>
Increase/decrease volume.
@@ -132,8 +131,11 @@ switch_ratio [<value>]
as a float (e.g. 1.77778 for 16/9).
There might be problems with some video filters.
-panscan <value> [value2]
- ???
+panscan <-1.0 - 1.0> | <0.0 - 1.0> <absolute>
+ Increase or decrease the pan-and-scan range by <value>, 1.0 is the maximum.
+ Negative values decrease the pan-and-scan range.
+ If <absolute> is != 0, then the pan-and scan range is interpreted as an
+ absolute range.
loadfile <file|url>
Load the given file/URL.
@@ -169,7 +171,7 @@ dvdnav <button>
6 select
dvdnav_event <value>
- ???
+ Send <value> as DVDNAV event. DVDNAV support in MPlayer is disabled.
tv_step_channel <channel>
Select next/previous TV channel.
@@ -216,11 +218,16 @@ dvb_set_channel <channel_number> <card_number>
screenshot
Take a screenshot. Currently not implemented in any video output driver.
-menu <value>
- ???
+menu <command>
+ Execute an OSD menu command.
+ up Move cursor up.
+ down Move cursor down.
+ ok Accept selection.
+ cancel Cancel selection.
+ hide Hide the OSD menu.
-set_menu <value>
- ???
+set_menu <menu_name>
+ Display the menu named <menu_name>.
help
???
@@ -232,7 +239,7 @@ hide
???
run <value>
- ???
+ Run <value> as shell command.
All commands can be prefixed with "pausing ", causing MPlayer to get into
paused mode as soon as possible after processing the command.