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