Mercurial > mplayer.hg
annotate DOCS/mplayer.1 @ 879:5d00233a4e5b
alaw and ulaw table generator
author | arpi_esp |
---|---|
date | Fri, 25 May 2001 18:17:27 +0000 |
parents | 5999c2c91500 |
children | f51b1ad62410 |
rev | line source |
---|---|
1 | 1 .\" MPlayer (C) 2000-2001 Arpad Gereoffy <arpi@esp-team.scene.hu> |
2 .\" This manpage was/is done by Gabucino | |
3 .\" | |
733 | 4 .TH MPlayer-CVS |
1 | 5 .SH NAME |
6 mplayer \- Movie Player for Linux | |
7 .SH SYNOPSIS | |
8 .B mplayer | |
9 .RB [ \-vo\ output\ driver ] | |
10 .RB [ \-vcd\ track\ number ] | |
11 .RB [ \-sb\ byte\ position ] | |
12 .RB [ \-nosound\ ] | |
13 .RB [ \-abs\ seconds ] | |
14 .RB [ \-delay\ secs ] | |
15 .RB [ \-bps\ value ] | |
16 .RB [ \-aid\ id ] | |
17 .RB [ \-vid\ id ] | |
18 .RB [ \-fps\ rate ] | |
19 .RB [ \-mc\ seconds/5f ] | |
20 .RB [ \-afm\ audio\ decoder ] | |
21 .RB [ \-fs\ ] | |
472
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
22 .RB [ \-vm\ ] |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
23 .RB [ \-zoom\ ] |
1 | 24 .RB [ \-x\ x ] |
25 .RB [ \-y\ y ] | |
26 .RB [ \-xy\ factor ] | |
27 .RB [ \-dsp\ device ] | |
45 | 28 .RB [ \-pp\ quality ] |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
106
diff
changeset
|
29 .RB [ \-include\ configfile ] |
222 | 30 .RB [ \-ffactor\ number ] |
472
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
31 .RB [ \-sub\ file ] |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
32 .RB [ \-subfps\ rate ] |
484 | 33 .RB [ \-subdelay\ sec ] |
523 | 34 .RB [ \-dvd\ device ] |
532
a8ab5e0f5560
do you think the stars see how hard we're fighting for them?
gabucino
parents:
523
diff
changeset
|
35 .RB [ \-z\ <0-8> ] |
574 | 36 .RB [ \-idx ] |
37 .RB [ \-forceidx ] | |
646 | 38 .RB [ \-nodshow ] |
39 .RB [ \-sdl\ driver ] | |
40 .RB [ \-noxv ] | |
41 .RB [ \-forcexv ] | |
656 | 42 .RB [ \-ss\ sec ] |
791 | 43 .RB [ \-dumpaudio ] |
793 | 44 .RB [ \-dumpvideo ] |
45 .RB [ \-dumpsub ] | |
801 | 46 .RB [ \-noframedrop ] |
47 .RB [ \-framedrop ] | |
48 .RB [ \-hardframedrop ] | |
822 | 49 .RB [ \-dvdkey\ key ] |
868 | 50 .RB [ \-stereo\ mode ] |
693 | 51 .I - or file |
1 | 52 .PP |
53 .SH DESCRIPTION | |
54 .I mplayer | |
55 Yes. Yet another movie player for linux. | |
56 What is the special with this? It works, at least for me :) | |
57 I've tried lots of players under linux (mtv,xmps,dvdview,livid/oms,VideoLAN, | |
58 xine,xanim,avifile,xmmp) but they all have some problem. Mostly with | |
59 special files or with audio/video sync. Most of them is unable to play | |
60 both mpeg1, mpeg2 and avi (DivX) files. Many players have image quality | |
61 or speed problems too. So I've decided to write/modify one... | |
62 .LP | |
63 .SH "GENERAL OPTIONS" | |
64 .TP | |
65 .I NOTE | |
66 MPlayer works out-of-the-box, so you generally don't have to mess with | |
67 any options. | |
68 .TP | |
790 | 69 .I NOTE |
70 Every "flag" option has "noflag" pair, e.g. -fs opposite is -nofs | |
71 .TP | |
1 | 72 .BI \-vo\ output\ driver |
73 select output driver | |
74 | |
75 you can get the list of available drivers executing | |
76 .I mplayer -vo help | |
77 | |
78 .TP | |
523 | 79 .B \-vcd\ track |
1 | 80 play video cd track from device instead of plain file |
81 .TP | |
523 | 82 .B \-dvd\ device |
83 specify DVD-ROM drive to use for MPEG2 decoding. | |
84 (use *_only_* when playing from DVD!) | |
85 .TP | |
86 .B \-nosound | |
1 | 87 don't play sound |
88 .TP | |
89 .B \-fs | |
472
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
90 fullscreen playing (centers movie, and makes black |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
91 bands around it) |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
92 .TP |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
93 .B \-vm |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
94 use XF86VidMode extension for mode changing |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
95 .TP |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
96 .B \-zoom |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
97 use software scaling, where available |
1 | 98 .TP |
99 .B \-x\ x | |
100 scale image to x width [if driver suppports!] | |
101 .TP | |
102 .B \-y\ y | |
103 scale image to y height | |
104 .TP | |
105 .B \-xy\ factor | |
106 scale image by <factor> | |
107 .TP | |
108 .B \-dsp\ device | |
109 select another DSP output device | |
110 .TP | |
45 | 111 .B \-pp\ quality |
1 | 112 apply postprocess filter on decoded image. |
113 You need a STRONG CPU in order to use this! | |
114 The supported formats and settings are: | |
115 | |
181 | 116 MPEG 1/2 0 (none), 1, 3, 7, 15, 31, 63 |
117 OpenDivX 0 (none), 1, 3, 7, 15, 31, 63 | |
118 DivX 0 (none), 1, 2, 3, 4 | |
1 | 119 |
120 .I NOTE | |
52 | 121 Maybe less/more. |
122 | |
123 .I NOTE | |
1 | 124 You can use this with OpenDivX encoding too! See ALPHA/BETA CODE section. |
125 .TP | |
222 | 126 .B \-ffactor\ number |
127 resample alphamap of the font. Can be: | |
1 | 128 |
222 | 129 0 plain white fonts |
130 0.75 very narrow black outline [default] | |
131 1 narrow black outline | |
132 10 bold black outline | |
472
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
133 .TP |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
134 .B \-sub\ file |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
135 use/display this subtitle file |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
136 .TP |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
137 .B \-subfps\ rate |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
138 specify frame/sec rate of subtitle file |
521 | 139 (ONLY for frame-based SUB files, i.e. NOT MicroDVD format!) |
472
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
140 (default: the same as the movie) |
484 | 141 .TP |
142 .B \-subdelay\ sec | |
143 delays subtitles by <sec> seconds. Can be negative. | |
1 | 144 .IP |
145 .SH "ADVANCED OPTIONS" | |
146 .TP | |
147 .I NOTE | |
148 These options can help you solve your particular problem.. Also, see the DOCS! | |
149 .TP | |
150 .B \-afm <1-5> | |
151 force audio format 1:MPEG 2:PCM 3:AC3 4:Win32 5:aLaw | |
152 | |
153 .I NOTE | |
154 With DivX AVIs with MP3 audio, you can choose whether to use MP3LIB (option 1), | |
155 or Win32 DLL l3codeca.acm (option 4) (default). On CPUs with the 3DNow! | |
156 instruction set, the first gives more performance. Your mileage may vary. | |
157 .TP | |
523 | 158 .B \-sb\ position |
1 | 159 seek to byte position |
656 | 160 .B \-ss\ second |
161 seek to second position | |
1 | 162 .TP |
523 | 163 .B \-abs\ bytes |
1 | 164 audio buffer size (in bytes, default: measuring) |
165 .TP | |
166 .B \-delay\ secs | |
167 audio delay in seconds (may be +/- float value) | |
168 .TP | |
169 .B \-bps | |
170 use avg. byte/sec value for A-V sync (AVI) | |
171 .TP | |
172 .B \-aid\ id | |
173 select audio channel [MPG: 0-31 AVI: 1-99] | |
174 .TP | |
175 .B \-vid\ id | |
176 select video channel [MPG: 0-15 AVI: -- ] | |
177 .TP | |
178 .B \-fps\ value | |
179 force frame rate (if value is wrong in the header) | |
180 .TP | |
181 .B \-mc\ seconds/5frame | |
182 maximum sync correction per 5 frames (in seconds) | |
183 .TP | |
184 .B \-ni | |
185 force usage of non-interleaved AVI parser | |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
106
diff
changeset
|
186 .TP |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
106
diff
changeset
|
187 .B \-include |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
106
diff
changeset
|
188 specify config file to be parsed after the default |
532
a8ab5e0f5560
do you think the stars see how hard we're fighting for them?
gabucino
parents:
523
diff
changeset
|
189 .TP |
a8ab5e0f5560
do you think the stars see how hard we're fighting for them?
gabucino
parents:
523
diff
changeset
|
190 .B \-z\ <0-8> |
a8ab5e0f5560
do you think the stars see how hard we're fighting for them?
gabucino
parents:
523
diff
changeset
|
191 specifies compression level for PNG output |
a8ab5e0f5560
do you think the stars see how hard we're fighting for them?
gabucino
parents:
523
diff
changeset
|
192 0 : no compression |
a8ab5e0f5560
do you think the stars see how hard we're fighting for them?
gabucino
parents:
523
diff
changeset
|
193 8 : max compression |
574 | 194 .TP |
195 .B \-idx | |
196 rebuilds INDEX of the AVI. Useful with broken downloads, or badly | |
197 created AVIs. | |
198 .TP | |
199 .B \-forceidx | |
200 force rebuilding of INDEX. Useful for testing, or AVIs with bad | |
201 indexes. | |
629 | 202 .TP |
203 .B \-nodshow | |
630 | 204 disables usage of DirectShow video codecs |
646 | 205 .TP |
206 .B \-sdl\ driver | |
207 specify SDL driver to use. For example: aalib, dga, fbdev, svga, x11, ggi | |
208 .TP | |
209 .B \-noxv | |
210 disable XVideo hardware acceleration (with SDL only!) | |
211 .TP | |
212 .B \-forcexv | |
213 force using XVideo (SDL!) | |
791 | 214 .TP |
215 .B \-dumpaudio | |
793 | 216 writes audio stream of the file to ./stream.dump (mostly usable |
217 with mpeg/ac3) | |
801 | 218 .TP |
219 .B \-noframedrop | |
220 no frame dropping : every frame is played, audio may skip (default) | |
221 .TP | |
222 .B \-framedrop | |
223 frame dropping : decode all frames, video may skip | |
224 .TP | |
225 .B \-hardframe | |
226 hard frame dropping : skip even decoding (when using with DivX also | |
802 | 227 specify -nodshow !!!) |
822 | 228 .TP |
229 .B \-dvdkey key | |
230 key to decrypt stream encrypted with CSS. For example : -dvdkey F169072699 | |
231 (this is NOT for DVD playing! For DVD use the -dvd option!) | |
868 | 232 .TP |
233 .B \-stereo mode | |
234 select type of MPEG1 stereo output. Mode may be 0:stereo 1:left 2:right | |
235 | |
236 Stereo 0 | |
237 Left channel 1 | |
238 Right channel 2 | |
239 | |
1 | 240 .IP |
241 .SH "ALPHA/BETA CODE" | |
242 .TP | |
243 .I NOTE | |
244 These are included in this manpage just for completeness! If you don't | |
245 know what are these, you DON'T need these! In either case, double-check DOCS! | |
246 .TP | |
247 .B \-br\ rate | |
248 used with '-vo odivx' . | |
249 Specifies the bitrate to encode OpenDivx at | |
250 (in bits! e.g: 780000). | |
251 .TP | |
252 .B \-encode\ file | |
253 used with '-vo odivx' . | |
254 Specifies the output OpenDivX file. Won't overwrite. | |
793 | 255 .TP |
256 .B \-dumpvideo | |
257 dump video stream to ./stream.dump (only with MPEG-PS) (not very usable) | |
258 .TP | |
259 .B \-dumpsub | |
801 | 260 dumps subtitles from VOB to file (not very usable) |
1 | 261 .IP |
222 | 262 .SH KEYBOARD CONTROL |
263 .TP | |
264 .I NOTE | |
265 These keys may/may not work, depending on your video output driver. | |
266 .TP | |
267 <- or -> seek backward/forward 10 seconds | |
268 | |
269 up or down seek backward/forward 1 minute | |
270 | |
271 p or SPACE pause movie (press any key) | |
272 | |
273 q or ESC stop playing and quit program | |
274 | |
275 + or - adjust audio delay by +/- 0.1 second | |
389 | 276 |
454 | 277 / or * decrease/increase volume |
278 | |
523 | 279 o toggle OSD: none / seek / seek+timer |
474 | 280 |
484 | 281 m toggle using master/pcm volume |
801 | 282 |
802 | 283 d toggle frame dropping: no / on / hard |
222 | 284 .IP |
285 .SH FILES AND DIRECTORIES | |
286 .TP | |
287 .I CONFIG FILES | |
288 Settings are stored system-wide in the /etc/mplayer.conf file, | |
289 and per-user in $HOME/.mplayer/config. The directory | |
290 $HOME/.mplayer and the 'config' are created if doesn't exist. | |
291 .TP | |
292 .I FONTS | |
293 Fonts are searched in $HOME/.mplayer/font. There must be a font.desc | |
294 file, and files with .RAW extension. | |
295 .TP | |
224 | 296 .I SUBTITLE FILES |
222 | 297 Sub files are searched in $HOME/.mplayer/sub, and in the directory |
801 | 298 of the movie. (TODO) |
222 | 299 .IP |
1 | 300 .SH "EXAMPLES" |
301 Just launch it! :) | |
302 .LP | |
303 .SH BUGS | |
96 | 304 Probably. Check DOCS. |
1 | 305 |
306 Bugreports should be addressed to the MPlayer-users mailing list | |
40 | 307 (mplayer-users@lists.sourceforge.net) ! If you want to submit a bugreport |
1 | 308 (which we love to receive!), please double-check the README, and |
309 tell us all that we need to know to identify your problem. | |
310 | |
311 .LP | |
312 .SH AUTHORS | |
313 Check DOCS/AUTHORS ! | |
314 | |
315 MPlayer is (C) 2000-2001 | |
316 .I Arpad Gereoffy <arpi@thot.banki.hu> | |
317 | |
318 This manpage is maintained by | |
319 .I Gabucino. | |
320 .LP | |
321 .SH STANDARD DISCLAIMER | |
322 Use only at your own risk! There may be errors and inaccuracies that could | |
323 be damaging to your system or your eye. Proceed with caution, and although | |
324 this is highly unlikely, the author doesn't take any responsibility for that! | |
325 .\" end of file |