[Mplayer-cvslog] CVS: main/DOCS/tech slave.txt,NONE,1.1 manpage.txt,1.7,1.8

Jonas Jermann CVS jonas at mplayerhq.hu
Sat May 31 18:41:44 CEST 2003


Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var/tmp.root/cvs-serv3432/tech

Modified Files:
	manpage.txt 
Added Files:
	slave.txt 
Log Message:
Moved video filters to a separate section, moved slave mode section to the
tech subdir, random improvements, default indentation reduced.
Straight from the LUG camp Felsberg by Jonas and Diego.


--- NEW FILE ---
SLAVE MODE PROTOCOL
-------------------

If the -slave option is given, playback is controlled by a line-based protocol.
Each line must contain one of the following commands:

seek <value> [type=<0/\:1/\:2>]
	Seek to some place in the movie.
	Type 0 is a relative seek of +/\:- <value> seconds.
	Type 1 seek to <value> % in the movie.
	Type 2 is a seek to an absolute position of <value> seconds.
edl_mark
	????
audio_delay <value>
	Adjust the audio delay of value seconds
quit
	Quit MPlayer
pause
	Pause/\:unpause the playback
grap_frames
	Somebody know ?
pt_step <value> [force=<value>]
	Go to next/\:previous entry in the playtree.
pt_up_step <value> [force=<value>]
	Like pt_step but it jumps to next/\:previous in the parent list.
alt_src_step <value>
	When more than one source is available it selects the next/\:previous one
	(only supported by asx playlist).
sub_delay <value> [abs=<value>]
	Adjust the subtitles delay of +/\:- <value> seconds or set it to <value>
	seconds when abs is non zero.
osd [level=<value>]
	Toggle OSD mode or set it to level when level >= 0.
volume <dir>
	Increase/\:decrease volume
use_master
	Switch volume control between master and pcm.
mute
	Mute/\:unmute sound output.
[contrast|brightness|hue|saturation] <-100-100> [abs=<value>]
	Set/\:Adjust video parameters.
frame_drop [type=<value>]
	Toggle/\:Set frame dropping mode.
sub_alignment <value>
	Set subtitle alignment.
sub_visibility
	Toggle subtitle visibility.
sub_pos <value>
	Adjust subtitles position.
vobsub_lang
	Switch the subtitle language when using VOBSub subtitles.
get_percent_pos
	???
get_time_length
	???
vo_fullscreen
	Switch to fullscreen mode.
panscan value [value2]
	???
loadfile url
	Load the given file/\:url.
loadlist file
	Load the given playlist file.
change_rectangle val1 val2
	??? used by the rectangle video filter.
dvdnav button
	Press the given dvdnav button.
	1 is up, 2 is down, 3 is left, 4 is right, 5 is menu and 6 is select.
tv_step_channel <dir>
	Select next/\:previous tv channel.
tv_step_norm
	Change TV norm.
tv_step_chanlist
	Change channel list.
tv_set_channel channel
	Set the current TV channel.
tv_last_channel
	Set the current TV channel to the last one.
gui_[loadsubtitle|about|play|stop]
	GUI actions

Index: manpage.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/manpage.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- manpage.txt	1 Jan 2003 18:47:51 -0000	1.7
+++ manpage.txt	31 May 2003 16:41:41 -0000	1.8
@@ -90,6 +90,8 @@
 GENERAL NOTES
     Some general notes about the options and a description of the config file
     format.
+KEYBOARD CONTROL
+    A description of MPlayer's input system and the default keyboard controls.
 PLAYER OPTIONS (MPLAYER ONLY)
     User interface option descriptions (MPlayer only).
 DEMUXER/STREAM OPTIONS
@@ -103,13 +105,11 @@
 VIDEO OUTPUT OPTIONS (MPLAYER ONLY)
     Video output layer (vo) option descriptions (MPlayer only).
 DECODING/FILTERING OPTIONS
-    Decoding and filter layer options (ad, vd, vf, pl).
+    Decoding/Filtering layer options (ad, vd, pl).
+VIDEO FILTERS
+    Video filter description (vf)
 ENCODING OPTIONS (MENCODER ONLY)
     Encoding option descriptions (ve) (MEncoder only).
-KEYBOARD CONTROL
-    A description of MPlayer's input system and the default keyboard controls.
-SLAVE MODE PROTOCOL
-    A description of the slave mode protocol (-slave).
 FILES
     A list and description of all installed/used files/directories.
 EXAMPLES



More information about the MPlayer-cvslog mailing list