Mercurial > mplayer.hg
changeset 14329:74e323b9e5db
More commands documented, based on Reimar's findings.
author | diego |
---|---|
date | Mon, 03 Jan 2005 15:01:58 +0000 |
parents | fb9bf2e782a9 |
children | 9625ec1ae691 |
files | DOCS/tech/slave.txt |
diffstat | 1 files changed, 18 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/tech/slave.txt Mon Jan 03 14:23:18 2005 +0000 +++ b/DOCS/tech/slave.txt Mon Jan 03 15:01:58 2005 +0000 @@ -25,7 +25,7 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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 @@ ??? 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.