Mercurial > mplayer.hg
annotate DOCS/mplayer.1 @ 3275:38344371432f
vo DirectFB support by Jiri Svoboda <Jiri.Svoboda@seznam.cz>
author | arpi |
---|---|
date | Mon, 03 Dec 2001 01:09:36 +0000 |
parents | ef38487113b1 |
children | cdd3f5ac06b2 |
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 .\" | |
2099 | 4 .TH MPlayer |
1 | 5 .SH NAME |
6 mplayer \- Movie Player for Linux | |
7 .SH SYNOPSIS | |
8 .B mplayer | |
2099 | 9 .RB [ \-gui ] |
1714 | 10 .RB [ \-v ] |
11 .RB [ \-quiet ] | |
12 .RB [ \-vo\ <driver>[:<device>] ] | |
13 .RB [ \-ao\ <driver>[:<device>] ] | |
1 | 14 .RB [ \-vcd\ track\ number ] |
15 .RB [ \-sb\ byte\ position ] | |
1714 | 16 .RB [ \-nosound ] |
1917 | 17 .RB [ \-abs\ bytes ] |
1 | 18 .RB [ \-delay\ secs ] |
2099 | 19 .RB [ \-nobps ] |
1 | 20 .RB [ \-aid\ id ] |
21 .RB [ \-vid\ id ] | |
22 .RB [ \-fps\ rate ] | |
23 .RB [ \-mc\ seconds/5f ] | |
1714 | 24 .RB [ \-fs ] |
25 .RB [ \-vm ] | |
26 .RB [ \-zoom ] | |
1 | 27 .RB [ \-x\ x ] |
28 .RB [ \-y\ y ] | |
29 .RB [ \-xy\ factor ] | |
45 | 30 .RB [ \-pp\ quality ] |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
106
diff
changeset
|
31 .RB [ \-include\ configfile ] |
1153 | 32 .RB [ \-lircconf\ configfile ] |
222 | 33 .RB [ \-ffactor\ number ] |
472
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
34 .RB [ \-sub\ file ] |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
35 .RB [ \-subfps\ rate ] |
484 | 36 .RB [ \-subdelay\ sec ] |
532
a8ab5e0f5560
do you think the stars see how hard we're fighting for them?
gabucino
parents:
523
diff
changeset
|
37 .RB [ \-z\ <0-8> ] |
574 | 38 .RB [ \-idx ] |
39 .RB [ \-forceidx ] | |
646 | 40 .RB [ \-nodshow ] |
41 .RB [ \-noxv ] | |
42 .RB [ \-forcexv ] | |
2099 | 43 .RB [ \-ss\ time ] |
44 .RB [ \-dumpaudio ] | |
45 .RB [ \-dumpvideo ] | |
46 .RB [ \-noframedrop ] | |
47 .RB [ \-framedrop ] | |
48 .RB [ \-nodouble ] | |
49 .RB [ \-double ] | |
50 .RB [ \-stereo\ mode ] | |
3239
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3222
diff
changeset
|
51 .RB [ \-channels\ n ] |
2099 | 52 .RB [ \-srate\ Hz ] |
53 .RB [ \-osdlevel\ level ] | |
54 .RB [ \-config\ file ] | |
55 .RB [ \-display\ name ] | |
56 .RB [ \-unicode ] | |
57 .RB [ \-utf8 ] | |
58 .RB [ \-fsmode\ mode ] | |
59 .RB [ \-vc\ video\ codec\ name ] | |
60 .RB [ \-ac\ audio\ codec\ name ] | |
61 .RB [ \-vfm\ video\ codec\ family ] | |
62 .RB [ \-afm\ audio\ codec\ family ] | |
63 .RB [ \-frames\ number ] | |
64 .RB [ \-autoq\ quality ] | |
65 .RB [ \-fb\ device ] | |
66 .RB [ \-fbmode\ modename ] | |
67 .RB [ \-fbmodeconfig\ filename ] | |
68 .RB [ \-benchmark ] | |
69 .RB [ \-dvd\ titleid ] | |
70 .RB [ \-chapter\ chapterid ] | |
71 .RB [ \-dvdangle\ angleid ] | |
72 .RB [ \-dvdkey\ key ] | |
73 .RB [ \-skin\ skin ] | |
2084 | 74 .RB [ \-aspect\ ratio ] |
2110 | 75 .RB [ \-monitoraspect\ ratio ] |
2207 | 76 .RB [ \-subcp\ codepage ] |
77 .RB [ \-dumpmpsub ] | |
2362 | 78 .RB [ \-screenw\ pixels ] |
79 .RB [ \-screenh\ pixels ] | |
80 .RB [ \-cache\ kbytes ] | |
2363 | 81 .RB [ \-bpp\ depth ] |
82 .RB [ \-flip ] | |
2664 | 83 .RB [ \-playlist\ <filename> ] |
1714 | 84 .I - or file or device |
1 | 85 .PP |
86 .SH DESCRIPTION | |
87 .I mplayer | |
2099 | 88 MPlayer is a movie player for LINUX (runs on many other Unices, and |
89 non-x86 CPUs, see section 6). It plays most MPEG, AVI and ASF/WMV files, | |
90 supported by many native and Win32 DLL codecs. You can watch VideoCD, | |
91 SVCD, DVD and even DivX movies too (and you don't need the avifile library | |
92 at all!). The another big feature of mplayer is the wide range of | |
93 supported output drivers. It works with X11, Xv, DGA, OpenGL, SVGAlib, | |
94 fbdev, AAlib, but you can use SDL (and this way all drivers of SDL) and | |
95 some lowlevel card-specific drivers (for Matrox, 3Dfx and Radeon) too! | |
96 Most of them supports software or hardware scaling, so you can enjoy | |
97 movies in fullscreen. And what about the nice big antialiased shaded | |
98 subtitles (7 supported types!!!) with european/ISO 8859-1,2 (hungarian, | |
99 english, czech, etc), cyrillic, korean fonts, and OSD? | |
1 | 100 .LP |
101 .SH "GENERAL OPTIONS" | |
102 .TP | |
103 .I NOTE | |
2099 | 104 Every "flag" option has "noflag" pair, e.g. -fs opposite is -nofs |
1 | 105 .TP |
2099 | 106 .B \-gui |
107 start MPlayer with the GUI mode. You have to compile it in, for details | |
108 see the documentation. | |
790 | 109 .TP |
1714 | 110 .B \-dvd\ titleid |
111 tell MPlayer which movies (marked with titleid) to play. For example | |
112 sometimes '1' are trailers, and '2' is the real movie. | |
113 .TP | |
114 .B \-chapter\ chapterid | |
115 specify which chapter to start playing at. Examples can be found below. | |
116 .TP | |
117 .B \-dvdangle\ angleid | |
118 some DVD discs contain scenes that can be viewed from multiple angles. | |
2099 | 119 Here you can tell MPlayer which angles to use. Examples can be found below. |
1714 | 120 .TP |
1287 | 121 .B \-vo\ <driver>[:<device>] |
1288 | 122 select video output driver and optinaly device. "device" is valid with |
123 SDL and GGI too, it means sub-driver then (for example: -vo sdl:aalib). | |
1 | 124 |
125 you can get the list of available drivers executing | |
126 .I mplayer -vo help | |
127 | |
128 .TP | |
1287 | 129 .B \-ao\ <driver>[:<device>] |
1288 | 130 select audio output driver and optinaly device. "device" is valid with |
2099 | 131 SDL too, it means sub-driver then (for example: -vo sdl:esd). |
1208 | 132 |
133 If using OSS, you can specify which sound device to use like this : | |
1288 | 134 -ao oss:/dev/dsp1 (replaces the old -dsp option) |
986 | 135 |
136 you can get the list of available drivers executing | |
137 .I mplayer -ao help | |
138 | |
139 .TP | |
523 | 140 .B \-vcd\ track |
1 | 141 play video cd track from device instead of plain file |
142 .TP | |
523 | 143 .B \-nosound |
1 | 144 don't play sound |
145 .TP | |
146 .B \-fs | |
472
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
147 fullscreen playing (centers movie, and makes black |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
148 bands around it) |
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 \-vm |
2366 | 151 try to change to a different video mode. dga2, x11 (XF86VidMode) and sdl |
152 output drivers support it. | |
472
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
153 .TP |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
154 .B \-zoom |
2366 | 155 use software scaling, where available (use with -nofs). svga, x11, vesa |
156 output drivers support it. | |
1 | 157 .TP |
2363 | 158 .B \-flip |
159 flip image (useful for example for old Indeo codecs). Supported only(?) | |
2369 | 160 by the 'sdl' and 'x11' outputs. |
2363 | 161 .TP |
1 | 162 .B \-x\ x |
163 scale image to x width [if driver suppports!] | |
164 .TP | |
165 .B \-y\ y | |
166 scale image to y height | |
167 .TP | |
168 .B \-xy\ factor | |
169 scale image by <factor> | |
170 .TP | |
45 | 171 .B \-pp\ quality |
1 | 172 apply postprocess filter on decoded image. |
173 You need a STRONG CPU in order to use this! | |
174 The supported formats and settings are: | |
175 | |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2664
diff
changeset
|
176 MPEG 1/2 0 (none), TODO |
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2664
diff
changeset
|
177 OpenDivX 0 (none), TODO |
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2664
diff
changeset
|
178 DivX4 0 (none), TODO |
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2664
diff
changeset
|
179 DivX 0 (none), TODO |
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2664
diff
changeset
|
180 |
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2664
diff
changeset
|
181 -pp 0x20000 TODO |
1 | 182 |
1493 | 183 .TP |
184 .B \-autoq\ quality | |
185 dynamically changes the level of postprocess, depending on spare CPU | |
186 time available. Uses the same value ranges as -pp . The number you | |
187 specify will be the maximum level used. Usually you can use some big | |
1714 | 188 number. You don't have to (and don't) use together with -pp ! |
1 | 189 .TP |
222 | 190 .B \-ffactor\ number |
191 resample alphamap of the font. Can be: | |
1 | 192 |
222 | 193 0 plain white fonts |
194 0.75 very narrow black outline [default] | |
195 1 narrow black outline | |
196 10 bold black outline | |
472
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
197 .TP |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
198 .B \-sub\ file |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
199 use/display this subtitle file |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
200 .TP |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
201 .B \-subfps\ rate |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
202 specify frame/sec rate of subtitle file |
521 | 203 (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
|
204 (default: the same as the movie) |
484 | 205 .TP |
206 .B \-subdelay\ sec | |
207 delays subtitles by <sec> seconds. Can be negative. | |
1035 | 208 .TP |
209 .B \-osdlevel\ level | |
1037 | 210 specifies which mode the OSD should start in (0 : none, 1 : seek, 2: seek+timer) |
211 (default = 2) | |
1208 | 212 .TP |
1153 | 213 .B \-lircconf\ configfile |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2664
diff
changeset
|
214 specifies a configfile for LIRC (see http://www.lirc.org) if you don't like the default ~/.lircrc |
1516 | 215 .TP |
1556 | 216 .B \-v |
1516 | 217 enable verbose output (more -v means more verbose) |
218 .TP | |
1556 | 219 .B \-quiet |
1516 | 220 display less output, status messages. |
1556 | 221 .TP |
222 .B \-benchmark | |
223 used in combination with -nosound and -vo null for benchmarking. | |
1865 | 224 .TP |
225 .B \-skin skin directory | |
2084 | 226 load skin from this directory (WITHOUT path name!). For example '-skin fittyfene' tries these : |
1865 | 227 |
228 /usr/local/share/mplayer/Skin/fittyfene | |
229 ~/.mplayer/Skin/fittyfene | |
2084 | 230 .TP |
231 .B \-aspect ratio | |
232 set aspect ratio of movies. It's autodetected on MPEG files, and can't be | |
233 autodetected on AVI files. Examples: | |
234 | |
2167 | 235 -aspect 4:3 or -aspect 1.3333 |
236 -aspect 16:9 or -aspect 1.7777 | |
2084 | 237 |
238 (has -noaspect pair) | |
2110 | 239 .TP |
240 .B \-monitoraspect ratio | |
241 set aspect ratio of your screen. Examples: | |
242 | |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2207
diff
changeset
|
243 -monitoraspect 4:3 or 1.3333 |
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2207
diff
changeset
|
244 -monitoraspect 16:9 or 1.7777 |
2110 | 245 |
2664 | 246 .TP |
247 .B \-playlist <file> | |
248 play files according to this filelist (1 file/row). | |
1 | 249 .IP |
250 .SH "ADVANCED OPTIONS" | |
251 .TP | |
252 .I NOTE | |
1714 | 253 These options can help you solve your particular problem.. Also, see the |
254 documentation ! | |
1 | 255 .TP |
1363 | 256 .B \-vc <name> |
257 force usage of a specific video codec, according to its name in codecs.conf, | |
258 for example : | |
259 | |
260 -vc divx use VFW DivX codec | |
261 -vc divxds use DirectShow DivX codec | |
262 -vc ffdivx use libavcodec's DivX codec | |
1714 | 263 -vc ffmpeg12 use libavcodec's MPEG1/2 codec |
1363 | 264 -vc divx4 use ProjectMayo's DivX codec |
1988 | 265 |
266 See -vc help for FULL list ! | |
1363 | 267 .TP |
268 .B \-ac <name> | |
269 force usage of a specific audio codec, according to its name in codecs.conf, | |
270 for example : | |
1 | 271 |
1363 | 272 -ac mp3 use libmp3 MP3 codec |
273 -ac mp3acm use l3codeca.acm MP3 codec | |
274 -ac ac3 use AC3 codec | |
1714 | 275 -ac hwac3 enable Hardware AC3 passthrough |
276 (see documentation) | |
1855 | 277 -ac vorbis use libvorbis |
1931 | 278 -ac ffmp3 use ffmpeg's MP3 decoder (SLOW) |
1988 | 279 |
280 See -ac help for FULL list ! | |
1363 | 281 .TP |
3222
71a3d16f344f
hmm many things.. (sorry now i'm a bit confused:)
gabucino
parents:
2848
diff
changeset
|
282 .B \-vfm <1-12> |
1380 | 283 force usage of a specific codec FAMILY, and FALLBACK to default if failed. |
1377 | 284 For example: |
1364 | 285 |
286 -vfm 2 use VFW (Win32) codecs | |
1714 | 287 -vfm 3 use OpenDivX/DivX4 codec (YV12) |
1380 | 288 (same as -vc odivx but fallback) |
1364 | 289 -vfm 4 use DirectShow (Win32) codecs |
290 -vfm 5 use libavcodec codecs | |
1714 | 291 -vfm 7 use DivX4 codec (YUY2) |
1380 | 292 (same as -vc divx4 but fallback) |
2408 | 293 -vfm 10 use XAnim codecs |
1377 | 294 |
1988 | 295 See -vc help for FULL list ! |
296 | |
1714 | 297 NOTE : if libdivxdecore support was compiled in, then type 3 and 7 now contains |
298 just the same DivX4 codec, but different APIs to reach it. For difference | |
299 between them and when to use which, check the DivX4 section in the | |
300 documentation. | |
1363 | 301 .TP |
3222
71a3d16f344f
hmm many things.. (sorry now i'm a bit confused:)
gabucino
parents:
2848
diff
changeset
|
302 .B \-afm <1-12> |
1363 | 303 force usage of a specific audio format. For example: |
1364 | 304 |
1714 | 305 -afm 1 use libmp3 (mp2/mp3, |
306 but not mp1) | |
1364 | 307 -afm 2 suppose raw PCM audio |
308 -afm 3 use libac3 | |
309 -afm 4 use a matching Win32 codec | |
310 -afm 5 use aLaw/uLaw driver | |
1855 | 311 -afm 10 use libvorbis |
2251 | 312 -afm 11 use ffmpeg's MP3 decoder (even mp1) |
1988 | 313 |
314 See -ac help for FULL list ! | |
1 | 315 .TP |
523 | 316 .B \-sb\ position |
1 | 317 seek to byte position |
1206 | 318 .TP |
2099 | 319 .B \-ss\ time |
320 seek to given time position. For example : | |
321 | |
322 -ss 56 | |
323 -ss 01:10:00 | |
324 | |
1 | 325 .TP |
2363 | 326 .B \-bpp\ depth |
327 use different color depth than autodetect. Not all -vo drivers support | |
328 it (fbdev, dga2, svga, vesa). | |
329 .TP | |
523 | 330 .B \-abs\ bytes |
1917 | 331 sound card audio buffer size (in bytes, default: measuring) |
1 | 332 .TP |
333 .B \-delay\ secs | |
334 audio delay in seconds (may be +/- float value) | |
335 .TP | |
2099 | 336 .B \-nobps |
337 don't use avg. byte/sec value for A-V sync (AVI) | |
1 | 338 .TP |
339 .B \-aid\ id | |
2256 | 340 select audio channel [MPG: 0-31 AVI: 1-99 ASF: 0-127 VOB: 128-...] |
1 | 341 .TP |
342 .B \-vid\ id | |
343 select video channel [MPG: 0-15 AVI: -- ] | |
344 .TP | |
345 .B \-fps\ value | |
346 force frame rate (if value is wrong in the header) | |
347 .TP | |
348 .B \-mc\ seconds/5frame | |
349 maximum sync correction per 5 frames (in seconds) | |
350 .TP | |
351 .B \-ni | |
352 force usage of non-interleaved AVI parser | |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
106
diff
changeset
|
353 .TP |
2099 | 354 .B \-include configfile |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
106
diff
changeset
|
355 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
|
356 .TP |
a8ab5e0f5560
do you think the stars see how hard we're fighting for them?
gabucino
parents:
523
diff
changeset
|
357 .B \-z\ <0-8> |
a8ab5e0f5560
do you think the stars see how hard we're fighting for them?
gabucino
parents:
523
diff
changeset
|
358 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
|
359 0 : no compression |
a8ab5e0f5560
do you think the stars see how hard we're fighting for them?
gabucino
parents:
523
diff
changeset
|
360 8 : max compression |
574 | 361 .TP |
362 .B \-idx | |
363 rebuilds INDEX of the AVI. Useful with broken downloads, or badly | |
364 created AVIs. | |
365 .TP | |
366 .B \-forceidx | |
367 force rebuilding of INDEX. Useful for testing, or AVIs with bad | |
368 indexes. | |
629 | 369 .TP |
370 .B \-nodshow | |
630 | 371 disables usage of DirectShow video codecs |
646 | 372 .TP |
373 .B \-noxv | |
374 disable XVideo hardware acceleration (with SDL only!) | |
375 .TP | |
376 .B \-forcexv | |
377 force using XVideo (SDL!) | |
791 | 378 .TP |
379 .B \-dumpaudio | |
793 | 380 writes audio stream of the file to ./stream.dump (mostly usable |
381 with mpeg/ac3) | |
801 | 382 .TP |
383 .B \-noframedrop | |
1160 | 384 no frame dropping : every frame is played, audio and video may be out of |
385 sync (default) | |
801 | 386 .TP |
387 .B \-framedrop | |
388 frame dropping : decode all frames, video may skip | |
389 .TP | |
1151 | 390 .B \-nodouble |
2251 | 391 disable doublebuffering (default). Currently this is only honoured by the Xv and the DGA driver. |
1151 | 392 With the DGA driver this also disables OSD support but yields some speed gain. |
393 .TP | |
394 .B \-double | |
1851 | 395 enable doublebuffering. Currently this is only honoured by the Xv and the DGA driver. |
1151 | 396 .TP |
822 | 397 .B \-dvdkey key |
398 key to decrypt stream encrypted with CSS. For example : -dvdkey F169072699 | |
1714 | 399 (this is NOT for DVD playing! For DVD use the -dvd option!) |
868 | 400 .TP |
401 .B \-stereo mode | |
1714 | 402 select type of MPEG1 stereo output. |
868 | 403 |
404 Stereo 0 | |
405 Left channel 1 | |
406 Right channel 2 | |
3239
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3222
diff
changeset
|
407 .TP |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3222
diff
changeset
|
408 .B \-channels n |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3222
diff
changeset
|
409 select number of audio output channels to be used |
868 | 410 |
3239
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3222
diff
changeset
|
411 Stereo 2 |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3222
diff
changeset
|
412 Surround 4 |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3222
diff
changeset
|
413 Full 5.1 6 |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3222
diff
changeset
|
414 |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3222
diff
changeset
|
415 Currently this option is only honoured for AC3 audio. |
986 | 416 .TP |
417 .B \-srate Hz | |
418 specifies Hz to playback audio on. Has effect on playback speed! | |
1036 | 419 .TP |
420 .B \-config configfile | |
421 specifies where to search for config file | |
1071 | 422 .TP |
423 .B \-display name | |
424 specify the hostname and display number of the X server you want | |
425 to display on. For example : -display xtest.localdomain:0 | |
1072 | 426 .TP |
427 .B \-unicode | |
1389 | 428 tells MPlayer to handle the subtitle file as UNICODE. |
1072 | 429 Contrary: -nounicode |
1206 | 430 .TP |
1389 | 431 .B \-utf8 |
432 tells MPlayer to handle the subtitle file as UTF8. | |
433 .TP | |
1273 | 434 .B \-fsmode\ mode |
435 This option workarounds some problems when using specific windowmanagers and | |
436 fullscreen mode. If you experience fullscreen problems, try changing this | |
437 value between 0 and 7. | |
1500 | 438 |
1714 | 439 -fsmode 0 new method |
440 -fsmode 1 ICCCWM patch | |
441 (for KDE2/icewm) | |
442 -fsmode 2 old method | |
443 -fsmode 3 ICCCWM patch | |
444 plus Motif method | |
1479 | 445 .TP |
446 .B \-frames\ number | |
447 MPlayer plays <number> frames, then quits. | |
1500 | 448 .TP |
449 .B \-fb\ device | |
450 Specifies the framebuffer device to use. By default it uses /dev/fb0 . | |
451 Only valid for the fbdev driver. | |
452 .TP | |
453 .B \-fbmode\ modename | |
454 Change videomode to the one that is labelled as <modename> in /etc/fb.modes . | |
455 Only valid for the fbdev driver. | |
456 .TP | |
457 .I NOTE | |
458 VESA framebuffer doesn't support mode changing. | |
459 .TP | |
460 .B \-fbmodeconfig\ filename | |
461 Use this config file instead of the default /etc/fb.modes . | |
462 Only valid for the fbdev driver. | |
2207 | 463 .TP |
464 .B \-subcp\ codepage | |
465 If your system supports iconv(3), you can use this option to | |
466 specify codepage of the subtitle. Examples: | |
467 | |
468 -subcp latin2 | |
469 -subcp cp1250 | |
470 | |
471 .TP | |
472 .B \-dumpmpsub | |
473 Convert the given subtitle (specified with the -sub switch) to MPlayer's | |
474 subtitle format, MPsub. Dumps a dump.mpsub file to current directory. | |
2362 | 475 .TP |
476 .B \-screenw\ pixels | |
2368 | 477 If you use an output driver which can't know the resolution of the screen |
478 (mga/fbdev/x11 and/or TVout) this is where you can specify the horizontal | |
479 resolution. | |
2362 | 480 .TP |
481 .B \-screenh\ pixels | |
2368 | 482 If you use an output driver which can't know the resolution of the screen |
483 (mga/fbdev/x11 and/or TVout) this is where you can specify the vertical | |
484 resolution. | |
2362 | 485 .TP |
486 .B \-cache\ kbytes | |
2561 | 487 This option specifies how much memory to use when precaching a file/URL . |
488 Especially useful on slow media. Default is off. | |
1 | 489 .IP |
490 .SH "ALPHA/BETA CODE" | |
491 .TP | |
492 .I NOTE | |
2251 | 493 These are included in this manpage just for completeness! These may or may NOT |
494 work! If you don't know what are these, you DON'T need these! In either case, | |
495 double-check the documentation ! | |
1 | 496 .TP |
497 .B \-br\ rate | |
498 used with '-vo odivx' . | |
499 Specifies the bitrate to encode OpenDivx at | |
500 (in bits! e.g: 780000). | |
501 .TP | |
1898 | 502 .I NOTE |
503 You CAN'T encode sound, only video right now! Don't ask for it, | |
504 it's on the TODO list. | |
505 .TP | |
1 | 506 .B \-encode\ file |
507 used with '-vo odivx' . | |
508 Specifies the output OpenDivX file. Won't overwrite. | |
793 | 509 .TP |
510 .B \-dumpvideo | |
511 dump video stream to ./stream.dump (only with MPEG-PS) (not very usable) | |
1714 | 512 .TP |
513 .B \-sid | |
2251 | 514 specify DVD subtitle (?) (IT _WILL NOT_ DISPLAY! RTFM!) |
1 | 515 .IP |
222 | 516 .SH KEYBOARD CONTROL |
517 .TP | |
518 .I NOTE | |
519 These keys may/may not work, depending on your video output driver. | |
520 .TP | |
521 <- or -> seek backward/forward 10 seconds | |
522 | |
523 up or down seek backward/forward 1 minute | |
524 | |
1578 | 525 pgup/pgdown seek backward/forward 10 minutes |
526 | |
222 | 527 p or SPACE pause movie (press any key) |
528 | |
529 q or ESC stop playing and quit program | |
530 | |
962 | 531 + or - adjust audio delay by +/- 0.1 second |
389 | 532 |
454 | 533 / or * decrease/increase volume |
534 | |
523 | 535 o toggle OSD: none / seek / seek+timer |
474 | 536 |
484 | 537 m toggle using master/pcm volume |
801 | 538 |
948 | 539 z or x adjust subtitle delay by +/- 0.1 second |
1556 | 540 |
2561 | 541 (the following keys are valid only when using DirectShow DivX codec, or |
542 the DivX4 codec with -vc divx4) | |
1556 | 543 |
544 1 or 2 adjust contrast | |
545 | |
546 3 or 4 adjust brightness | |
547 | |
1702 | 548 5 or 6 adjust hue |
1556 | 549 |
550 7 or 8 adjust saturation | |
551 | |
222 | 552 .IP |
553 .SH FILES AND DIRECTORIES | |
554 .TP | |
555 .I CONFIG FILES | |
556 Settings are stored system-wide in the /etc/mplayer.conf file, | |
557 and per-user in $HOME/.mplayer/config. The directory | |
558 $HOME/.mplayer and the 'config' are created if doesn't exist. | |
559 .TP | |
560 .I FONTS | |
561 Fonts are searched in $HOME/.mplayer/font. There must be a font.desc | |
562 file, and files with .RAW extension. | |
563 .TP | |
224 | 564 .I SUBTITLE FILES |
2361 | 565 MPlayer currently supports 9 subtitle formats : MicroDVD, SubRip, unnamed, |
566 SAMI (smi), vplayer, RealMedia RT, ssa (Sub Station Alpha), AQT, and our own: MPsub. | |
899 | 567 Sub files are searched in this priority : (for example /mnt/cdrom/movie.avi) |
568 /mnt/cdrom/movie.sub | |
1714 | 569 (utf/UTF/sub/SUB/srt/SRT/smi/SMI/rt/RT/txt/TXT/ssa/SSA) |
899 | 570 $HOME/.mplayer/sub/movie.sub |
1714 | 571 (utf/UTF/sub/SUB/srt/SRT/smi/SMI/rt/RT/txt/TXT/ssa/SSA) |
899 | 572 $HOME/.mplayer/default.sub |
222 | 573 .IP |
1 | 574 .SH "EXAMPLES" |
1714 | 575 .B Quickstart DVD playing |
576 mplayer -dvd 1 | |
577 .TP | |
578 .B Multiangle DVD playing | |
579 mplayer -dvd 1 -dvdangle 2 | |
580 .TP | |
581 .B Playing from a different DVD device | |
582 mplayer -dvd 1 /dev/dvd2 | |
583 .TP | |
584 .B Stream from HTTP | |
585 mplayer http://mplayer.hq/example.avi | |
2207 | 586 .TP |
587 .B Convert subtitle to MPsub (to ./dump.mpsub) | |
588 mplayer dummy.avi -sub source.sub -dumpmpsub | |
1 | 589 .LP |
590 .SH BUGS | |
1714 | 591 Probably. Check the documentation. |
1 | 592 |
593 Bugreports should be addressed to the MPlayer-users mailing list | |
2130 | 594 (mplayer-users@mplayerhq.hu) ! If you want to submit a bugreport |
1714 | 595 (which we love to receive!), please double-check the bugreports.html, and |
1 | 596 tell us all that we need to know to identify your problem. |
597 | |
598 .LP | |
599 .SH AUTHORS | |
1714 | 600 Check documentation ! |
1 | 601 |
602 MPlayer is (C) 2000-2001 | |
603 .I Arpad Gereoffy <arpi@thot.banki.hu> | |
604 | |
2251 | 605 This manpage is written and maintained by |
1714 | 606 .I Gabucino . |
1 | 607 .LP |
608 .SH STANDARD DISCLAIMER | |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2664
diff
changeset
|
609 Use only at your own risk! There may be errors and inaccuracies that could |
1 | 610 be damaging to your system or your eye. Proceed with caution, and although |
611 this is highly unlikely, the author doesn't take any responsibility for that! | |
612 .\" end of file |