[Mplayer-cvslog] CVS: main/DOCS mplayer.1,1.151,1.152
Winner of tha face compo
gabucino at mplayer.dev.hu
Wed Mar 20 22:14:38 CET 2002
Update of /cvsroot/mplayer/main/DOCS
In directory mplayer:/var/tmp.root/cvs-serv12863
Modified Files:
mplayer.1
Log Message:
added input options
Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/mplayer.1,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- mplayer.1 20 Mar 2002 20:24:46 -0000 1.151
+++ mplayer.1 20 Mar 2002 21:14:35 -0000 1.152
@@ -17,6 +17,7 @@
.RB [ \-sb\ <byte\ position> ]
.RB [ \-nosound ]
.RB [ \-audiofile\ <filename> ]
+.RB [ \-subfile\ <filename> ]
.RB [ \-abs\ <bytes> ]
.RB [ \-delay\ <secs> ]
.RB [ \-nobps ]
@@ -111,6 +112,13 @@
.RB [ \-rootwin ]
.RB [ \-font\ <path\ to\ font.desc\ file> ]
.RB [ \-conf\ <path\ to\ input.conf\ file> ]
+.RB [ \-input\ <commands> ]
+.RB [ \-nojoystick ]
+.RB [ \-nolirc ]
+.RB [ \-demuxer\ <number> ]
+.RB [ \-audio-demuxer\ <number> ]
+.RB [ \-sub-demuxer\ <number> ]
+.RB [ \-hr-mp3-seek ]
.I < - | file | URL | device >
.PP
.SH DESCRIPTION
@@ -702,6 +710,42 @@
.B \-softsleep
uses high quality software timers. Efficient as the RTC, doesn't need root,
but requires more CPU.
+.TP
+.B \-input <commands>
+this option can be used to configure certain parts of the input system.
+ conf=<file> read alternative input.conf.
+ If given without pathname,
+ $HOME/.mplayer is assumed.
+ ar-delay delay in msec before we start
+ to autorepeat a key
+ (0 to disable)
+ ar-rate how many keypress/second when
+ we autorepeat
+ keylist prints all keys that can be
+ bound to
+ cmdlist prints all commands that can
+ be bound
+.TP
+.I NOTE
+Autorepeat is currently only supported by joysticks.
+.TP
+.B \-nojoystick
+turns off joystick support. Default is on, if compiled in.
+.TP
+.B \-nolirc
+turns off lirc support.
+.TP
+.B \-demuxer <number>
+force demuxer type. Give the demuxer ID as defined in demuxers.h .
+.TP
+.B \-audio-demuxer <number>
+force audio demuxer type for -audiofile. Give the demuxer ID as defined in
+demuxers.h .
+.TP
+.B \-hr-mp3-seek
+hi-res mp3 seeking. Default is: enable for MP3 playing. It seek exactly where
+it should but can be slow especially when seeking backwards - it has to
+rewind to the beginning to find the exact frame.
.IP
.SH "ALPHA/BETA CODE"
.TP
@@ -715,6 +759,12 @@
.TP
.B \-dapsync
use alternative A/V sync method. Where is it useful?
+.TP
+.B \-subfile <filename>
+currently unuseful. Same as -audiofile, but for subtitle streams. (OggDS?)
+.TP
+.B \-sub-demuxer <number>
+force subtitle demuxer type for -subfile.
.IP
.SH KEYBOARD CONTROL
.TP
More information about the MPlayer-cvslog
mailing list