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