[MPlayer-dev-eng] About all command line switch I added wich are not documented

Alban Bedel albeu at free.fr
Tue Mar 19 13:51:51 CET 2002


Hi all,

Since 0.6 I added some command line switch wich are not documented :

Input :

-input <subconfig> :
	conf <string> : file to use as input conf. Relative path are relative to $HOME/.mplayer.
	ar-delay <int> : delay in msec before we start to autorepeate a key (0 to disable)
	ar-rate <int> : how many key press per second when we autorepeat.
		Autorepeate is only for key driven drivers wich send up and down key events
		currentlly only joystick support it.

-(no)joystick : enable/disable joystick
-(no)lirc : enable/disable lirc

Libmpdemux :

-subfile <string> : same as audiofile but for subtitles (currentlly unuseful but can be used
				to merge all subtitles types. Also note that some new file format include
				subtitles. At least OggDS does but I don't know in wich format)
-demuxer <int> : force the demuxer type. You must give the demuxer id as defined
				in demuxers.h.
-audio-demuxer <int> : same as -demuxer but for the file give to -audiofile
-sub-demuxer <int> : also for subtitles (also unuseful)

-(no)hr-mp3-seek <flag> : stand for high res mp3 seeking. It's enable/disable
			perfect seeking for mp3 (it's autoenabled when you use -audiofile
			with an mp3). It's really seek where it should but is slower especilly
			when seeking backwards as it first go back to the beginning of the
			file in order to find the good frame :(

Main :
-use-stdin <flag> : Disable key input on stdin. Autoenabled if a '-' filename is present
			on the command line.

All should be there. Fell free to ask more question. If a man page patch is needed you
have to wait. Also for input what should I document ? User side and/or developper side ?
Patch ? Against what, html doc and/or man page ? Keep in mind I'm really a bad doc
writer :(
	Albeu



More information about the MPlayer-dev-eng mailing list