changeset 5231:122702886389

added input options
author gabucino
date Wed, 20 Mar 2002 21:14:36 +0000
parents 0a56406fb224
children 37b49bb4c2d2
files DOCS/Hungarian/mplayer.1 DOCS/mplayer.1
diffstat 2 files changed, 96 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/Hungarian/mplayer.1	Wed Mar 20 20:25:44 2002 +0000
+++ b/DOCS/Hungarian/mplayer.1	Wed Mar 20 21:14:36 2002 +0000
@@ -110,6 +110,13 @@
 .RB [ \-rootwin ]
 .RB [ \-font\ <útvonal\ a\ font.desc\ file-hoz> ]
 .RB [ \-conf\ <útvonal\ az\ input.conf\ file-hoz> ]
+.RB [ \-input\ <parancsok> ]
+.RB [ \-nojoystick ]
+.RB [ \-nolirc ]
+.RB [ \-demuxer\ <szám> ]
+.RB [ \-audio-demuxer\ <szám> ]
+.RB [ \-sub-demuxer\ <szám> ]
+.RB [ \-hr-mp3-seek ]
 .I < - | file | URL | eszköz >
 .PP
 .SH LEÍRÁS
@@ -640,6 +647,38 @@
 .B \-softsleep
 pontos szoftveres időzítő használata. Van olyan hatékony mint az RTC, nem kell
 hozzá root jogosultság, viszont több CPU az igen.
+.TP
+.B \-input <parancsok>
+ezzel az opcioval az input rendszer bizonyos részeit lehet konfigurálni.
+        conf=<file> alternatív input.conf file
+                    használata
+        ar-delay    késleltetés mennyisége (msec)
+                    autorepeatig
+        ar-rate     hány lenyomás/másodperc
+                    legyen autorepeat-ben
+        keylist     kiírja az összes bindelhető input eszközt
+        cmdlist     kiírja az összes bindelhető parancsot
+.TP
+.I MEGJEGYZÉS
+Az autorepeat-et jelenleg csak joystick támogatja.
+.TP
+.B \-nojoystick
+joystick támogatás kikapcsolása. Alapállapot: bekapcsolva, ha be van fordítva.
+.TP
+.B \-nolirc
+LIRC támogatás kikapcsolása.
+.TP
+.B \-demuxer <szám>
+demuxer tipusának kényszerítése. A demuxers.h file-ban megadott ID kell,
+mint paraméter.
+.TP
+.B \-audio-demuxer <szám>
+audio demuxer tipusának kényszerítése. A demuxers.h file-ban megadott ID kell,
+mint paraméter.
+.TP
+.B \-hr-mp3-seek
+pontos MP3 seekelés. Alapállapotban be van kapcsolva, MP3 lejátszásnál.
+Pontosan oda seekel ahova kell, de lassú lehet - főleg visszafelé tekerésnél.
 .IP
 .SH "ALPHA/BETA ÁLLAPOTÚ FUNKCIÓK"
 .TP
@@ -654,6 +693,13 @@
 .TP
 .B \-dapsync
 alternatív A/V szinkron rutin használata. Mire jó?
+.TP
+.B \-subfile <filenév>
+jelenleg használhatatlan. Ugyanaz mint az -audiofile, csak felirat
+streamekre. (OggDS?)
+.TP
+.B \-sub-demuxer <szám>
+felirat demuxer tipusának kényszerítése, a -subfile opcióhoz.
 .IP
 .SH IRÁNYÍTÁS A BILLENTYŰZETRŐL
 .TP
--- a/DOCS/mplayer.1	Wed Mar 20 20:25:44 2002 +0000
+++ b/DOCS/mplayer.1	Wed Mar 20 21:14:36 2002 +0000
@@ -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