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