comparison DOCS/tech/slave.txt @ 17937:ec6781a09b3a

Update to the recent properties changes.
author albeu
date Fri, 24 Mar 2006 19:59:30 +0000
parents 0eac85e451cb
children 16ecd1994e2a
comparison
equal deleted inserted replaced
17936:6ab2dafae076 17937:ec6781a09b3a
27 27
28 28
29 alt_src_step <value> (ASX playlist only) 29 alt_src_step <value> (ASX playlist only)
30 When more than one source is available it selects the next/previous one. 30 When more than one source is available it selects the next/previous one.
31 31
32 audio_delay <value> 32 audio_delay <value> [<abs>]
33 Adjust the audio delay by <value> seconds. 33 Set/adjust the audio delay.
34 If <abs> is not given or is zero, adjust the delay by <value> seconds.
35 If <abs> is nonzero, set the delay to <value> seconds.
34 36
35 [brightness|contrast|gamma|hue|saturation] <value> [<abs>] 37 [brightness|contrast|gamma|hue|saturation] <value> [<abs>]
36 Set/adjust video parameters. 38 Set/adjust video parameters.
37 If abs is not given or is zero, modifies parameter by <value>. 39 If abs is not given or is zero, modifies parameter by <value>.
38 If abs is non-zero, parameter is set to <value>. 40 If abs is non-zero, parameter is set to <value>.
179 Multiply the current speed by <value>. 181 Multiply the current speed by <value>.
180 182
181 speed_set <value> 183 speed_set <value>
182 Set the speed to <value>. 184 Set the speed to <value>.
183 185
184 sub_alignment <value> 186 sub_alignment [<value>]
185 Set subtitle alignment. 187 Toggle/set subtitle alignment.
186 188
187 sub_delay <value> [<abs>] 189 sub_delay <value> [<abs>]
188 Adjust the subtitle delay by +/- <value> seconds or set it to <value> 190 Adjust the subtitle delay by +/- <value> seconds or set it to <value>
189 seconds when <abs> is nonzero. 191 seconds when <abs> is nonzero.
190 192
195 Logs the current or last displayed subtitle together with filename 197 Logs the current or last displayed subtitle together with filename
196 and time information to ~/.mplayer/subtitle_log. Intended purpose 198 and time information to ~/.mplayer/subtitle_log. Intended purpose
197 is to allow convenient marking of bogus subtitles which need to be 199 is to allow convenient marking of bogus subtitles which need to be
198 fixed while watching the movie. 200 fixed while watching the movie.
199 201
200 sub_pos <value> 202 sub_pos <value> [<abs>]
201 Adjust subtitle position. 203 Adjust/set subtitle position.
202 204
203 sub_remove [<value>] 205 sub_remove [<value>]
204 If the <value> argument is present and non-negative, removes the subtitle 206 If the <value> argument is present and non-negative, removes the subtitle
205 file with index <value>. If the argument is omitted or negative, removes 207 file with index <value>. If the argument is omitted or negative, removes
206 all subtitle files. 208 all subtitle files.
217 219
218 sub_step <value> 220 sub_step <value>
219 Step forward in the subtitle list by <value> steps or backwards if <value> 221 Step forward in the subtitle list by <value> steps or backwards if <value>
220 is negative. 222 is negative.
221 223
222 sub_visibility 224 sub_visibility [<value>]
223 Toggle subtitle visibility. 225 Toggle/set subtitle visibility.
224 226
225 forced_subs_only 227 forced_subs_only [<value>]
226 Display forced subtitles only. 228 Toggle/set forced subtitles only.
227 229
228 switch_audio [<value>] (MPEG and Matroska only) 230 switch_audio [<value>] (MPEG and Matroska only)
229 Switch to the audio track with the id <value>. Cycle through the 231 Switch to the audio track with the id <value>. Cycle through the
230 available tracks if <value> is omitted or negative. 232 available tracks if <value> is omitted or negative.
231 233
272 Set TV tuner saturation. 274 Set TV tuner saturation.
273 275
274 use_master 276 use_master
275 Switch volume control between master and PCM. 277 Switch volume control between master and PCM.
276 278
277 vo_border 279 vo_border [<value>]
278 Toggle borderless display. 280 Toggle/set borderless display.
279 281
280 vo_fullscreen 282 vo_fullscreen [<value>]
281 Switch to fullscreen mode. 283 Toggle/set fullscreen mode.
282 284
283 vo_ontop 285 vo_ontop [<value>]
284 Toggle stay-on-top. 286 Toggle/set stay-on-top.
285 287
286 vo_rootwin 288 vo_rootwin [<value>]
287 Toggle playback on the root window. 289 Toggle/set playback on the root window.
288 290
289 volume <value> [<abs>] 291 volume <value> [<abs>]
290 Increase/decrease volume or set it to <value> if <abs> is nonzero. 292 Increase/decrease volume or set it to <value> if <abs> is nonzero.
291 293
292 294