comparison DOCS/tech/slave.txt @ 14329:74e323b9e5db

More commands documented, based on Reimar's findings.
author diego
date Mon, 03 Jan 2005 15:01:58 +0000
parents 862fab5f5fde
children a4767edef10d
comparison
equal deleted inserted replaced
14328:fb9bf2e782a9 14329:74e323b9e5db
23 23
24 speed_mult <value> 24 speed_mult <value>
25 Multiply the current speed by <value>. 25 Multiply the current speed by <value>.
26 26
27 edl_mark 27 edl_mark
28 ??? 28 Write the current position into the EDL file.
29 29
30 audio_delay <value> 30 audio_delay <value>
31 Adjust the audio delay by <value> seconds. 31 Adjust the audio delay by <value> seconds.
32 32
33 quit [<value>] 33 quit [<value>]
65 65
66 osd [<level>] 66 osd [<level>]
67 Toggle OSD mode or set it to level when <level> >= 0. 67 Toggle OSD mode or set it to level when <level> >= 0.
68 68
69 osd_show_text <string> 69 osd_show_text <string>
70 Show <string> on the OSD. Spaces need to be escaped with \, otherwise 70 Show <string> on the OSD.
71 only the first word will be shown.
72 71
73 volume <value> 72 volume <value>
74 Increase/decrease volume. 73 Increase/decrease volume.
75 74
76 use_master 75 use_master
130 switch_ratio [<value>] 129 switch_ratio [<value>]
131 Change aspect ratio at runtime. Value is the new aspect ratio expressed 130 Change aspect ratio at runtime. Value is the new aspect ratio expressed
132 as a float (e.g. 1.77778 for 16/9). 131 as a float (e.g. 1.77778 for 16/9).
133 There might be problems with some video filters. 132 There might be problems with some video filters.
134 133
135 panscan <value> [value2] 134 panscan <-1.0 - 1.0> | <0.0 - 1.0> <absolute>
136 ??? 135 Increase or decrease the pan-and-scan range by <value>, 1.0 is the maximum.
136 Negative values decrease the pan-and-scan range.
137 If <absolute> is != 0, then the pan-and scan range is interpreted as an
138 absolute range.
137 139
138 loadfile <file|url> 140 loadfile <file|url>
139 Load the given file/URL. 141 Load the given file/URL.
140 142
141 loadlist <file> 143 loadlist <file>
167 4 right 169 4 right
168 5 menu 170 5 menu
169 6 select 171 6 select
170 172
171 dvdnav_event <value> 173 dvdnav_event <value>
172 ??? 174 Send <value> as DVDNAV event. DVDNAV support in MPlayer is disabled.
173 175
174 tv_step_channel <channel> 176 tv_step_channel <channel>
175 Select next/previous TV channel. 177 Select next/previous TV channel.
176 178
177 tv_step_norm 179 tv_step_norm
214 Set DVB channel. 216 Set DVB channel.
215 217
216 screenshot 218 screenshot
217 Take a screenshot. Currently not implemented in any video output driver. 219 Take a screenshot. Currently not implemented in any video output driver.
218 220
219 menu <value> 221 menu <command>
220 ??? 222 Execute an OSD menu command.
221 223 up Move cursor up.
222 set_menu <value> 224 down Move cursor down.
223 ??? 225 ok Accept selection.
226 cancel Cancel selection.
227 hide Hide the OSD menu.
228
229 set_menu <menu_name>
230 Display the menu named <menu_name>.
224 231
225 help 232 help
226 ??? 233 ???
227 234
228 exit 235 exit
230 237
231 hide 238 hide
232 ??? 239 ???
233 240
234 run <value> 241 run <value>
235 ??? 242 Run <value> as shell command.
236 243
237 All commands can be prefixed with "pausing ", causing MPlayer to get into 244 All commands can be prefixed with "pausing ", causing MPlayer to get into
238 paused mode as soon as possible after processing the command. 245 paused mode as soon as possible after processing the command.
239 Please note that this can be before the command is fully executed. 246 Please note that this can be before the command is fully executed.
240 247