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