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