# HG changeset patch # User diego # Date 1104764518 0 # Node ID 74e323b9e5dbde3a1afdbf53bfe32e1749c4a387 # Parent fb9bf2e782a9bda3047a9e407ee21b81836d6c61 More commands documented, based on Reimar's findings. diff -r fb9bf2e782a9 -r 74e323b9e5db DOCS/tech/slave.txt --- 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 . edl_mark - ??? + Write the current position into the EDL file. audio_delay Adjust the audio delay by seconds. @@ -67,8 +67,7 @@ Toggle OSD mode or set it to level when >= 0. osd_show_text - Show on the OSD. Spaces need to be escaped with \, otherwise - only the first word will be shown. + Show on the OSD. volume 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 [value2] - ??? +panscan <-1.0 - 1.0> | <0.0 - 1.0> + Increase or decrease the pan-and-scan range by , 1.0 is the maximum. + Negative values decrease the pan-and-scan range. + If is != 0, then the pan-and scan range is interpreted as an + absolute range. loadfile Load the given file/URL. @@ -169,7 +171,7 @@ 6 select dvdnav_event - ??? + Send as DVDNAV event. DVDNAV support in MPlayer is disabled. tv_step_channel Select next/previous TV channel. @@ -216,11 +218,16 @@ screenshot Take a screenshot. Currently not implemented in any video output driver. -menu - ??? +menu + 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 - ??? +set_menu + Display the menu named . help ??? @@ -232,7 +239,7 @@ ??? run - ??? + Run 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.