Mercurial > mplayer.hg
annotate DOCS/mplayer.1 @ 4064:3c747168eb6e
1. subs know are readed after reading AVI header so we already know fps
2. modified vplayer format reader - default time is ~6 sec - maybe that should
be an option
author | atlka |
---|---|
date | Wed, 09 Jan 2002 16:35:24 +0000 |
parents | 0e22f7d7f67d |
children | b57295270712 |
rev | line source |
---|---|
3953 | 1 .\" MPlayer (C) 2000-2002 Arpad Gereoffy <sendmail@to.mplayer-users> |
1 | 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 ] |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
11 .RB [ \-help / -h / --help ] |
1714 | 12 .RB [ \-quiet ] |
13 .RB [ \-vo\ <driver>[:<device>] ] | |
14 .RB [ \-ao\ <driver>[:<device>] ] | |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
15 .RB [ \-vcd\ <track\ number> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
16 .RB [ \-sb\ <byte\ position> ] |
1714 | 17 .RB [ \-nosound ] |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
18 .RB [ \-abs\ <bytes> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
19 .RB [ \-delay\ <secs> ] |
2099 | 20 .RB [ \-nobps ] |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
21 .RB [ \-aid\ <id> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
22 .RB [ \-alang\ <audio\ stream\ languages> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
23 .RB [ \-vid\ <id> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
24 .RB [ \-fps\ <rate> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
25 .RB [ \-mc\ <seconds/5f> ] |
1714 | 26 .RB [ \-fs ] |
27 .RB [ \-vm ] | |
28 .RB [ \-zoom ] | |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
29 .RB [ \-x\ <x> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
30 .RB [ \-y\ <y> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
31 .RB [ \-sws\ <software\ scaler\ type> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
32 .RB [ \-xy\ <factor> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
33 .RB [ \-pp\ <quality> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
34 .RB [ \-include\ <config\ file> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
35 .RB [ \-lircconf\ <config\ file> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
36 .RB [ \-ffactor\ <number> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
37 .RB [ \-sub\ <filename> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
38 .RB [ \-subfps\ <rate> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
39 .RB [ \-subdelay\ <seconds> ] |
3949 | 40 .RB [ \-z\ <0-9> ] |
574 | 41 .RB [ \-idx ] |
42 .RB [ \-forceidx ] | |
646 | 43 .RB [ \-nodshow ] |
44 .RB [ \-noxv ] | |
45 .RB [ \-forcexv ] | |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
46 .RB [ \-ss\ <time> ] |
2099 | 47 .RB [ \-dumpaudio ] |
48 .RB [ \-dumpvideo ] | |
3371 | 49 .RB [ \-dumpstream ] |
2099 | 50 .RB [ \-noframedrop ] |
51 .RB [ \-framedrop ] | |
52 .RB [ \-nodouble ] | |
53 .RB [ \-double ] | |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
54 .RB [ \-stereo\ <mode> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
55 .RB [ \-channels\ <n> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
56 .RB [ \-srate\ <Hz> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
57 .RB [ \-osdlevel\ <level> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
58 .RB [ \-config\ <file> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
59 .RB [ \-display\ <name> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
60 .RB [ \-wid\ <window\ id> ] |
2099 | 61 .RB [ \-unicode ] |
62 .RB [ \-utf8 ] | |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
63 .RB [ \-fsmode\ <mode> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
64 .RB [ \-vc\ <video\ codec\ name> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
65 .RB [ \-ac\ <audio\ codec\ name> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
66 .RB [ \-vfm\ <video\ codec\ family> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
67 .RB [ \-afm\ <audio\ codec\ family> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
68 .RB [ \-frames\ <number> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
69 .RB [ \-autoq\ <quality> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
70 .RB [ \-fb\ <device> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
71 .RB [ \-fbmode\ <modename> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
72 .RB [ \-fbmodeconfig\ <filename> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
73 .RB [ \-monitor_hfreq\ <horizontal\ frequency\ range> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
74 .RB [ \-monitor_vfreq\ <vertical\ frequency\ range> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
75 .RB [ \-monitor_dotclock\ <dotclock\ (or\ pixelclock)\ range> ] |
2099 | 76 .RB [ \-benchmark ] |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
77 .RB [ \-dvd\ <title\ id> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
78 .RB [ \-chapter\ <chapter\ id> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
79 .RB [ \-dvdangle\ <angle\ id> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
80 .RB [ \-alang\ <country\ code> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
81 .RB [ \-slang\ <country\ code> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
82 .RB [ \-sid\ <subtitle \id> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
83 .RB [ \-dvdkey\ <key> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
84 .RB [ \-skin\ <skin\ name> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
85 .RB [ \-aspect\ <ratio> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
86 .RB [ \-monitoraspect\ <ratio> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
87 .RB [ \-subcp\ <codepage> ] |
2207 | 88 .RB [ \-dumpmpsub ] |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
89 .RB [ \-dumpfile ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
90 .RB [ \-dumpsub ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
91 .RB [ \-screenw\ <pixels> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
92 .RB [ \-screenh\ <pixels> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
93 .RB [ \-cache\ <kbytes> ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
94 .RB [ \-bpp\ <depth> ] |
2363 | 95 .RB [ \-flip ] |
2664 | 96 .RB [ \-playlist\ <filename> ] |
3322
cdd3f5ac06b2
-slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents:
3239
diff
changeset
|
97 .RB [ \-slave ] |
3774 | 98 .RB [ \-loop\ <num> ] |
99 .RB [ \-mixer\ <device> ] | |
100 .RB [ \-master\ yes/no ] | |
3927 | 101 .RB [ \-tv\ <suboptions> ] |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
102 .RB [ \-dapsync ] |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
103 .RB [ \-softsleep ] |
3912 | 104 .RB [ \-rootwin ] |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
105 .I < - | file | URL | device > |
1 | 106 .PP |
107 .SH DESCRIPTION | |
108 .I mplayer | |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
109 MPlayer is a movie player for LINUX (runs on many other Unices, and non-x86 |
3927 | 110 CPUs, see section 6). It plays most MPEG, AVI, MOV/QT and ASF/WMV files, supported by |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
111 many native and Win32 DLL codecs. You can watch VideoCD, SVCD, DVD, and even |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
112 DivX movies too (and you don't need the avifile library at all!). |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
113 |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
114 Another big feature of mplayer is the wide range of supported output drivers : |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
115 X11, Xv, DGA, OpenGL, SVGAlib, fbdev, AAlib, DirectFB, SDL (and all the drivers |
3943 | 116 it supports), VESA (on every VESA compatible card, even without X!), and some |
117 lowlevel card-specific drivers (for Matrox, 3Dfx and Radeon) too! Most of them | |
118 supports software or hardware scaling, so you can enjoy movies in fullscreen. | |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
119 |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
120 Several subtitles types are supported (curently 9 !) and the fonts are |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
121 rendered with nice big antialiased shaded fonts ! Of course there is support |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
122 for european/ISO 8859-1,2 (hungarian, english, czech, etc), cyrillic, korean |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
123 fonts. |
1 | 124 .LP |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
125 .SH "GUI OPTIONS" |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
126 .I NOTE: |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
127 The GUI code has to be compiled in *explicitly*, for details see the |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
128 documentation. |
1 | 129 .TP |
2099 | 130 .B \-gui |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
131 start MPlayer in GUI mode. |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
132 .TP |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
133 .B \-skin <skin\ directory> |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
134 load skin from this directory (WITHOUT path name!). For example '-skin fittyfene' tries these : |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
135 |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
136 /usr/local/share/mplayer/Skin/fittyfene |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
137 ~/.mplayer/Skin/fittyfene |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
138 .LP |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
139 .SH "DVD OPTIONS" |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
140 .I NOTE: |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
141 These options are valid only with DVD support compiled in. For details, |
2099 | 142 see the documentation. |
790 | 143 .TP |
1714 | 144 .B \-dvd\ titleid |
145 tell MPlayer which movies (marked with titleid) to play. For example | |
146 sometimes '1' are trailers, and '2' is the real movie. | |
147 .TP | |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
148 .B \-sid\ <id> |
3488 | 149 Turns on DVD subtitle displaying. Also, you MUST specify a number which |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
150 corresponds to a DVD subtitle language (0-31). For the list of available |
3797 | 151 subtitles, use with the -v switch and look at the output. |
3488 | 152 .TP |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
153 .B \-chapter\ <chapter\ id> |
1714 | 154 specify which chapter to start playing at. Examples can be found below. |
155 .TP | |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
156 .B \-dvdangle\ <angle\ id> |
1714 | 157 some DVD discs contain scenes that can be viewed from multiple angles. |
2099 | 158 Here you can tell MPlayer which angles to use. Examples can be found below. |
1714 | 159 .TP |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
160 .B \-alang\ <audio\ stream\ language> |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
161 Used when playing DVD disks. Expects a two-letter country code(s) as |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
162 parameter, and always tries to play back audio streams those language |
3799 | 163 matches the given code. For example: -alang hu,en will always try to play |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
164 hungarian or if it's non-existant then english audio streams if there are any. |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
165 .TP |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
166 .B \-slang\ <subtitle\ language> |
3927 | 167 See the -sid option, but this one needs a two-letter parameter, a country code. |
3799 | 168 Like: -slang hu,en will always select hungarian or if it's non existant then |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
169 english subtitles, if there are any. For the list of available subtitles, use |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
170 with the -v switch and look at the output. |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
171 .LP |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
172 .SH "GENERAL OPTIONS" |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
173 .TP |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
174 .I NOTE |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
175 Every "flag" option has "noflag" pair, e.g. -fs opposite is -nofs |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
176 .TP |
1287 | 177 .B \-vo\ <driver>[:<device>] |
1288 | 178 select video output driver and optinaly device. "device" is valid with |
179 SDL and GGI too, it means sub-driver then (for example: -vo sdl:aalib). | |
1 | 180 |
181 you can get the list of available drivers executing | |
182 .I mplayer -vo help | |
183 | |
184 .TP | |
1287 | 185 .B \-ao\ <driver>[:<device>] |
1288 | 186 select audio output driver and optinaly device. "device" is valid with |
2099 | 187 SDL too, it means sub-driver then (for example: -vo sdl:esd). |
1208 | 188 |
189 If using OSS, you can specify which sound device to use like this : | |
1288 | 190 -ao oss:/dev/dsp1 (replaces the old -dsp option) |
986 | 191 |
192 you can get the list of available drivers executing | |
193 .I mplayer -ao help | |
194 | |
195 .TP | |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
196 .B \-vcd\ <track> |
1 | 197 play video cd track from device instead of plain file |
198 .TP | |
523 | 199 .B \-nosound |
1 | 200 don't play sound |
201 .TP | |
202 .B \-fs | |
472
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
203 fullscreen playing (centers movie, and makes black |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
204 bands around it) |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
205 .TP |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
206 .B \-vm |
2366 | 207 try to change to a different video mode. dga2, x11 (XF86VidMode) and sdl |
208 output drivers support it. | |
472
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
209 .TP |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
210 .B \-zoom |
2366 | 211 use software scaling, where available (use with -nofs). svga, x11, vesa |
212 output drivers support it. | |
1 | 213 .TP |
2363 | 214 .B \-flip |
215 flip image (useful for example for old Indeo codecs). Supported only(?) | |
2369 | 216 by the 'sdl' and 'x11' outputs. |
2363 | 217 .TP |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
218 .B \-x\ <x> |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
219 scale image to x width (if driver suppports) |
1 | 220 .TP |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
221 .B \-y\ <y> |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
222 scale image to y height (if driver supports) |
1 | 223 .TP |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
224 .B \-sws\ <software\ scaler\ type> |
3721 | 225 this option sets the quality (and speed, respectively) of the software scaler, |
226 with the -zoom option. For example with x11 or other outputs which lack | |
227 hardware acceleration. Possible settings are : | |
228 | |
229 0 - fast bilinear (default) | |
230 1 - bilinear | |
231 2 - bicubic (best quality) | |
232 .TP | |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
233 .B \-xy\ <factor> |
1 | 234 scale image by <factor> |
235 .TP | |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
236 .B \-autoq\ <quality> |
1493 | 237 dynamically changes the level of postprocess, depending on spare CPU |
238 time available. Uses the same value ranges as -pp . The number you | |
239 specify will be the maximum level used. Usually you can use some big | |
1714 | 240 number. You don't have to (and don't) use together with -pp ! |
1 | 241 .TP |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
242 .B \-ffactor\ <number> |
222 | 243 resample alphamap of the font. Can be: |
1 | 244 |
222 | 245 0 plain white fonts |
246 0.75 very narrow black outline [default] | |
247 1 narrow black outline | |
248 10 bold black outline | |
472
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
249 .TP |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
250 .B \-sub\ <subtitle\ file> |
472
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
251 use/display this subtitle file |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
252 .TP |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
253 .B \-subfps\ <rate> |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
254 specify frame/sec rate of subtitle file (float number) |
521 | 255 (ONLY for frame-based SUB files, i.e. NOT MicroDVD format!) |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
256 (default: the same fps as the movie) |
484 | 257 .TP |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
258 .B \-subdelay\ <sec> |
484 | 259 delays subtitles by <sec> seconds. Can be negative. |
1035 | 260 .TP |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
261 .B \-osdlevel\ <level> |
1037 | 262 specifies which mode the OSD should start in (0 : none, 1 : seek, 2: seek+timer) |
263 (default = 2) | |
1208 | 264 .TP |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
265 .B \-lircconf\ <config\ file> |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2664
diff
changeset
|
266 specifies a configfile for LIRC (see http://www.lirc.org) if you don't like the default ~/.lircrc |
1516 | 267 .TP |
1556 | 268 .B \-v |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
269 enable verbose output (more -v means more verbosity) |
1516 | 270 .TP |
1556 | 271 .B \-quiet |
1516 | 272 display less output, status messages. |
1556 | 273 .TP |
274 .B \-benchmark | |
275 used in combination with -nosound and -vo null for benchmarking. | |
1865 | 276 .TP |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
277 .B \-aspect <ratio> |
2084 | 278 set aspect ratio of movies. It's autodetected on MPEG files, and can't be |
279 autodetected on AVI files. Examples: | |
280 | |
2167 | 281 -aspect 4:3 or -aspect 1.3333 |
282 -aspect 16:9 or -aspect 1.7777 | |
2084 | 283 |
2110 | 284 .TP |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
285 .B \-monitoraspect <ratio> |
2110 | 286 set aspect ratio of your screen. Examples: |
287 | |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2207
diff
changeset
|
288 -monitoraspect 4:3 or 1.3333 |
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2207
diff
changeset
|
289 -monitoraspect 16:9 or 1.7777 |
2110 | 290 |
2664 | 291 .TP |
292 .B \-playlist <file> | |
293 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
|
294 .TP |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
295 .B \-ss\ <time> |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
296 seek to given time position. For example : |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
297 |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
298 -ss 56 seeks to 56 seconds |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
299 -ss 01:10:00 seeks to 1 hour 10 min |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
300 |
3566 | 301 .TP |
302 .B \-loop\ <num> | |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
303 loops movie playback <num> times. 0 means forever. |
3774 | 304 .TP |
305 .B \-mixer\ <device> | |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
306 this option will tell MPlayer to use a different device for mixing than |
3774 | 307 /dev/mixer. |
308 .TP | |
309 .B \-master\ yes/no | |
310 Setting this option to "yes" will instruct MPlayer to change the MASTER | |
311 mixer channel when setting the volume, and "no" means the PCM channel. | |
312 .TP | |
3927 | 313 .B \-tv\ <suboptions> |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
314 this option enables the TV grabbing feature of MPlayer. For complete |
3774 | 315 documentation, please see documentation.html chapter 2.5 |
3912 | 316 .TP |
317 .B \-rootwin | |
318 play movie in the root window (desktop background) instead of opening | |
319 a new one. Works only with the xv and xmga drivers. | |
1 | 320 .IP |
321 .SH "ADVANCED OPTIONS" | |
322 .TP | |
323 .I NOTE | |
1714 | 324 These options can help you solve your particular problem.. Also, see the |
325 documentation ! | |
1 | 326 .TP |
1363 | 327 .B \-vc <name> |
328 force usage of a specific video codec, according to its name in codecs.conf, | |
329 for example : | |
330 | |
331 -vc divx use VFW DivX codec | |
332 -vc divxds use DirectShow DivX codec | |
333 -vc ffdivx use libavcodec's DivX codec | |
1714 | 334 -vc ffmpeg12 use libavcodec's MPEG1/2 codec |
1363 | 335 -vc divx4 use ProjectMayo's DivX codec |
1988 | 336 |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
337 See '-vc help' for FULL list ! |
1363 | 338 .TP |
339 .B \-ac <name> | |
340 force usage of a specific audio codec, according to its name in codecs.conf, | |
341 for example : | |
1 | 342 |
1363 | 343 -ac mp3 use libmp3 MP3 codec |
344 -ac mp3acm use l3codeca.acm MP3 codec | |
345 -ac ac3 use AC3 codec | |
1714 | 346 -ac hwac3 enable Hardware AC3 passthrough |
347 (see documentation) | |
1855 | 348 -ac vorbis use libvorbis |
1931 | 349 -ac ffmp3 use ffmpeg's MP3 decoder (SLOW) |
1988 | 350 |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
351 See '-ac help' for FULL list ! |
1363 | 352 .TP |
3222
71a3d16f344f
hmm many things.. (sorry now i'm a bit confused:)
gabucino
parents:
2848
diff
changeset
|
353 .B \-vfm <1-12> |
1380 | 354 force usage of a specific codec FAMILY, and FALLBACK to default if failed. |
1377 | 355 For example: |
1364 | 356 |
357 -vfm 2 use VFW (Win32) codecs | |
1714 | 358 -vfm 3 use OpenDivX/DivX4 codec (YV12) |
1380 | 359 (same as -vc odivx but fallback) |
1364 | 360 -vfm 4 use DirectShow (Win32) codecs |
361 -vfm 5 use libavcodec codecs | |
1714 | 362 -vfm 7 use DivX4 codec (YUY2) |
1380 | 363 (same as -vc divx4 but fallback) |
2408 | 364 -vfm 10 use XAnim codecs |
1377 | 365 |
1988 | 366 See -vc help for FULL list ! |
367 | |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
368 .I NOTE: |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
369 if libdivxdecore support was compiled in, then type 3 and 7 now contains |
1714 | 370 just the same DivX4 codec, but different APIs to reach it. For difference |
371 between them and when to use which, check the DivX4 section in the | |
372 documentation. | |
1363 | 373 .TP |
3222
71a3d16f344f
hmm many things.. (sorry now i'm a bit confused:)
gabucino
parents:
2848
diff
changeset
|
374 .B \-afm <1-12> |
1363 | 375 force usage of a specific audio format. For example: |
1364 | 376 |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
377 -afm 1 use libmp3 (mp2/mp3, but not mp1) |
1364 | 378 -afm 2 suppose raw PCM audio |
379 -afm 3 use libac3 | |
380 -afm 4 use a matching Win32 codec | |
381 -afm 5 use aLaw/uLaw driver | |
1855 | 382 -afm 10 use libvorbis |
2251 | 383 -afm 11 use ffmpeg's MP3 decoder (even mp1) |
1988 | 384 |
385 See -ac help for FULL list ! | |
1 | 386 .TP |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
387 .B \-sb\ <byte\ position> |
1 | 388 seek to byte position |
1206 | 389 .TP |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
390 .B \-bpp\ <depth> |
2363 | 391 use different color depth than autodetect. Not all -vo drivers support |
392 it (fbdev, dga2, svga, vesa). | |
393 .TP | |
3809 | 394 .B \-pp\ <quality> |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
395 apply postprocess filter on decoded image. |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
396 Postprocessing effect depends on the codec and works only for MPEG, OpenDivX, |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
397 DivX4, DivX. Quality is an hexadecimal number built as below: |
3809 | 398 |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
399 0x 00 TX hv YZ |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
400 ^^ ^^ ^^ |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
401 || | || |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
402 || | |\- postprocessing flag for luminance: |
3809 | 403 || | | 1/2: v/h deblock 4: dering |
404 || | | 8: auto contrast/brightness correction | |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
405 || | | |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
406 || | \-- postproc flags for color: |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
407 || | 1/2: v/h deblock 4: dering |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
408 || | |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
409 || \---- experimental deblocking filters: |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
410 || 11: X's filter 22: x1 filter |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
411 || |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
412 |\------- deinterlacing modes |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
413 | 1: linear interpolation 2: linear blend |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
414 | 4: cubic interpolation 8: median |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
415 | |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
416 \-------- temporal denoise filter: 1 enabled |
3809 | 417 |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
418 .I HINT: |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
419 0x2007f or 0x7f are known to give good results. |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
420 .I NOTE: |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
421 0x20000 (deinterlacing) may be required for DVD playback |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
422 .TP |
3809 | 423 .B \-npp\ <options> (EXPERIMENTAL) |
424 This option allows to give more litterate options for postprocessing, and is | |
425 another way of calling it (not with -pp). | |
426 | |
427 .I EXAMPLE: | |
428 '-pp 0x2007f' <=> '-npp hb,vb,dr,al,lb' | |
429 '-pp 0x7f' <=> '-npp hb,vb,dr,al' | |
430 | |
431 The options for -npp are a coma separated list of the keywords below: | |
432 de or default : hdeblock:a,vdeblock:a, | |
433 dering:a,autolevels,tmpnoise:a:150:200:400 (0xTODO) | |
434 fa or fast : x1hdeblock:a,x1vdeblock:a, | |
435 dering:a,autolevels,tmpnoise:a:150:200:400 (0xTODO) | |
436 hb or hdeblock : horizontal deblocking filter (0xTODO) | |
437 vb or vdeblock : vertical deblocking filter (0xTODO) | |
438 hr or rkhdeblock : rk horizontal deblock filter (0xTODO) | |
439 vr or rkvdeblock : rk vertical deblock filter (0xTODO) | |
440 h1 or x1hdeblock : x1 horizontal deblock filter (0xTODO) | |
441 v1 or x1vdeblock : y1 horizontal deblock filter (0xTODO) | |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
442 dr or dering : TODO |
3809 | 443 al or autolevels : brightness/contrast correction (0xTODO) |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
444 lb or linblenddeint : linear blend deinterlacing (0x20000) |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
445 li or linipoldeint : linear interpolation deinterlacing (0x10000) |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
446 ci or cubicipoldeint : cubic interpolation deinterlacing (0x40000) |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
447 md or mediandeint : median deinterlacing (0x80000) |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
448 tn or tmpnoise : temporal denoise filter (0x100000) |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
449 |
3809 | 450 These keywords accept a '-' prefix to disable the option. |
451 | |
452 .I EXAMPLE: | |
453 '-npp de,-al' means 'default filters without brightness/contrast correction' | |
454 | |
455 A postfix letter, separated by ':' may be appended to the option to indicate | |
456 its scope: | |
457 a : automatically switches the filter off if the cpu is too slow | |
458 c : do chrominance filtering too | |
459 y : do not do chrominance filtering (that is only luminance filtering) | |
460 | |
461 Each filter defaults to 'c' (chrominance). | |
462 | |
463 .I EXAMPLE: | |
464 '-npp de,tn:1:2:3' means 'enable default filters & temporal denoiser' | |
465 '-npp hb:y,vb:a -autoq 6' means 'deblock horizontal only luminance, and | |
466 automatically switch vertical deblocking on/off depending on available | |
467 cpu time' | |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
468 |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
469 .I HINT: |
3809 | 470 the following values are known to give good results: |
471 -npp default -autoq 6 and -npp tn:150:200:400 for the denoiser | |
472 | |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
473 .TP |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
474 .B \-slave |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
475 This option switches on slave mode. This is intended for use |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
476 of MPlayer as a backend to other programs. Instead of intercepting keyboard |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
477 events, MPlayer will read simplistic command lines from its stdin. |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
478 See section |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
479 .B SLAVE MODE PROTOCOL |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
480 for the syntax. |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
481 .TP |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
482 .B \-abs\ <bytes> |
1917 | 483 sound card audio buffer size (in bytes, default: measuring) |
1 | 484 .TP |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
485 .B \-delay\ <secs> |
1 | 486 audio delay in seconds (may be +/- float value) |
487 .TP | |
2099 | 488 .B \-nobps |
489 don't use avg. byte/sec value for A-V sync (AVI) | |
1 | 490 .TP |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
491 .B \-aid\ <id> |
2256 | 492 select audio channel [MPG: 0-31 AVI: 1-99 ASF: 0-127 VOB: 128-...] |
1 | 493 .TP |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
494 .B \-vid\ <id> |
1 | 495 select video channel [MPG: 0-15 AVI: -- ] |
496 .TP | |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
497 .B \-fps\ <value> |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
498 force frame rate (if value is wrong in the header) (float number) |
1 | 499 .TP |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
500 .B \-mc\ <seconds/5frame> |
1 | 501 maximum sync correction per 5 frames (in seconds) |
502 .TP | |
503 .B \-ni | |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
504 force usage of non-interleaved AVI parser (fixes playing |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
505 of some bad AVI files) |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
106
diff
changeset
|
506 .TP |
2099 | 507 .B \-include configfile |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
106
diff
changeset
|
508 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
|
509 .TP |
3949 | 510 .B \-z\ <0-9> |
532
a8ab5e0f5560
do you think the stars see how hard we're fighting for them?
gabucino
parents:
523
diff
changeset
|
511 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
|
512 0 : no compression |
3949 | 513 9 : max compression |
574 | 514 .TP |
515 .B \-idx | |
516 rebuilds INDEX of the AVI. Useful with broken downloads, or badly | |
517 created AVIs. | |
518 .TP | |
519 .B \-forceidx | |
520 force rebuilding of INDEX. Useful for testing, or AVIs with bad | |
521 indexes. | |
629 | 522 .TP |
523 .B \-nodshow | |
630 | 524 disables usage of DirectShow video codecs |
646 | 525 .TP |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
526 .B \-noxv (SDL only) |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
527 disable XVideo hardware acceleration |
646 | 528 .TP |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
529 .B \-forcexv (SDL only) |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
530 force using XVideo |
791 | 531 .TP |
532 .B \-dumpaudio | |
793 | 533 writes audio stream of the file to ./stream.dump (mostly usable |
534 with mpeg/ac3) | |
801 | 535 .TP |
3371 | 536 .B \-dumpstream |
537 dumps the file to ./stream.dump . Useful for example | |
538 when ripping from DVD. | |
539 .TP | |
801 | 540 .B \-noframedrop |
1160 | 541 no frame dropping : every frame is played, audio and video may be out of |
542 sync (default) | |
801 | 543 .TP |
544 .B \-framedrop | |
545 frame dropping : decode all frames, video may skip | |
546 .TP | |
1151 | 547 .B \-nodouble |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
548 disables doublebuffering. |
1151 | 549 With the DGA driver this also disables OSD support but yields some speed gain. |
550 .TP | |
822 | 551 .B \-dvdkey key |
552 key to decrypt stream encrypted with CSS. For example : -dvdkey F169072699 | |
1714 | 553 (this is NOT for DVD playing! For DVD use the -dvd option!) |
868 | 554 .TP |
555 .B \-stereo mode | |
3438 | 556 select type of MP2/MP3 stereo output. |
868 | 557 |
558 Stereo 0 | |
559 Left channel 1 | |
560 Right channel 2 | |
3239
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3222
diff
changeset
|
561 .TP |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3222
diff
changeset
|
562 .B \-channels n |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3222
diff
changeset
|
563 select number of audio output channels to be used |
868 | 564 |
3239
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3222
diff
changeset
|
565 Stereo 2 |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3222
diff
changeset
|
566 Surround 4 |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3222
diff
changeset
|
567 Full 5.1 6 |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3222
diff
changeset
|
568 |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3222
diff
changeset
|
569 Currently this option is only honoured for AC3 audio. |
986 | 570 .TP |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
571 .B \-srate <Hz> |
986 | 572 specifies Hz to playback audio on. Has effect on playback speed! |
1036 | 573 .TP |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
574 .B \-config <config\ file> |
1036 | 575 specifies where to search for config file |
1071 | 576 .TP |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
577 .B \-display <name> |
1071 | 578 specify the hostname and display number of the X server you want |
579 to display on. For example : -display xtest.localdomain:0 | |
1072 | 580 .TP |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
581 .B \-wid\ <window\ id> |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
582 This tells MPlayer to use a X11 window, which is useful to embed MPlayer in a |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
583 browser (with the plugger extension for instance) |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
584 .IP |
1072 | 585 .B \-unicode |
1389 | 586 tells MPlayer to handle the subtitle file as UNICODE. |
1072 | 587 Contrary: -nounicode |
1206 | 588 .TP |
1389 | 589 .B \-utf8 |
590 tells MPlayer to handle the subtitle file as UTF8. | |
591 .TP | |
1273 | 592 .B \-fsmode\ mode |
593 This option workarounds some problems when using specific windowmanagers and | |
594 fullscreen mode. If you experience fullscreen problems, try changing this | |
595 value between 0 and 7. | |
1500 | 596 |
1714 | 597 -fsmode 0 new method |
598 -fsmode 1 ICCCWM patch | |
599 (for KDE2/icewm) | |
600 -fsmode 2 old method | |
601 -fsmode 3 ICCCWM patch | |
602 plus Motif method | |
1479 | 603 .TP |
604 .B \-frames\ number | |
605 MPlayer plays <number> frames, then quits. | |
1500 | 606 .TP |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
607 .B \-fb\ <device> (FBdev or DirectFB only) |
1500 | 608 Specifies the framebuffer device to use. By default it uses /dev/fb0 . |
609 .TP | |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
610 .B \-fbmode\ <modename> (FBdev only) |
1500 | 611 Change videomode to the one that is labelled as <modename> in /etc/fb.modes . |
612 .TP | |
613 .I NOTE | |
614 VESA framebuffer doesn't support mode changing. | |
615 .TP | |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
616 .B \-fbmodeconfig\ <filename> (FBdev only) |
1500 | 617 Use this config file instead of the default /etc/fb.modes . |
618 Only valid for the fbdev driver. | |
2207 | 619 .TP |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
620 .B \-monitor_hfreq <horizontal frequency range> (FBdev only) |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
621 .TP |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
622 .B \-monitor_vfreq <vertical frequency range> (FBdev only) |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
623 .TP |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
624 .B \-monitor_dotclock <dotclock\ (or\ pixelclock) range> (FBdev only) |
3927 | 625 Look into etc/example.conf for further information and in DOCS/video.html. |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
626 .TP |
2207 | 627 .B \-subcp\ codepage |
628 If your system supports iconv(3), you can use this option to | |
629 specify codepage of the subtitle. Examples: | |
630 | |
631 -subcp latin2 | |
632 -subcp cp1250 | |
633 | |
634 .TP | |
635 .B \-dumpmpsub | |
636 Convert the given subtitle (specified with the -sub switch) to MPlayer's | |
637 subtitle format, MPsub. Dumps a dump.mpsub file to current directory. | |
2362 | 638 .TP |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
639 .B \-screenw\ <pixels> |
2368 | 640 If you use an output driver which can't know the resolution of the screen |
641 (mga/fbdev/x11 and/or TVout) this is where you can specify the horizontal | |
642 resolution. | |
2362 | 643 .TP |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
644 .B \-screenh\ <pixels> |
2368 | 645 If you use an output driver which can't know the resolution of the screen |
646 (mga/fbdev/x11 and/or TVout) this is where you can specify the vertical | |
647 resolution. | |
2362 | 648 .TP |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
649 .B \-cache\ <kbytes> |
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
650 This option specifies how much memory to use when precaching a file/URL. |
2561 | 651 Especially useful on slow media. Default is off. |
3942 | 652 .TP |
653 .B \-softsleep | |
654 uses high quality software timers. Efficient as the RTC, doesn't need root, | |
655 but requires more CPU. | |
1 | 656 .IP |
657 .SH "ALPHA/BETA CODE" | |
658 .TP | |
659 .I NOTE | |
2251 | 660 These are included in this manpage just for completeness! These may or may NOT |
661 work! If you don't know what are these, you DON'T need these! In either case, | |
662 double-check the documentation ! | |
1 | 663 .TP |
793 | 664 .B \-dumpvideo |
665 dump video stream to ./stream.dump (only with MPEG-PS) (not very usable) | |
3942 | 666 .TP |
667 .B \-dapsync | |
668 use alternative A/V sync method. Where is it useful? | |
1 | 669 .IP |
222 | 670 .SH KEYBOARD CONTROL |
671 .TP | |
672 .I NOTE | |
673 These keys may/may not work, depending on your video output driver. | |
674 .TP | |
675 <- or -> seek backward/forward 10 seconds | |
676 | |
677 up or down seek backward/forward 1 minute | |
678 | |
1578 | 679 pgup/pgdown seek backward/forward 10 minutes |
680 | |
222 | 681 p or SPACE pause movie (press any key) |
682 | |
683 q or ESC stop playing and quit program | |
684 | |
962 | 685 + or - adjust audio delay by +/- 0.1 second |
389 | 686 |
454 | 687 / or * decrease/increase volume |
688 | |
523 | 689 o toggle OSD: none / seek / seek+timer |
474 | 690 |
484 | 691 m toggle using master/pcm volume |
801 | 692 |
948 | 693 z or x adjust subtitle delay by +/- 0.1 second |
1556 | 694 |
2561 | 695 (the following keys are valid only when using DirectShow DivX codec, or |
696 the DivX4 codec with -vc divx4) | |
1556 | 697 |
698 1 or 2 adjust contrast | |
699 | |
700 3 or 4 adjust brightness | |
701 | |
1702 | 702 5 or 6 adjust hue |
1556 | 703 |
704 7 or 8 adjust saturation | |
705 | |
3423 | 706 .IP |
3322
cdd3f5ac06b2
-slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents:
3239
diff
changeset
|
707 .SH SLAVE MODE PROTOCOL |
cdd3f5ac06b2
-slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents:
3239
diff
changeset
|
708 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
|
709 line-based protocol with the following tokens: |
cdd3f5ac06b2
-slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents:
3239
diff
changeset
|
710 .TP |
cdd3f5ac06b2
-slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents:
3239
diff
changeset
|
711 stop pause playback |
cdd3f5ac06b2
-slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents:
3239
diff
changeset
|
712 |
cdd3f5ac06b2
-slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents:
3239
diff
changeset
|
713 play resume playback |
cdd3f5ac06b2
-slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents:
3239
diff
changeset
|
714 |
cdd3f5ac06b2
-slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents:
3239
diff
changeset
|
715 seek <NUM> continue at second NUM |
cdd3f5ac06b2
-slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents:
3239
diff
changeset
|
716 |
cdd3f5ac06b2
-slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents:
3239
diff
changeset
|
717 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
|
718 |
3793
8db5331d97a4
applied many interesting things from pl's patch, by hand
gabucino
parents:
3774
diff
changeset
|
719 quit exit MPlayer |
3322
cdd3f5ac06b2
-slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents:
3239
diff
changeset
|
720 |
222 | 721 .IP |
722 .SH FILES AND DIRECTORIES | |
723 .TP | |
724 .I CONFIG FILES | |
725 Settings are stored system-wide in the /etc/mplayer.conf file, | |
726 and per-user in $HOME/.mplayer/config. The directory | |
727 $HOME/.mplayer and the 'config' are created if doesn't exist. | |
728 .TP | |
729 .I FONTS | |
730 Fonts are searched in $HOME/.mplayer/font. There must be a font.desc | |
731 file, and files with .RAW extension. | |
732 .TP | |
224 | 733 .I SUBTITLE FILES |
2361 | 734 MPlayer currently supports 9 subtitle formats : MicroDVD, SubRip, unnamed, |
735 SAMI (smi), vplayer, RealMedia RT, ssa (Sub Station Alpha), AQT, and our own: MPsub. | |
899 | 736 Sub files are searched in this priority : (for example /mnt/cdrom/movie.avi) |
737 /mnt/cdrom/movie.sub | |
1714 | 738 (utf/UTF/sub/SUB/srt/SRT/smi/SMI/rt/RT/txt/TXT/ssa/SSA) |
899 | 739 $HOME/.mplayer/sub/movie.sub |
1714 | 740 (utf/UTF/sub/SUB/srt/SRT/smi/SMI/rt/RT/txt/TXT/ssa/SSA) |
899 | 741 $HOME/.mplayer/default.sub |
222 | 742 .IP |
1 | 743 .SH "EXAMPLES" |
1714 | 744 .B Quickstart DVD playing |
745 mplayer -dvd 1 | |
746 .TP | |
747 .B Multiangle DVD playing | |
748 mplayer -dvd 1 -dvdangle 2 | |
749 .TP | |
750 .B Playing from a different DVD device | |
751 mplayer -dvd 1 /dev/dvd2 | |
752 .TP | |
753 .B Stream from HTTP | |
754 mplayer http://mplayer.hq/example.avi | |
2207 | 755 .TP |
756 .B Convert subtitle to MPsub (to ./dump.mpsub) | |
757 mplayer dummy.avi -sub source.sub -dumpmpsub | |
1 | 758 .LP |
759 .SH BUGS | |
1714 | 760 Probably. Check the documentation. |
1 | 761 |
762 Bugreports should be addressed to the MPlayer-users mailing list | |
2130 | 763 (mplayer-users@mplayerhq.hu) ! If you want to submit a bugreport |
1714 | 764 (which we love to receive!), please double-check the bugreports.html, and |
1 | 765 tell us all that we need to know to identify your problem. |
766 | |
767 .LP | |
768 .SH AUTHORS | |
1714 | 769 Check documentation ! |
1 | 770 |
3953 | 771 MPlayer is (C) 2000-2002 |
3856 | 772 .I Arpad Gereoffy <sendmail@to.mplayer-users> |
1 | 773 |
2251 | 774 This manpage is written and maintained by |
1714 | 775 .I Gabucino . |
1 | 776 .LP |
777 .SH STANDARD DISCLAIMER | |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2664
diff
changeset
|
778 Use only at your own risk! There may be errors and inaccuracies that could |
1 | 779 be damaging to your system or your eye. Proceed with caution, and although |
780 this is highly unlikely, the author doesn't take any responsibility for that! | |
781 .\" end of file |