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