Mercurial > mplayer.hg
annotate DOCS/mplayer.1 @ 8843:c70444c5b516
I have seen problems where DVD subtitles don't display
at the right time and sometimes they don't appear at
all. The problem stems from the fact that subtitle
command packets are being applied as soon as they are
read and assembled from the input stream. Sometimes,
a fully assembled subtitle packet arrives at the
spudec_assemble function before the previous subtitle
appears onscreen and thus the viewer only sees the
second subtitle. So I created a patch that queues
assembled subtitle packets and applies them at the
appropriate time within the heartbeat function. The
reset function clears the packet queue when seeking
through the video.
Tomasz Farkas <tomasz_farkas@yahoo.co.uk>
author | arpi |
---|---|
date | Wed, 08 Jan 2003 18:36:36 +0000 |
parents | c72c8f6416e7 |
children | a51f55c5a5a1 |
rev | line source |
---|---|
8810 | 1 .\" MPlayer (C) 2000-2003 Arpad Gereoffy |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2 .\" This man page was/is done by Gabucino, Diego Biurrun, Jonas Jermann |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
3 .\" |
7740 | 4 .\" Run this to get a html version of the man page: |
5 .\" cat mplayer.1 | sed s/SS\ 20/SS\ 4/ | groff -man -Thtml - > manpage.html | |
6 .\" Run this to get a text version of the man page: | |
7 .\" groff -m man -Tascii mplayer.1 | col -bx > manpage.txt | |
5683 | 8 .\" |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
9 . |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
10 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
11 .\" Macro definitions |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
12 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
13 . |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
14 .\" default indentation is 7, don't change! |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
15 .nr IN 7 |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
16 .\" define indentation for suboptions |
7288 | 17 .nr SS 20 |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
18 .\" add new suboption |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
19 .de IPs |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
20 .IP "\\$1" \n(SS |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
21 .. |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
22 .\" begin of first level suboptions, end with .RE |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
23 .de RSs |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
24 .RS \n(IN+3 |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
25 .. |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
26 .\" begin of 2nd level suboptions |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
27 .de RSss |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
28 .PD 0 |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
29 .RS \n(SS+3 |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
30 .. |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
31 .\" end of 2nd level suboptions |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
32 .de REss |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
33 .RE |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
34 .PD 1 |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
35 .. |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
36 . |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
37 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
38 .\" Title |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
39 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
40 . |
8810 | 41 .TH MPlayer 1 "2003-01-05" |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
42 . |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
43 .SH NAME |
6469 | 44 mplayer \- Movie Player for Linux |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
45 .br |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
46 mencoder \- Movie Encoder for Linux |
5683 | 47 |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
48 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
49 .\" Synopsis |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
50 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
51 . |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
52 .SH SYNOPSIS |
7740 | 53 .na |
54 .nh | |
5683 | 55 .B mplayer |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
56 .RI [options]\ [ \ file\ | \ URL\ | \ playlist\ | \ -\ ] |
5683 | 57 .br |
58 .B mplayer | |
7740 | 59 'in +\n[.k]u |
60 [global options] | |
61 .I file1 | |
62 [specific options] [file2] [specific options] | |
5683 | 63 .br |
7740 | 64 .in |
5683 | 65 .B mplayer |
7740 | 66 'in +\n[.k]u |
67 [global options] | |
68 .RI { "group of files and options" } | |
69 [group specific options] | |
5683 | 70 .br |
7740 | 71 .in |
1 | 72 .B mplayer |
7740 | 73 'in +\n[.k]u |
74 .RI [ dvd | vcd | cdda | cddb | tv ] ://title | |
7288 | 75 [options] |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
76 .br |
7740 | 77 .in |
78 .B mplayer | |
79 'in +\n[.k]u | |
8217 | 80 .RI [ mms[t] | http | http_proxy | rt[s]p ] :// |
81 [user:passwd@]\fIURL\fP[:port] [options] | |
7740 | 82 .br |
83 .in | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
84 .B mencoder |
7740 | 85 [options] |
86 .RI [ \ file\ | \ URL\ | \ -\ ] | |
87 [\-o\ file] | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
88 .br |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
89 .B gmplayer |
7740 | 90 [options] |
91 [\-skin\ skin] | |
92 .ad | |
93 .hy | |
5683 | 94 |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
95 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
96 .\" Description |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
97 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
98 . |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
99 .SH DESCRIPTION |
5683 | 100 .B mplayer |
7740 | 101 is a movie player for LINUX (runs on many other Unices and non\-x86 CPUs, see |
102 the documentation). | |
103 It plays most MPEG/\:VOB, AVI, ASF/\:WMA/\:WMV, RM, QT/\:MOV/\:MP4, OGG/\:OGM, | |
104 VIVO, FLI, NuppelVideo, yuv4mpeg, FILM and RoQ files, supported by many | |
105 native, XAnim, and Win32 DLL codecs. | |
106 You can watch VideoCD, SVCD, DVD, 3ivx, DivX\ 3/\:4/\:5 and even WMV movies, | |
7794
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
107 too (without using the avifile library). |
7288 | 108 .PP |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
109 Another great feature of MPlayer is the wide range of supported output |
7740 | 110 drivers. |
111 It works with X11, XV, DGA, OpenGL, SVGAlib, fbdev, AAlib, DirectFB, but you | |
112 can also use GGI, SDL (and this way all their drivers), VESA (on every VESA | |
113 compatible card, even without X11), some low level card-specific drivers (for | |
114 Matrox, 3Dfx and ATI) and some hardware MPEG decoder boards, such as the | |
115 Siemens DVB, DXR2 and DXR3/\:Hollywood+. | |
7288 | 116 Most of them support software or hardware scaling, so you can enjoy movies in |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
117 fullscreen. |
7288 | 118 .PP |
6573 | 119 MPlayer has an onscreen display (OSD) for status information, nice big |
120 antialiased shaded subtitles and visual feedback for keyboard controls. | |
7740 | 121 European/\:ISO 8859-1,2 (Hungarian, English, Czech, etc), Cyrillic and Korean |
8360 | 122 fonts are supported along with 10 subtitle formats (MicroDVD, SubRip, |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
123 SubViewer, Sami, VPlayer, RT, SSA, AQTitle, JACOsub and our own: MPsub) and |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
124 DVD subtitles (SPU streams, VobSub and Closed Captions). |
7288 | 125 .PP |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
126 .B mencoder |
7740 | 127 (MPlayer's Movie Encoder) is a simple movie encoder, designed to encode |
128 MPlayer-playable movies (see above) to other MPlayer-playable formats (see | |
129 below). | |
130 It encodes to DivX4, XviD, one of the libavcodec codecs and PCM/\:MP3/\:VBRMP3 | |
131 audio in 1, 2 or 3\ passes. | |
132 Furthermore it has stream copying abilities, a powerful plugin system (crop, | |
133 expand, flip, postprocess, rotate, scale, noise, rgb/\:yuv conversion) and | |
134 more. | |
7288 | 135 .PP |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
136 .B gmplayer |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
137 is MPlayer with a graphical user interface. |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
138 It has the same options as MPlayer. |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
139 |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
140 |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
141 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
142 .\" Options |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
143 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
144 . |
7740 | 145 .SH "GENERAL NOTES" |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
146 .B Also see the HTML documentation! |
7740 | 147 .PP |
148 Every 'flag' option has a 'noflag' counterpart, e.g.\& the opposite of the | |
149 \-fs option is \-nofs. | |
150 .PP | |
151 You can put all of the options in a configuration file which will be read | |
152 every time mplayer is run. | |
153 The system-wide configuration file 'mplayer.conf' is in your configuration | |
154 directory (e.g.\& /etc/\:mplayer or /usr/\:local/\:etc/\:mplayer), the user | |
155 specific one is '~/\:.mplayer/\:config'. | |
156 User specific options override system\-wide options and options given on the | |
157 command line override either. | |
158 The syntax of the configuration files is 'option=<value>', everything after a | |
159 \'#' is considered a comment. | |
160 Options that work without values can be enabled by setting them to 'yes' or | |
161 \'1' and disabled by setting them to 'no' or '0'. | |
7288 | 162 Even suboptions can be specified in this way. |
6772 | 163 |
7181
ad1f6cb4cee5
afm/vfm migration, suboption config example, 2 typos
jonas
parents:
7163
diff
changeset
|
164 .I EXAMPLE: |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
165 .br |
6772 | 166 # Use Matrox driver by default. |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
167 .br |
6772 | 168 vo=xmga |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
169 .br |
6772 | 170 # I love practicing handstands while watching videos. |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
171 .br |
6772 | 172 flip=yes |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
173 .br |
8762
75d22ee5f975
Per-file configuration, typos, rewordings, consistency and a 10l .In.
diego
parents:
8745
diff
changeset
|
174 # Decode/\:encode multiple files from png, start with -mf on |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
175 .br |
7181
ad1f6cb4cee5
afm/vfm migration, suboption config example, 2 typos
jonas
parents:
7163
diff
changeset
|
176 mf= type=png:fps=25 |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
177 |
8762
75d22ee5f975
Per-file configuration, typos, rewordings, consistency and a 10l .In.
diego
parents:
8745
diff
changeset
|
178 You can also write file-specific configuration files. |
75d22ee5f975
Per-file configuration, typos, rewordings, consistency and a 10l .In.
diego
parents:
8745
diff
changeset
|
179 If you wish to have a config file for a file called 'movie.avi', create a file |
75d22ee5f975
Per-file configuration, typos, rewordings, consistency and a 10l .In.
diego
parents:
8745
diff
changeset
|
180 named 'movie.avi.conf' with the file-specific options in it and put it in |
75d22ee5f975
Per-file configuration, typos, rewordings, consistency and a 10l .In.
diego
parents:
8745
diff
changeset
|
181 ~/.mplayer or in the same directory as the file. |
7108
3284ffd653b3
added detailed vop description, rtsp, aid range, user option, two examples, files documentation - removed gui option, *_intensity options, old input system (Joey Parrish)
jonas
parents:
7070
diff
changeset
|
182 |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
183 .SH "PLAYER OPTIONS (MPLAYER ONLY)" |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
184 .TP |
8552 | 185 .B \-, \-use-stdin |
8616 | 186 Read data from stdin. |
187 The \-idx option does not work in conjunction with this. | |
8552 | 188 .TP |
7740 | 189 .B \-autoq <quality> (use with \-vop pp) |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
190 Dynamically changes the level of postprocessing depending on available spare |
7740 | 191 CPU time. |
192 The number you specify will be the maximum level used. | |
193 Usually you can use some big number. | |
8407
baa6bcea04fb
fixing -vop pp VS -pp VS ... conflict (somewhat.)
gabucino
parents:
8363
diff
changeset
|
194 You have to use \-vop pp without parameters in order to use this. |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
195 .TP |
7576
c135f7646036
new opt: -autosync, controls ao->get_delay() smoothing (default: disabled)
arpi
parents:
7488
diff
changeset
|
196 .B \-autosync <factor> |
7740 | 197 Gradually adjusts the A/\:V sync based on audio delay measurements. |
198 Specifying \-autosync\ 0, the default, will cause frame timing to be based | |
199 entirely on audio delay measurements. | |
200 Specifying \-autosync\ 1 will do the same, but will subtly change the A/\:V | |
201 correction algorithm used. | |
202 An uneven video frame rate in a movie which plays fine with \-nosound can | |
203 often be helped by setting this to an integer value greater than 1. | |
204 The higher the value, the closer the timing will be to -nosound. | |
205 Try \-autosync\ 30 to smooth out problems with sound drivers which do | |
206 not implement a perfect audio delay measurement. | |
207 With this value, if large A/\:V sync offsets occur, they will only take about | |
208 1 or 2\ seconds to settle out. | |
209 This delay in reaction time to sudden A/\:V offsets should be the only | |
210 side-effect of turning this option on, for all sound drivers. | |
7576
c135f7646036
new opt: -autosync, controls ao->get_delay() smoothing (default: disabled)
arpi
parents:
7488
diff
changeset
|
211 .TP |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
212 .B \-benchmark |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
213 Prints some statistics on CPU usage and dropped frames at the end. |
7740 | 214 Use in combination with \-nosound and \-vo null for benchmarking only the |
215 video codec. | |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
216 .TP |
8531
1aa2c9b460af
Merged EDL 0.5 patch - it's something like Quicktime's edit lists.
arpi
parents:
8517
diff
changeset
|
217 .B \-edl <filename> |
8616 | 218 Enables edit decision list (EDL) actions during playback. |
219 Video will be skipped over and audio will be muted and unmuted according to | |
220 the entries in the given file. | |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
221 See DOCS/documentation.html#edl for details on how to use this. |
8531
1aa2c9b460af
Merged EDL 0.5 patch - it's something like Quicktime's edit lists.
arpi
parents:
8517
diff
changeset
|
222 .TP |
1aa2c9b460af
Merged EDL 0.5 patch - it's something like Quicktime's edit lists.
arpi
parents:
8517
diff
changeset
|
223 .B \-edlout <filename> |
8552 | 224 Creates a new file and writes edit decision list (EDL) records to that file. |
225 During playback, when the user hits 'i', an entry to skip over the last two | |
8616 | 226 seconds of playback will be written to the file. |
227 This provides a starting point from which the user can fine-tune EDL entries | |
228 later. | |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
229 See DOCS/documentation.html#edl for details. |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
230 .TP |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
231 .B \-fixed-vo (BETA CODE!) |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
232 Enforces a fixed video system for multiple files (one (un)initialisation for |
8616 | 233 all files). |
234 Therefore only one window will be opened for all files. | |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
235 Currently the following drivers are fixed-vo compliant: x11, xv, xvidix, xmga |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
236 and gl2. |
8531
1aa2c9b460af
Merged EDL 0.5 patch - it's something like Quicktime's edit lists.
arpi
parents:
8517
diff
changeset
|
237 .TP |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
238 .B \-framedrop (also see \-hardframedrop) |
7740 | 239 Skips displaying some frames to maintain A/\:V sync on slow systems. |
240 Decoding of B frames is also skipped and video filters are not used. | |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
241 .TP |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
242 .B \-h, \-help, \-\-help |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
243 Show short summary of options. |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
244 .TP |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
245 .B \-hardframedrop |
7740 | 246 More intense frame dropping (breaks decoding). |
247 Leads to image distortion! | |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
248 .TP |
7864 | 249 .B \-identify |
8616 | 250 Show file parameters in easy parsable format. |
251 The wrapper script TOOLS/midentify suppresses the other mplayer output and | |
252 (hopefully) shellescapes the filenames. | |
7864 | 253 .TP |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
254 .B \-input <commands> |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
255 This option can be used to configure certain parts of the input system. |
7740 | 256 Paths are relative to ~/\:.mplayer/. |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
257 |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
258 .I NOTE: |
7288 | 259 .br |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
260 Autorepeat is currently only supported by joysticks. |
7288 | 261 .br |
262 Available commands are: | |
263 | |
264 .PD 0 | |
265 .RSs | |
266 .IPs conf=<file> | |
7740 | 267 Read alternative input.conf. |
268 If given without pathname, ~/\:.mplayer is assumed. | |
8762
75d22ee5f975
Per-file configuration, typos, rewordings, consistency and a 10l .In.
diego
parents:
8745
diff
changeset
|
269 .IPs ar\-delay |
7288 | 270 Delay in msec before we start to autorepeat a key (0 to disable). |
271 .IPs ar\-rate | |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
272 How many key presses per second when we autorepeat. |
7288 | 273 .IPs keylist |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
274 Prints all keys that can be bound. |
7288 | 275 .IPs cmdlist |
276 Prints all commands that can be bound. | |
277 .IPs js\-dev | |
7740 | 278 Specifies the joystick device to use (default is /dev/\:input/\:js0). |
7882 | 279 .IPs file |
8616 | 280 Read commands from the given file. |
281 Mostly useful with a fifo. | |
7288 | 282 .RE |
283 .PD 1 | |
284 . | |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
285 .TP |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
286 .B \-lircconf <file> |
7740 | 287 Specifies a configuration file for LIRC (Linux Infrared Remote Control, see |
288 http://www.lirc.org) if you don't like the default ~/\:.lircrc. | |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
289 .TP |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
290 .B \-loop <number> |
7740 | 291 Loops movie playback <number> times. |
292 0 means forever. | |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
293 .TP |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
294 .B \-menu (BETA CODE) |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
295 Turn on OSD menu support. |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
296 .TP |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
297 .B \-menu-root <value> (BETA CODE) |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
298 Specify the main menu. |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
299 .TP |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
300 .B \-menu-cfg <file> (BETA CODE) |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
301 Use an alternative menu.conf. |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
302 .TP |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
303 .B \-nojoystick |
7740 | 304 Turns off joystick support. |
305 Default is on, if compiled in. | |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
306 .TP |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
307 .B \-nolirc |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
308 Turns off LIRC support. |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
309 .TP |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
310 .B \-nortc \ \ |
7740 | 311 Turns off usage of the Linux RTC (real-time clock \- /dev/\:rtc) as timing |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
312 mechanism. |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
313 .TP |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
314 .B \-playlist <file> |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
315 Play files according to a playlist (1 file per row or Winamp or ASX format). |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
316 .TP |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
317 .B \-quiet \ \ |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
318 Display less output and status messages. |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
319 .TP |
8234 | 320 .B \-really\-quiet \ \ |
321 Display even less output and status messages. | |
322 .TP | |
7813
76940a39405a
RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
diego
parents:
7794
diff
changeset
|
323 .B \-sdp |
76940a39405a
RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
diego
parents:
7794
diff
changeset
|
324 Specifies that the input file is a SDP ('Session Description Protocol') |
76940a39405a
RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
diego
parents:
7794
diff
changeset
|
325 file that describes an RTP session (see http://www.live.com/mplayer/). |
76940a39405a
RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
diego
parents:
7794
diff
changeset
|
326 .TP |
8452 | 327 .B \-shuffle \ \ |
328 Play files in random order. | |
329 .TP | |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
330 .B \-skin <skin\ directory> (BETA CODE) |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
331 Load skin from the given directory (WITHOUT path name). |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
332 |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
333 .I EXAMPLE: |
7288 | 334 .PD 0 |
335 .RSs | |
336 .IPs "\-skin fittyfene" | |
8217 | 337 tries Skin/fittyfene. |
338 It first checks | |
339 /usr/local/share/mplayer/ | |
340 and afterwards ~/.mplayer/. | |
7288 | 341 .RE |
342 .PD 1 | |
343 . | |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
344 .TP |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
345 .B \-slave \ \ |
7740 | 346 This option switches on slave mode. |
347 This is intended for use of MPlayer as a backend to other programs. | |
348 Instead of intercepting keyboard events, MPlayer will read simplistic command | |
349 lines from its stdin. | |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
350 The section |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
351 .B SLAVE MODE PROTOCOL |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
352 explains the syntax. |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
353 .TP |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
354 .B \-softsleep |
7740 | 355 Uses high quality software timers. |
356 As precise as the RTC without requiring special privileges. | |
357 Comes at the price of higher CPU consumption. | |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
358 .TP |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
359 .B \-speed <0.01\-100> |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
360 Set playback speed rate. |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
361 .TP |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
362 .B \-sstep <sec> |
7740 | 363 Specifies seconds between displayed frames. |
364 Useful for slideshows. | |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
365 |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
366 |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
367 .SH "DEMUXER/STREAM OPTIONS" |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
368 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
369 .B \-aid <id> (also see \-alang option) |
7740 | 370 Select audio channel [MPEG: 0\-31 AVI/\:OGM: 1\-99 ASF/\:RM: 0\-127 |
7488 | 371 VOB(AC3): 128\-159 VOB(LPCM): 160\-191] |
372 MPlayer prints the available IDs when running in verbose (-v) mode. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
373 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
374 .B \-alang <two letter\ country\ code> (also see \-aid option) |
7740 | 375 Works only for DVD playback. |
376 It selects the DVD audio language and always tries to play audio streams whose | |
377 language matches the given code. | |
378 For the list of available languages, use with the \-v switch and look at the | |
379 output. | |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
380 |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
381 .I EXAMPLE: |
7288 | 382 .PD 0 |
383 .RSs | |
384 .IPs "\-alang hu,en" | |
385 Plays Hungarian and falls back to English if Hungarian is not available. | |
386 .RE | |
387 .PD 1 | |
388 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
389 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
390 .B \-audio\-demuxer <number> (\-audiofile only) |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
391 Force audio demuxer type for \-audiofile. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
392 Give the demuxer ID as defined in demuxers.h. |
6469 | 393 Use \-audio\-demuxer 17 to force .mp3 detection. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
394 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
395 .B \-audiofile <filename> |
8628 | 396 Play audio from an external file (WAV, MP3 or Ogg Vorbis) while viewing a |
397 movie. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
398 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
399 .B \-cdrom\-device <path\ to\ device> |
7740 | 400 Override default CDROM drive name /dev/\:cdrom. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
401 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
402 .B \-cache <kbytes> |
7288 | 403 This option specifies how much memory (in kbytes) to use when precaching a |
7740 | 404 file/\:URL. |
405 Especially useful on slow media (default is \-nocache). | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
406 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
407 .B \-cdda <option1:option2> |
6389 | 408 This option can be used to tune the CD Audio reading feature of MPlayer. |
7740 | 409 .br |
6389 | 410 Available options are: |
7288 | 411 . |
412 .RSs | |
413 .IPs speed=<value> | |
414 set CD spin speed | |
415 .IPs paranoia=<0\-2> | |
416 set paranoia level | |
417 .RSss | |
418 0: disable checking | |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
419 .br |
7288 | 420 1: overlap checking only (default) |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
421 .br |
7288 | 422 2: full data correction and verification |
423 .REss | |
424 .IPs generic-dev=<value> | |
425 use specified generic SCSI device | |
426 .IPs sector-size=<value> | |
427 atomic read size | |
428 .IPs overlap=<value> | |
429 force minimum overlap search during verification to <value> sectors. | |
430 .IPs toc-bias | |
431 Assume that the beginning offset of track 1 as reported in the TOC will be | |
7740 | 432 addressed as LBA\ 0. |
433 Some Toshiba drives need this for getting track boundaries correct. | |
7288 | 434 .IPs toc-offset=<value> |
7740 | 435 Add <value> sectors to the values reported when addressing tracks. |
436 May be negative. | |
7288 | 437 .IPs (no)skip |
438 (never) accept imperfect data reconstruction. | |
439 .RE | |
440 . | |
6389 | 441 .TP |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
442 .B \-channels <number> |
8176
15fa4667cddf
-channels description expanded, patch by gabor <gabor@realtime.sk>.
diego
parents:
8140
diff
changeset
|
443 Change the number of playback channels, defaults to '2' if not specified. |
8140 | 444 If the number of output channels is bigger than the number of input channels |
8176
15fa4667cddf
-channels description expanded, patch by gabor <gabor@realtime.sk>.
diego
parents:
8140
diff
changeset
|
445 empty channels are inserted (unless mixing from mono to stereo, then the mono |
15fa4667cddf
-channels description expanded, patch by gabor <gabor@realtime.sk>.
diego
parents:
8140
diff
changeset
|
446 channel is repeated in both output channels). |
15fa4667cddf
-channels description expanded, patch by gabor <gabor@realtime.sk>.
diego
parents:
8140
diff
changeset
|
447 If the number of output channels is smaller than the number of input channels, |
15fa4667cddf
-channels description expanded, patch by gabor <gabor@realtime.sk>.
diego
parents:
8140
diff
changeset
|
448 results depend on the audio decoder (\-afm). |
15fa4667cddf
-channels description expanded, patch by gabor <gabor@realtime.sk>.
diego
parents:
8140
diff
changeset
|
449 Mplayer asks the decoder to decode the audio into as many channels as |
8616 | 450 specified. |
451 Now it's up to the decoder to fulfill the requirement. | |
452 If the decoder outputs more channels than requested, the exceeding channels | |
453 are truncated. | |
454 This is usually only important when playing videos with AC3 audio (like DVDs). | |
455 In that case liba52 does the decoding by default and correctly downmixes the | |
456 audio into the requested number of channels. | |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
457 |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
458 .I NOTE: |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
459 .br |
8176
15fa4667cddf
-channels description expanded, patch by gabor <gabor@realtime.sk>.
diego
parents:
8140
diff
changeset
|
460 This option is honored by codecs (AC3 only) filters (surround) and ao drivers |
15fa4667cddf
-channels description expanded, patch by gabor <gabor@realtime.sk>.
diego
parents:
8140
diff
changeset
|
461 (OSS at least). |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
462 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
463 Available options are: |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
464 |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
465 .PD 0 |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
466 .RSs |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
467 .IPs 2 |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
468 Stereo |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
469 .IPs 4 |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
470 Surround |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
471 .IPs 6 |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
472 Full 5.1 |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
473 .RE |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
474 .PD 1 |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
475 . |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
476 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
477 .B \-chapter <chapter\ id>[-<end\ chapter\ id>] |
7740 | 478 Specify which chapter to start playing at. |
479 Optionally specify which chapter to end playing at (default: 1). | |
480 Examples can be found below. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
481 .TP |
5683 | 482 .B \-csslib <filename> |
7288 | 483 (old-style DVD option) This option is used to override the default location of |
484 libcss.so. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
485 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
486 .B \-demuxer <number> |
7740 | 487 Force demuxer type. |
488 Give the demuxer ID as defined in demuxers.h. | |
6753
4e5294c0dafb
Huge patch by Jonas Jermann <jjermann@gmx.net> (2/2).
diego
parents:
6752
diff
changeset
|
489 Use \-demuxer 17 to force .mp3 detection. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
490 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
491 .B \-dumpaudio (MPLAYER only) |
7740 | 492 Dumps raw compressed audio stream to ./\:stream.dump (useful with mpeg/\:ac3). |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
493 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
494 .B \-dumpfile <filename> (MPLAYER only) |
7740 | 495 Specify which file MPlayer should dump to. |
496 Should be used together with \-dumpaudio / \-dumpvideo / \-dumpstream. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
497 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
498 .B \-dumpstream (MPLAYER only) |
7740 | 499 Dumps the raw stream to ./\:stream.dump. |
500 Useful when ripping from DVD or network. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
501 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
502 .B \-dumpvideo (MPLAYER only) |
7740 | 503 Dump raw compressed video stream to ./\:stream.dump (not very usable). |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
504 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
505 .B \-dvd <title\ id> |
7740 | 506 Tell MPlayer which movies (specified by title id) to play. |
507 For example sometimes '1' is a trailer, and '2' is the real movie. | |
7288 | 508 |
509 .I NOTE: | |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
510 .br |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
511 Sometimes deinterlacing is required for DVD playback, |
8407
baa6bcea04fb
fixing -vop pp VS -pp VS ... conflict (somewhat.)
gabucino
parents:
8363
diff
changeset
|
512 see the \-vop pp=0x20000 option. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
513 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
514 .B \-dvd\-device <path\ to\ device> |
7740 | 515 Override default DVD device name /dev/\:dvd. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
516 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
517 .B \-dvdangle <angle\ id> |
5683 | 518 Some DVD discs contain scenes that can be viewed from multiple angles. |
7740 | 519 Here you can tell MPlayer which angles to use (default: 1). |
520 Examples can be found below. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
521 .TP |
5683 | 522 .B \-dvdauth <DVD\ device> |
523 (old-style DVD option) Turns on DVD authentication using the given device. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
524 .TP |
5683 | 525 .B \-dvdkey <CSS\ key> |
6879 | 526 (old-style DVD option) When decoding a VOB file copied undecrypted from DVD, |
527 this option gives the CSS key needed to decrypt the VOB (the key is printed | |
528 when authenticating with the DVD drive using \-dvdauth). | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
529 .TP |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
530 .B \-dvdnav (BETA CODE!) |
5683 | 531 Force usage of libdvdnav. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
532 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
533 .B \-forceidx |
7740 | 534 Force rebuilding of INDEX. |
535 Useful for files with broken index (desyncs, etc). | |
536 Seeking will be possible. | |
537 You can fix the index permanently with MEncoder (see the documentation). | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
538 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
539 .B \-fps <value> |
7740 | 540 Override video framerate (if value is wrong/\:missing in the header) (float |
7288 | 541 number). |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
542 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
543 .B \-frames <number> |
7740 | 544 Play/\:convert only first <number> frames, then quit. |
472
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
545 .TP |
5992 | 546 .B \-hr\-mp3\-seek (.MP3 only) |
7740 | 547 Hi\-res mp3 seeking. |
548 Default is: enabled when playing from external MP3 file, as we need to seek | |
549 to the very exact position to keep A/\:V sync.It can be slow especially when | |
550 seeking backwards \- it has to rewind to the beginning to find the exact | |
551 frame. | |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
552 .TP |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
553 .B \-idx (also see \-forceidx) |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
554 Rebuilds INDEX of the AVI if no INDEX was found, |
7740 | 555 thus allowing seeking. |
556 Useful with broken/\:incomplete downloads, or badly created AVIs. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
557 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
558 .B \-mc <seconds/frame> |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
559 Maximum A-V sync correction per frame (in seconds). |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
560 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
561 .B \-mf <option1:option2:...> |
7740 | 562 Used when decoding from multiple PNG or JPEG files. |
563 .br | |
564 Available options are: | |
5683 | 565 |
7288 | 566 .PD 0 |
567 .RSs | |
7740 | 568 .IPs on\ \ \ |
7288 | 569 turns on multifile support |
570 .IPs w=<value> | |
571 width of the output (autodetect) | |
572 .IPs h=<value> | |
573 height of the output (autodetect) | |
574 .IPs fps=<value> | |
575 fps of the output (default: 25) | |
576 .IPs type=<value> | |
7366 | 577 type of input files (available types: jpeg, png, tga) |
7288 | 578 .RE |
579 .PD 1 | |
580 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
581 .TP |
5992 | 582 .B \-ni (.AVI only) |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
583 Force usage of non\-interleaved AVI parser (fixes playing |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
584 of some bad AVI files). |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
585 .TP |
5992 | 586 .B \-nobps (.AVI only) |
7740 | 587 Do not use average byte/\:sec value for A\-V sync (AVI). |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
588 Helps with some AVI files with broken header. |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
589 .TP |
7740 | 590 .B \-passwd <password> (see \-user option too) |
6753
4e5294c0dafb
Huge patch by Jonas Jermann <jjermann@gmx.net> (2/2).
diego
parents:
6752
diff
changeset
|
591 Specify password for http authentication. |
4e5294c0dafb
Huge patch by Jonas Jermann <jjermann@gmx.net> (2/2).
diego
parents:
6752
diff
changeset
|
592 .TP |
6747 | 593 .B \-rawaudio <option1:option2:...> |
7740 | 594 This option lets you play raw audio files. |
595 It may also be used to play audio CDs which are not 44KHz 16Bit stereo. | |
596 .br | |
6753
4e5294c0dafb
Huge patch by Jonas Jermann <jjermann@gmx.net> (2/2).
diego
parents:
6752
diff
changeset
|
597 Available options are: |
6747 | 598 |
7288 | 599 .PD 0 |
600 .RSs | |
7740 | 601 .IPs on\ \ \ |
7288 | 602 use raw audio demuxer |
603 .IPs channels=<value> | |
604 number of channels | |
605 .IPs rate=<value> | |
606 rate in samples per second | |
607 .IPs samplesize=<value> | |
608 sample size in byte | |
609 .IPs format=<value> | |
610 fourcc in hex | |
611 .RE | |
612 .PD 1 | |
613 . | |
6747 | 614 .TP |
7813
76940a39405a
RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
diego
parents:
7794
diff
changeset
|
615 .B \-rtsp-stream-over-tcp |
76940a39405a
RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
diego
parents:
7794
diff
changeset
|
616 Used with 'rtsp://' URLs to specify that the resulting incoming RTP and RTCP |
8616 | 617 packets be streamed over TCP (using the same TCP connection as RTSP). |
618 This option may be useful if you have a broken Internet connection that does | |
619 not pass incoming UDP packets (see http://www.live.com/mplayer/). | |
7813
76940a39405a
RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
diego
parents:
7794
diff
changeset
|
620 .TP |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
621 .B \-skipopening |
6469 | 622 Skip DVD opening (dvdnav only). |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
623 .TP |
7740 | 624 .B \-sb <byte\ position> (see \-ss option too) |
625 Seek to byte position. | |
626 Useful for playback from CDROM images / .VOB files with junk at the beginning. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
627 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
628 .B \-srate <Hz> |
6867 | 629 Forces the given audio playback rate, changing video speed to keep a-v sync. |
630 MEncoder passes this value to lame for resampling. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
631 .TP |
7740 | 632 .B \-ss <time> (see \-sb option too) |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
633 Seek to given time position. |
3721 | 634 |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
635 .I EXAMPLE: |
7288 | 636 .PD 0 |
637 .RSs | |
638 .IPs "\-ss 56" | |
639 seeks to 56 seconds | |
640 .IPs "\-ss 01:10:00" | |
7740 | 641 seeks to 1\ hour 10\ min |
7288 | 642 .RE |
643 .PD 1 | |
644 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
645 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
646 .B \-tv <option1:option2:...> |
7288 | 647 This option enables the TV grabbing feature of MPlayer. |
7108
3284ffd653b3
added detailed vop description, rtsp, aid range, user option, two examples, files documentation - removed gui option, *_intensity options, old input system (Joey Parrish)
jonas
parents:
7070
diff
changeset
|
648 |
7058
2e5c07262861
new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:
arpi
parents:
7049
diff
changeset
|
649 .I NOTE: |
7288 | 650 .br |
7814 | 651 MPlayer doesn't accept colons so type dots instead in the device ID |
7740 | 652 (e.g.\& hw.0,0 instead of hw:0,0). |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
653 .br |
7058
2e5c07262861
new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:
arpi
parents:
7049
diff
changeset
|
654 Be advised that although you can select any samplerate when using ALSA, |
7740 | 655 the LAME audio codec is able to encode only the 'standard' samplerates. |
7058
2e5c07262861
new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:
arpi
parents:
7049
diff
changeset
|
656 You'll get an .avi file with no sound when you choose an odd |
2e5c07262861
new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:
arpi
parents:
7049
diff
changeset
|
657 samplerate and use this codec. |
7288 | 658 .br |
659 Available options are: | |
660 . | |
661 .RSs | |
7740 | 662 .IPs on\ \ \ |
7288 | 663 use TV input |
664 .IPs noaudio | |
665 no sound | |
666 .IPs driver=<value> | |
667 available: dummy, v4l, bsdbt848 | |
668 .IPs device=<value> | |
7740 | 669 Specify other device than the default /dev/\:video0. |
7288 | 670 .IPs input=<value> |
671 Specify other input than the default 0 (Television) (see output for a list) | |
672 .IPs freq=<value> | |
7740 | 673 Specify the frequency to set the tuner to (e.g.\& 511.250). |
8627
14ab71b47a58
user friendly channel tuning + 10L fix in tvi_v4l (by Stephane Jourdois)
henry
parents:
8617
diff
changeset
|
674 Not compatible with channels parameter. |
7288 | 675 .IPs outfmt=<value> |
676 output format of the tuner (yv12, rgb32, rgb24, rgb16, rgb15, uyvy, yuy2, | |
677 i420) | |
678 .IPs width=<value> | |
679 width of the output window | |
680 .IPs height=<value> | |
681 height of the output window | |
7907 | 682 .IPs buffersize=<value> |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
683 maximum size of the capture buffer in megabytes (default: half of the |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
684 physical memory) |
7288 | 685 .IPs norm=<value> |
686 available: PAL, SECAM, NTSC | |
687 .IPs channel=<value> | |
688 Set tuner to <value> channel. | |
689 .IPs chanlist=<value> | |
690 available: europe-east, europe-west, us-bcast, us-cable, etc | |
8806 | 691 .IPs channels=<channel>\-<name>,<channel>\-<name>,... |
8627
14ab71b47a58
user friendly channel tuning + 10L fix in tvi_v4l (by Stephane Jourdois)
henry
parents:
8617
diff
changeset
|
692 Set names for channels. Use _ for spaces in names (or play with quoting ;-). |
14ab71b47a58
user friendly channel tuning + 10L fix in tvi_v4l (by Stephane Jourdois)
henry
parents:
8617
diff
changeset
|
693 The channel names will then be written using OSD, and the commands tv_step_channel, |
8806 | 694 tv_set_channel and tv_last_channel will then be usable using a remote (see lirc). |
8627
14ab71b47a58
user friendly channel tuning + 10L fix in tvi_v4l (by Stephane Jourdois)
henry
parents:
8617
diff
changeset
|
695 Not compatible with frequency parameter. |
14ab71b47a58
user friendly channel tuning + 10L fix in tvi_v4l (by Stephane Jourdois)
henry
parents:
8617
diff
changeset
|
696 Warning : The channel number will then be the position in the 'channels' list, |
14ab71b47a58
user friendly channel tuning + 10L fix in tvi_v4l (by Stephane Jourdois)
henry
parents:
8617
diff
changeset
|
697 beginning with 1. Ie. use tv://1, tv://2, tv_set_channel 1, tv_set_channel 2, etc. |
7288 | 698 .IPs audiorate=<value> |
699 set audio capture bitrate | |
7907 | 700 .IPs forceaudio |
701 capture audio even if there are no audio sources reported by v4l | |
7288 | 702 .IPs alsa |
703 capture from ALSA | |
704 .IPs amode=<0\-3> | |
705 choose an audio mode: | |
706 .RSss | |
707 0: mono | |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
708 .br |
7288 | 709 1: stereo |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
710 .br |
7288 | 711 2: language 1 |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
712 .br |
7288 | 713 3: language 2 |
714 .REss | |
715 .IPs forcechan=<1\-2> | |
716 By default, the count of recorded audio channels is determined automatically | |
7740 | 717 by querying the audio mode from the tv card. |
718 This option allows to force stereo/\:mono recording regardless of the amode | |
719 option and the values returned by v4l. | |
720 This can be used for troubleshooting when the tv card is unable to report the | |
721 current audio mode. | |
7288 | 722 .IPs adevice=<value> |
723 set an audio device | |
724 .RSss | |
7740 | 725 /dev/\:...\& for OSS |
7288 | 726 .br |
727 hardware ID for ALSA | |
728 .REss | |
729 .IPs audioid=<value> | |
730 choose an audio output of the capture card, if it has more of them | |
731 .IPs "[volume|bass|treble|balance]=<0\-65535>" | |
7740 | 732 These options set parameters of the mixer on the video capture card. |
733 They will have no effect, if your card doesn't have one. | |
7288 | 734 .RE |
735 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
736 .TP |
7740 | 737 .B \-user <user name> (see \-passwd option too) |
7108
3284ffd653b3
added detailed vop description, rtsp, aid range, user option, two examples, files documentation - removed gui option, *_intensity options, old input system (Joey Parrish)
jonas
parents:
7070
diff
changeset
|
738 Specify user name for http authentication. |
3284ffd653b3
added detailed vop description, rtsp, aid range, user option, two examples, files documentation - removed gui option, *_intensity options, old input system (Joey Parrish)
jonas
parents:
7070
diff
changeset
|
739 .TP |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
740 .B \-vcd <track> |
6469 | 741 Play video CD track from device instead of plain file. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
742 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
743 .B \-vid <id> |
7288 | 744 Select video channel [MPG: 0\-15 ASF: 0\-255]. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
745 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
746 .B \-vivo <sub\-options> (DEBUG CODE) |
6469 | 747 Force audio parameters for the .vivo demuxer (for debugging purposes). |
5683 | 748 |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
749 |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
750 .SH "OSD/SUB OPTIONS" |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
751 .I NOTE: |
7288 | 752 .br |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
753 See \-vop expand too. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
754 .TP |
7794
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
755 .B \-dumpmicrodvdsub (MPLAYER only) |
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
756 Convert the given subtitle (specified with the \-sub switch) to the |
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
757 MicroDVD subtitle format. |
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
758 Creates a dumpsub.sub file in the current directory. |
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
759 .TP |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
760 .B \-dumpmpsub (MPLAYER only) |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
761 Convert the given subtitle (specified with the \-sub switch) to MPlayer's |
7740 | 762 subtitle format, MPsub. |
763 Creates a dump.mpsub file in the current directory. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
764 .TP |
6378 | 765 .B \-dumpsrtsub (MPLAYER only) |
766 Convert the given subtitle (specified with the \-sub switch) to the time-based | |
7740 | 767 SubViewer (SRT) subtitle format. |
768 Creates a dumpsub.srt file in the current directory. | |
6378 | 769 .TP |
8360 | 770 .B \-dumpjacosub (MPLAYER only) |
771 Convert the given subtitle (specified with the \-sub switch) to the time-based | |
772 JACOsub subtitle format. | |
773 Creates a dumpsub.js file in the current directory. | |
774 .TP | |
8363 | 775 .B \-dumpsami (MPLAYER only) |
776 Convert the given subtitle (specified with the \-sub switch) to the time-based | |
777 SAMI subtitle format. | |
778 Creates a dumpsub.smi file in the current directory. | |
779 .TP | |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
780 .B \-dumpsub (MPLAYER only) (BETA CODE) |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
781 Dumps the subtitle substream from VOB streams. |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
782 See -dump*sub and -vobsubout* options too. |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
783 .TP |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
784 .B \-ifo <vobsub\ ifo\ file> |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
785 Indicate the file that will be used to load palette and frame size for VOBSUB |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
786 subtitles. |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
787 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
788 .B \-ffactor <number> |
7740 | 789 Resample alphamap of the font. |
790 Can be: | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
791 |
7288 | 792 .PD 0 |
793 .RSs | |
7740 | 794 .IPs 0\ \ \ \ |
7288 | 795 plain white fonts |
7740 | 796 .IPs 0.75\ \ |
8762
75d22ee5f975
Per-file configuration, typos, rewordings, consistency and a 10l .In.
diego
parents:
8745
diff
changeset
|
797 very narrow black outline (default) |
7740 | 798 .IPs 1\ \ \ \ |
7288 | 799 narrow black outline |
7740 | 800 .IPs 10\ \ \ |
7288 | 801 bold black outline |
802 .RE | |
803 .PD 1 | |
804 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
805 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
806 .B \-font <path\ to\ font.desc\ file> |
7740 | 807 Search for the OSD/\:SUB fonts in an alternative directory (default for normal |
808 fonts: ~/\:.mplayer/\:font/\:font.desc, default for FreeType fonts: | |
809 ~/.mplayer/\:subfont.ttf). | |
7288 | 810 |
811 .I NOTE: | |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
812 .br |
7241
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
813 With FreeType, this option determines path to the text font file. |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
814 .br |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
815 The \-subfont-* options are available only with FreeType support compiled in. |
7241
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
816 If FreeType support is enabled, the old font support can't be used. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
817 |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
818 .I EXAMPLE: |
7288 | 819 .PD 0 |
820 .RSs | |
7740 | 821 \-font ~/\:.mplayer/\:arial\-14/\:font.desc |
7288 | 822 .br |
7740 | 823 \-font ~/\:.mplayer/\:arialuni.ttf |
7288 | 824 .RE |
825 .PD 1 | |
826 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
827 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
828 .B \-noautosub |
7488 | 829 Turns off automatic loading of subtitle files. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
830 .TP |
8361
2202c00001e3
overlapping subtitles support is now optional, can be disabled (-nooverlapsub)
arpi
parents:
8360
diff
changeset
|
831 .B \-nooverlapsub |
2202c00001e3
overlapping subtitles support is now optional, can be disabled (-nooverlapsub)
arpi
parents:
8360
diff
changeset
|
832 Turns off support for overlapping subtitles. |
2202c00001e3
overlapping subtitles support is now optional, can be disabled (-nooverlapsub)
arpi
parents:
8360
diff
changeset
|
833 .TP |
8811 | 834 .B \-osdlevel <0\-3> (MPLAYER only) |
8810 | 835 Specifies which mode the OSD should start in. |
8811 | 836 .RSs |
8810 | 837 0: subtitles only |
838 .br | |
839 1: volume + seek (default) | |
840 .br | |
841 2: volume + seek + timer + percentage | |
842 .br | |
843 3: volume + seek + timer + percentage + total time | |
8811 | 844 .RE |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
845 .TP |
7288 | 846 .B \-sid <id> (also see \-slang option) |
7740 | 847 Turns on DVD subtitle displaying. |
848 Also, you MUST specify a number which corresponds to a DVD subtitle language | |
849 (0\-31). | |
850 For the list of available subtitles, use with the \-v switch and look at the | |
851 output. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
852 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
853 .B \-slang <two\ letter\ country\ code> (also see \-sid option) |
7740 | 854 Works only for DVD playback. |
855 Turns on/\:selects DVD subtitle language. | |
856 For the list of available subtitles, use with the \-v switch and look at the | |
857 output. | |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
858 |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
859 .I EXAMPLE: |
7288 | 860 .PD 0 |
861 .RSs | |
862 .IPs "\-slang hu,en" | |
863 Selects Hungarian and falls back to English if Hungarian is not available. | |
864 .RE | |
865 .PD 1 | |
866 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
867 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
868 .B \-sub <subtitle\ file> |
7740 | 869 Use/\:display this subtitle file. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
870 .TP |
8617
6ffbe7608013
Me: -sub-bg-* would be nicer. "Background" is usually shortened as "bg", not "bkg".
rathann
parents:
8616
diff
changeset
|
871 .B \-sub-bg-alpha <0\-255> |
8601
7fe391d6c293
The following patch adds two new command line options:
arpi
parents:
8583
diff
changeset
|
872 Specify the alpha channel value for subtitles and OSD backgrounds. |
8762
75d22ee5f975
Per-file configuration, typos, rewordings, consistency and a 10l .In.
diego
parents:
8745
diff
changeset
|
873 Big values mean more transparency. |
8616 | 874 The 0 value is an exception and means completly transparent. |
8601
7fe391d6c293
The following patch adds two new command line options:
arpi
parents:
8583
diff
changeset
|
875 .TP |
8617
6ffbe7608013
Me: -sub-bg-* would be nicer. "Background" is usually shortened as "bg", not "bkg".
rathann
parents:
8616
diff
changeset
|
876 .B \-sub-bg-color <0\-255> |
8601
7fe391d6c293
The following patch adds two new command line options:
arpi
parents:
8583
diff
changeset
|
877 Specify the color value for subtitles and OSD backgrounds. |
7fe391d6c293
The following patch adds two new command line options:
arpi
parents:
8583
diff
changeset
|
878 Currently subtitles are grayscale so this value is equivalente to the |
8616 | 879 intensity of the color. |
880 The 255 value means white and 0 black. | |
8601
7fe391d6c293
The following patch adds two new command line options:
arpi
parents:
8583
diff
changeset
|
881 .TP |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
882 .B \-subcc \ |
7740 | 883 Display DVD Closed Caption (CC) subtitles. |
884 These are NOT the VOB subtitles, these are special ASCII subtitles for the | |
885 hearing impaired encoded in the VOB userdata stream on most region 1 DVDs. | |
886 CC subtitles have not been spotted on DVDs from other regions so far. | |
7049
0caeda287ff9
-subcc option documented, patch by Robert R. Wal <rrw at hell pl>.
diego
parents:
7045
diff
changeset
|
887 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
888 .B \-subcp <codepage> |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
889 If your system supports iconv(3), you can use this option to |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
890 specify codepage of the subtitle. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
891 |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
892 .I EXAMPLE: |
7288 | 893 .PD 0 |
894 .RSs | |
895 \-subcp latin2 | |
896 .br | |
7740 | 897 \-subcp cp1250 |
7288 | 898 .RE |
899 .PD 1 | |
900 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
901 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
902 .B \-sub\-demuxer <number> (BETA CODE) |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
903 Force subtitle demuxer type for \-subfile. |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
904 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
905 .B \-subdelay <sec> |
7740 | 906 Delays subtitles by <sec> seconds. |
907 Can be negative. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
908 .TP |
7241
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
909 .B \-subfont-autoscale <0\-3> |
7288 | 910 Sets the autoscale mode. |
7241
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
911 |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
912 .I NOTE: |
7288 | 913 .br |
7241
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
914 Zero means that text-scale and osd-scale are font heights in points. |
7288 | 915 .br |
916 The mode can be: | |
917 | |
918 .PD 0 | |
919 .RSs | |
920 .IPs 0 | |
921 no autoscale | |
922 .IPs 1 | |
8265 | 923 proportional to movie height |
7288 | 924 .IPs 2 |
8265 | 925 proportional to movie width |
7288 | 926 .IPs 3 |
927 proportional to movie diagonal (default) | |
928 .RE | |
929 .PD 1 | |
930 . | |
7241
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
931 .TP |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
932 .B \-subfont-blur <0\-8> |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
933 Sets the font blur radius (default: 2). |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
934 .TP |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
935 .B \-subfont-encoding <value> |
7740 | 936 Sets the font encoding. |
937 When set to 'unicode', all the glyphs from the font file will be rendered and | |
938 unicode will be used (default: unicode). | |
7241
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
939 .TP |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
940 .B \-subfont-osd-scale <0\-100> |
7241
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
941 Sets the osd elements autoscale coefficient (default: 6). |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
942 .TP |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
943 .B \-subfont-outline <0\-8> |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
944 Sets the font outline thickness (default: 2). |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
945 .TP |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
946 .B \-subfont-text-scale <0\-100> |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
947 Sets the subtitle text autoscale coefficient (percentage of the |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
948 screen size) (default: 5). |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
949 .TP |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
950 .B \-subfps <rate> |
7740 | 951 Specify frame/\:sec rate of subtitle file (float number), |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
952 default: the same fps as the movie. |
7288 | 953 |
954 .I NOTE: | |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
955 .br |
7740 | 956 ONLY for frame\-based SUB files, i.e.\& NOT MicroDVD format. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
957 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
958 .B \-subfile <filename> (BETA CODE) |
7740 | 959 Currently useless. |
960 Same as \-audiofile, but for subtitle streams (OggDS?). | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
961 .TP |
7288 | 962 .B \-subpos <0\-100> (useful with \-vop expand) |
7740 | 963 Specify the position of subtitles on the screen. |
964 The value is the vertical position of the subtitle in % of the screen height. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
965 .TP |
8583 | 966 .B \-subwidth <10\-100> |
8616 | 967 Specify the maximum width of subtitles on the screen. |
968 Useful for TV-out. | |
8583 | 969 The value is the width of the subtitle in % of the screen width. |
970 .TP | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
971 .B \-unicode |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
972 Tells MPlayer to handle the subtitle file as UNICODE. |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
973 .TP |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
974 .B \-utf8 \ \ |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
975 Tells MPlayer to handle the subtitle file as UTF8. |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
976 .TP |
6469 | 977 .B \-vobsub <vobsub\ file\ without\ extension> |
7740 | 978 Specify the VobSub files that are to be used for subtitle. |
979 This is the full pathname without extensions, i.e.\& without the '.idx', | |
980 \'.ifo' or '.sub'. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
981 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
982 .B \-vobsubid <0-31> |
7740 | 983 Specify the VobSub subtitle id. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
984 |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
985 |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
986 .SH "AUDIO OUTPUT OPTIONS (MPLAYER ONLY)" |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
987 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
988 .B \-abs <value> (OBSOLETE) |
7740 | 989 Override audio driver/\:card buffer size detection, \-ao oss only |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
990 .TP |
8140 | 991 .B \-af <plugin1,plugin2,plugin3[=options],...> |
992 Activate a comma separated list of audio filters and their options. | |
993 .br | |
994 Available filters are: | |
995 . | |
996 .RSs | |
997 .IPs resample[=srate[:sloppy][:fast]] | |
998 Changes the sample rate of the audio stream to an integer srate (Hz). | |
999 It only supports the 16 bit little endian format. | |
1000 .IPs channels[=nch] | |
1001 Change the number of channels to nch output channels. | |
1002 If the number of output channels is bigger than the number of input channels | |
1003 empty channels are inserted (except mixing from mono to stereo, then the mono | |
1004 channel is repeated in both of the output channels). | |
1005 If the number of output channels is smaller than the number of input channels | |
1006 the exceeding channels are truncated. | |
8187
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
1007 .IPs format[=bps,f] |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
1008 Select the format f and bits per sample bps used for output from the |
8616 | 1009 filter layer. |
1010 The option bps is an integer and denotes bytes per sample. | |
1011 The format f is a string containing a concatenated mix of: | |
8187
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
1012 .br |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
1013 alaw, mulaw or imaadpcm |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
1014 .br |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
1015 float or int |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
1016 .br |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
1017 unsigned or signed |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
1018 .br |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
1019 le or be (little or big endian) |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
1020 .br |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
1021 .IPs "volume[=v:sc:pr:en]" |
8140 | 1022 Select the output volume level. |
1023 This filter is not reentrant and can therefore only be enabled once for every | |
1024 audio stream. | |
1025 .RSss | |
8616 | 1026 v: desired gain in dB for all channels in the stream. |
1027 The gain can be set from -200dB to +40dB (where -200dB mutes the sound | |
1028 completely and +40dB equals a gain of 1000). | |
1029 The default gain is -20dB. | |
8140 | 1030 .br |
1031 sc: enable soft clipping. | |
1032 .br | |
8616 | 1033 pr: enable probing of the volume level for each audio stream. |
1034 Both the maximum and instantaneous volume is probed. | |
1035 The instantaneous volume can only be accessed through the runtime interface, | |
1036 but the maximum volume is printed at the end of the movie. | |
1037 This value can be used when transcoding movies to maximize the utilization | |
1038 of the dynamic range. | |
8140 | 1039 .br |
1040 en: enable and disable the volume control. | |
1041 .REss | |
1042 .IPs delay[=d] (DEBUG CODE) | |
1043 Delay sound output by d seconds (floating point number). | |
1044 .RE | |
1045 . | |
1046 .TP | |
1047 .B \-af-adv <force=(0\-3):list=(filters)> (see -af option too) | |
1048 Specify advanced audio filter options: | |
1049 . | |
1050 .RSs | |
1051 .IPs force=<0-3> | |
1052 Forces the insertion of audio filters to one of the following: | |
1053 .RSss | |
1054 0: Completely automatic insertion of filters (default) | |
1055 .br | |
1056 1: Optimize for speed | |
1057 .br | |
1058 2: Optimize for accuracy | |
1059 .br | |
1060 3: Turn off auto | |
1061 .REss | |
1062 .IPs list=<filters> | |
1063 Same as -af (see -af option). | |
1064 .RE | |
1065 . | |
1066 .TP | |
7635 | 1067 .B \-ao <driver1[:device],driver2,...[,]> |
7600 | 1068 Specify a priority list of audio output drivers (optionally with device) to be |
7740 | 1069 used. |
1070 \'device' is valid with SDL, too, it means subdriver then. | |
7288 | 1071 |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1072 .I NOTE: |
7288 | 1073 .br |
1074 To get a full list of available drivers, see \-ao help. | |
7600 | 1075 .br |
1076 If the list has a trailing ',' it will fallback to drivers not listed. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1077 |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1078 .I EXAMPLE |
7288 | 1079 .PD 0 |
1080 .RSs | |
7740 | 1081 .IPs "\-ao oss:/\:dev/\:dsp2,oss:/\:dev/\:dsp1," |
7635 | 1082 try to use OSS with the specified sound devices and fallback to others if it |
7600 | 1083 fails |
7288 | 1084 .IPs "\-ao sdl:esd" |
7600 | 1085 specify the SDL subdriver |
7288 | 1086 .RE |
1087 .PD 1 | |
1088 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1089 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1090 .B \-aofile <filename> |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1091 Filename for \-ao pcm. |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1092 .TP |
7488 | 1093 .B \-aop <list=plugin1,plugin2...:option1=value1:opt2=val2...> |
7288 | 1094 Specify audio plugin(s) and their options (see documentation too). |
7740 | 1095 .br |
7288 | 1096 Available options are: |
1097 . | |
1098 .RSs | |
1099 .IPs list=[plugins] | |
1100 comma separated list of plugins (resample, surround, format, volume, | |
1101 extrastereo, volnorm) | |
1102 .IPs delay=<sec> | |
7740 | 1103 example plugin, do not use. |
7288 | 1104 .IPs format=<format> |
1105 output format (format plugin only) | |
1106 .IPs fout=<Hz> | |
1107 output frequency (resample plugin only) | |
1108 .IPs volume=<0\-255> | |
1109 volume (volume plugin only) | |
1110 .IPs mul=<value> | |
1111 stereo coefficient (default: 2.5) (extrastereo plugin only) | |
1112 .IPs softclip | |
8217 | 1113 compressor / 'soft\-clipping' capabilities (volume plugin only) |
7288 | 1114 .RE |
1115 . | |
1116 .TP | |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1117 .B \-delay <sec> |
7740 | 1118 Audio delay in seconds (may be +/\:\- float value). |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1119 .TP |
8435 | 1120 .B \-format <0\-8192> |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1121 Select the format used for output from the filter layer (according to the |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1122 defines in libao2/afmt.h): |
8628 | 1123 |
1124 .PD 0 | |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1125 .RSs |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1126 .IPs 1 |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1127 Mu-Law |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1128 .IPs 2 |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1129 A-Law |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1130 .IPs 4 |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1131 Ima-ADPCM |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1132 .IPs 8 |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1133 Signed 8-bit |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1134 .IPs 16 |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1135 Unsigned 8-bit |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1136 .IPs 32 |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1137 Unsigned 16-bit (Little-Endian) |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1138 .IPs 64 |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1139 Unsigned 16-bit (Big-Endian) |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1140 .IPs 128 |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1141 Signed 16-bit (Little-Endian) |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1142 .IPs 256 |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1143 Signed 16-bit (Big-Endian) |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1144 .IPs 512 |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1145 MPEG (2) Audio |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1146 .IPs 1024 |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1147 AC3 |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1148 .IPs 4096 |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1149 Signed 32-bit (Little-Endian) |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1150 .IPs 8192 |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1151 Signed 32-bit (Big-Endian) |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1152 .RE |
8628 | 1153 .PD 1 |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1154 . |
8435 | 1155 .TP |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1156 .B \-mixer <device> |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1157 This option will tell MPlayer to use a different device for mixing than |
7740 | 1158 /dev/\:mixer. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1159 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1160 .B \-nowaveheader (-ao pcm only) |
7740 | 1161 Don't include wave header. |
1162 Used for RAW PCM. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1163 |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1164 |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1165 .SH "VIDEO OUTPUT OPTIONS (MPLAYER ONLY)" |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1166 .TP |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1167 .B \-aa* (\-vo aa only) |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1168 You can get a list and an explanation of available options executing |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1169 .I mplayer \-aahelp |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1170 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1171 .B \-bpp <depth> |
7740 | 1172 Use different color depth than autodetect. |
1173 Not all \-vo drivers support it (fbdev, dga2, svga, vesa). | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1174 .TP |
8762
75d22ee5f975
Per-file configuration, typos, rewordings, consistency and a 10l .In.
diego
parents:
8745
diff
changeset
|
1175 .B \-brightness <\-100\-100> |
7740 | 1176 Adjust brightness of video output (default 0). |
1177 It changes intensity of RGB components of video signal from black to white | |
1178 screen. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1179 .TP |
8762
75d22ee5f975
Per-file configuration, typos, rewordings, consistency and a 10l .In.
diego
parents:
8745
diff
changeset
|
1180 .B \-contrast <\-100\-100> |
7740 | 1181 Adjust contrast of video output (default 0). |
1182 Works in similar manner as brightness. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1183 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1184 .B \-display <name> |
7288 | 1185 Specify the hostname and display number of the X server you want to display |
1186 on. | |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1187 |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1188 .I EXAMPLE: |
7288 | 1189 .PD 0 |
1190 .RSs | |
1191 \-display xtest.localdomain:0 | |
1192 .RE | |
1193 .PD 1 | |
1194 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1195 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1196 .B \-double |
7740 | 1197 Enables doublebuffering. |
1198 Fixes flicker by storing two frames in memory, and displaying one while | |
1199 decoding another. | |
7794
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
1200 Can affect OSD. |
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
1201 Needs twice the memory of a single buffer, so it won't work on cards with |
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
1202 very little video memory. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1203 .TP |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1204 .B \-dr \ \ \ |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1205 Turns on direct rendering (not supported by all codecs and video outputs) |
7740 | 1206 (default is off). |
1207 Warning: may cause OSD/\:SUB corruption! | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1208 .TP |
6747 | 1209 .B \-dxr2 <option1:option2:...> |
1210 This option is used to control the dxr2 driver. | |
8132
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1211 Note: The lavc filter is now auto inserted if you try to play a non MPEG1/2 |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1212 format so all formats supported by MPlayer should play out of the box (if |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1213 you have the CPU power needed to encode on the fly). |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1214 The overlay chipset used on the dxr2 is of pretty bad quality but the default |
8616 | 1215 settings should work for everybody. |
1216 The OSD may be usable with the overlay (not on TV) by drawing it in the | |
1217 colorkey. | |
1218 With the default colorkey settings you may get variable results, usually you | |
1219 will see the colorkey around the characters or some other funny effect. | |
8682 | 1220 But if you properly adjust the colorkey settings you should be able to get |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1221 acceptable results. |
7288 | 1222 . |
1223 .RSs | |
8132
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1224 .IPs ar-mode=<value> |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1225 aspect ratio mode (0 = normal, 1 = pan scan, 2 = letterbox (default)) |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1226 .IPs iec958\-encoded/\:decoded |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1227 iec958 output mode |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1228 .IPs mute |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1229 mute sound output |
7288 | 1230 .IPs ucode=<value> |
1231 path to the microcode | |
8132
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1232 .RE |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1233 .RS |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1234 |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1235 .I TV Out |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1236 .RE |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1237 .RSs |
7288 | 1238 .IPs 75ire |
1239 enable 7.5 IRE | |
7740 | 1240 .IPs bw\ \ \ |
1241 b/\:w TV output | |
7288 | 1242 .IPs color |
1243 color TV output | |
1244 .IPs interlaced | |
1245 interlaced TV output | |
8132
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1246 .IPs macrovision=<value> |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1247 macrovision mode (0 = off (default), 1 = agc, 2 = agc 2 colorstripe, |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1248 3 = agc 4 colorstripe) |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1249 .IPs norm=<value> |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1250 TV norm (ntsc (default), pal,pal60,palm,paln,palnc) |
7740 | 1251 .IPs square/\:ccir601\-pixel |
7288 | 1252 TV pixel mode |
8132
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1253 .RE |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1254 .RS |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1255 |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1256 .I Overlay |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1257 .RE |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1258 .RSs |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1259 .IPs cr-[left|right|top|bot]=<\-20\-20> |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1260 adjust the overlay cropping |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1261 .IPs ck-[rgb]min=<0\-255> |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1262 minimum value for the color key |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1263 .IPs ck-[rgb]max=<0\-255> |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1264 maximum value for the color key |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1265 .IPs ck-[rgb]=<0\-255> |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1266 color key values |
7288 | 1267 .IPs ignore\-cache |
8132
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1268 do not use the VGA cache |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1269 .IPs ol-osd |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1270 enable the osd hack on the overlay |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1271 .IPs ol[hwxy]\-cor=<value> |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1272 adjust the overlay size and position in case it doesn't match the window |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1273 perfectly |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1274 .IPs overlay |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1275 enable the overlay |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1276 .IPs overlay-ratio=<1\-2500> |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1277 tune the overlay (default 1000) |
7288 | 1278 .IPs update\-cache |
8132
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1279 recreate the VGA cache |
7288 | 1280 .RE |
1281 . | |
6747 | 1282 .TP |
6469 | 1283 .B \-fb <device> (fbdev or DirectFB only) |
7740 | 1284 Specifies the framebuffer device to use. |
1285 By default it uses /dev/\:fb0. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1286 .TP |
6469 | 1287 .B \-fbmode <modename> (fbdev only) |
7740 | 1288 Change video mode to the one that is labelled as <modename> in |
1289 /etc/\:fb.modes. | |
7288 | 1290 |
1291 .I NOTE: | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1292 .br |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1293 VESA framebuffer doesn't support mode changing. |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1294 .TP |
6469 | 1295 .B \-fbmodeconfig <filename> (fbdev only) |
7740 | 1296 Use this configuration file instead of the default /etc/\:fb.modes. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1297 Only valid for the fbdev driver. |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1298 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1299 .B \-forcexv (SDL only) |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1300 Force using XVideo. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1301 .TP |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1302 .B \-fs \ \ \ |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1303 Fullscreen playing (centers movie, and makes black |
7740 | 1304 bands around it). |
1305 Toggle it with the 'f' key (not all video outputs support it). | |
1306 See also \-zoom. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1307 .TP |
7288 | 1308 .B \-fsmode-dontuse <0-31> (OBSOLETE) (use \-fs option) |
6071
506212428423
added new description, new vop options and fsmode-dontuse
jonas
parents:
6023
diff
changeset
|
1309 Try this option if you still experience fullscreen problems. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1310 .TP |
8745
93f78fb709e6
Added support for X style -geometry options (adapted from Henk's patch)
mark
parents:
8708
diff
changeset
|
1311 .B \-geometry x[%][:y[%]] or [WxH][+x+y] |
8140 | 1312 Adjust where the output is on the screen initially. |
1313 The x and y specifications are in pixels measured from the top-right of the | |
1314 screen to the top-right of the image being displayed, however if a percentage | |
1315 sign is given after the argument it turns the value into a percentage of the | |
8745
93f78fb709e6
Added support for X style -geometry options (adapted from Henk's patch)
mark
parents:
8708
diff
changeset
|
1316 screen size in that direction. It also supports the standard option format to |
93f78fb709e6
Added support for X style -geometry options (adapted from Henk's patch)
mark
parents:
8708
diff
changeset
|
1317 the standard X \-geometry option. |
8140 | 1318 The values given must be integers. |
7866
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1319 |
8745
93f78fb709e6
Added support for X style -geometry options (adapted from Henk's patch)
mark
parents:
8708
diff
changeset
|
1320 Note: This option is only supported by a few vo's, including tdfxfb, fbdev and |
93f78fb709e6
Added support for X style -geometry options (adapted from Henk's patch)
mark
parents:
8708
diff
changeset
|
1321 xv. |
93f78fb709e6
Added support for X style -geometry options (adapted from Henk's patch)
mark
parents:
8708
diff
changeset
|
1322 |
8140 | 1323 .I EXAMPLE: |
7866
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1324 .PD 0 |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1325 .RSs |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1326 .IPs 50:40 |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1327 Places the window at x=50, y=40 |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1328 .IPs 50%:50% |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1329 Places the window in the middle of the screen |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1330 .IPs 100% |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1331 Places the window at the top left corner of the screen |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1332 .IPs 100%:100% |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1333 Places the window at the bottom left corner of the screen |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1334 .RE |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1335 .PD 1 |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1336 . |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1337 .TP |
8762
75d22ee5f975
Per-file configuration, typos, rewordings, consistency and a 10l .In.
diego
parents:
8745
diff
changeset
|
1338 .B \-hue <\-100\-100> |
7740 | 1339 Adjust hue of video signal (default: 0). |
1340 You can get colored negative of image with this option. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1341 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1342 .B \-icelayer <0\-15> (icewm only) |
6268
a96c2f444317
added docu for -icelayer and addition to the faq for -nortc
attila
parents:
6250
diff
changeset
|
1343 Sets the layer of the fullscreen window of mplayer for icewm. |
a96c2f444317
added docu for -icelayer and addition to the faq for -nortc
attila
parents:
6250
diff
changeset
|
1344 |
7288 | 1345 .PD 0 |
1346 .RSs | |
1347 .IPs 0 | |
1348 Desktop | |
1349 .IPs 2 | |
1350 Below | |
1351 .IPs 4 | |
1352 Normal | |
1353 .IPs 6 | |
1354 OnTop | |
1355 .IPs 8 | |
1356 Dock | |
1357 .IPs 10 | |
1358 AboveDock | |
1359 .IPs 12 | |
1360 Menu (default) | |
1361 .RE | |
1362 .PD 1 | |
1363 . | |
6268
a96c2f444317
added docu for -icelayer and addition to the faq for -nortc
attila
parents:
6250
diff
changeset
|
1364 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1365 .B \-jpeg <option1:option2:...> (\-vo jpeg only) |
7740 | 1366 Specify options for the JPEG output. |
1367 .br | |
8708 | 1368 Available options are: [no]progressive, [no]baseline, optimize, smooth, quality |
7740 | 1369 and outdir. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1370 .TP |
7794
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
1371 .B \-monitor_dotclock <dotclock\ (or\ pixelclock) range> (fbdev and vesa only) |
7740 | 1372 Look into etc/\:example.conf for further information and in DOCS/\:video.html. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1373 .TP |
7794
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
1374 .B \-monitor_hfreq <horizontal frequency range> (fbdev and vesa only) |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1375 .TP |
7794
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
1376 .B \-monitor_vfreq <vertical frequency range> (fbdev and vesa only) |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1377 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1378 .B \-monitoraspect <ratio> |
7740 | 1379 Set aspect ratio of your monitor or TV screen. |
1380 See also \-aspect for movie aspect. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1381 |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1382 .I EXAMPLE: |
7288 | 1383 .PD 0 |
1384 .RSs | |
1385 \-monitoraspect 4:3 or 1.3333 | |
1386 .br | |
1387 \-monitoraspect 16:9 or 1.7777 | |
1388 .RE | |
1389 .PD 1 | |
1390 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1391 .TP |
7637 | 1392 .B \-nograbpointer |
7740 | 1393 Do not grab mouse pointer after VidMode change (\-vm), useful for multihead |
1394 setup. | |
8692
604f0cde816c
X11 window aspect patch by Arnaud Boulan <boulan@iie.cnam.fr>
attila
parents:
8685
diff
changeset
|
1395 |
604f0cde816c
X11 window aspect patch by Arnaud Boulan <boulan@iie.cnam.fr>
attila
parents:
8685
diff
changeset
|
1396 .TP |
604f0cde816c
X11 window aspect patch by Arnaud Boulan <boulan@iie.cnam.fr>
attila
parents:
8685
diff
changeset
|
1397 .B \-nokeepaspect |
8762
75d22ee5f975
Per-file configuration, typos, rewordings, consistency and a 10l .In.
diego
parents:
8745
diff
changeset
|
1398 Do not keep window aspect ratio when resizing X11 windows (Works currently only |
75d22ee5f975
Per-file configuration, typos, rewordings, consistency and a 10l .In.
diego
parents:
8745
diff
changeset
|
1399 with \-vo x11, xv, xmga and xvidix and your window manager needs to understand |
75d22ee5f975
Per-file configuration, typos, rewordings, consistency and a 10l .In.
diego
parents:
8745
diff
changeset
|
1400 window aspect hints.). |
8692
604f0cde816c
X11 window aspect patch by Arnaud Boulan <boulan@iie.cnam.fr>
attila
parents:
8685
diff
changeset
|
1401 |
7637 | 1402 .TP |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1403 .B \-noslices |
7740 | 1404 Disable drawing video by 16-pixel height slices/\:bands, instead draws the |
8452 | 1405 whole frame in a single run. |
7740 | 1406 May be faster or slower, depending on card/\:cache. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1407 It has effect only with libmpeg2 and libavcodec codecs. |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1408 .TP |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1409 .B \-panscan <0.0\-1.0> |
7740 | 1410 Enables Pan & Scan functionality, i.e.\& in order to display a 16:9 movie |
6351 | 1411 on a 4:3 display, the sides of the movie are cropped to get a 4:3 image |
7740 | 1412 which fits the screen. |
8435 | 1413 This function works only with the xv, xmga, mga and xvidix video out drivers. |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1414 .br |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1415 The range controls how much of the image is cropped. |
6330 | 1416 .TP |
7637 | 1417 .B \-rootwin |
1418 Play movie in the root window (desktop background) instead of opening | |
7740 | 1419 a new one. |
1420 Works only with x11, xv, xmga and xvidix drivers. | |
7637 | 1421 .TP |
8762
75d22ee5f975
Per-file configuration, typos, rewordings, consistency and a 10l .In.
diego
parents:
8745
diff
changeset
|
1422 .B \-saturation <\-100\-100> |
7740 | 1423 Adjust saturation of video output (default: 0). |
1424 You can get grayscale output with this option. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1425 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1426 .B \-screenw <pixels> \-screenh <pixels> |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1427 If you use an output driver which can't know the resolution of the screen |
7740 | 1428 (fbdev/\:x11 and/\:or TVout) this is where you can specify the horizontal and |
7288 | 1429 vertical resolution. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1430 .TP |
7637 | 1431 .B \-stop_xscreensaver |
1432 Turns off xscreensaver at startup and turns it on again on exit. | |
1433 .TP | |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1434 .B \-vm \ \ \ |
7740 | 1435 Try to change to a better video mode. |
1436 dga, x11/\:xv (XF86VidMode) and sdl output drivers support it. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1437 .TP |
7635 | 1438 .B \-vo <driver1[:device],driver2,...[,]> |
7600 | 1439 Specify a priority list of video output drivers (optionally with device) to be |
7740 | 1440 used. |
1441 \'device' is valid with SDL and GGI, too, it means subdriver then. | |
7288 | 1442 |
1443 .I NOTE: | |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1444 .br |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1445 See \-vo help for a full list of available drivers. |
7600 | 1446 .br |
1447 If the list has a trailing ',' it will fallback to drivers not listed. | |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1448 |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1449 .I EXAMPLE: |
7288 | 1450 .PD 0 |
1451 .RSs | |
7740 | 1452 .IPs "\-vo xmga,xv," |
7600 | 1453 Try Matrox kernel driver, then Xv driver, then others |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
1454 .br |
7740 | 1455 .IPs "\-vo sdl:aalib" |
7600 | 1456 specify the SDL subdriver |
7288 | 1457 .RE |
1458 .PD 1 | |
1459 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1460 .TP |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1461 .B \-vsync \ \ |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1462 Enables VBI for vesa. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1463 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1464 .B \-wid <window\ id> |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1465 This tells MPlayer to use a X11 window, which is useful to embed MPlayer in a |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1466 browser (with the plugger extension for instance). |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1467 .TP |
7740 | 1468 .B \-xineramascreen <0\-...> |
1469 In Xinerama configurations (i.e.\& a single desktop that spans across multiple | |
1470 displays) this option tells MPlayer which screen to display movie on. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1471 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1472 .B \-z <0\-9> |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1473 Specifies compression level for PNG output (-vo png) |
7288 | 1474 |
1475 .PD 0 | |
1476 .RSs | |
1477 .IPs 0 | |
1478 no compression | |
1479 .IPs 9 | |
1480 max compression | |
1481 .RE | |
1482 .PD 1 | |
1483 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1484 .TP |
7219 | 1485 .B \-zrbw (\-vo zr only) |
7192 | 1486 Display in black and white (for optimal performance, this option can be |
1487 combined with the 'decode only in black and white' option for codecs | |
1488 belonging to the FFmpeg family). | |
1489 .TP | |
7219 | 1490 .B \-zrcrop <[width]x[height]+[x offset]+[y offset]> (\-vo zr only) |
7192 | 1491 Select a part of the input image for display, multiple occurences of this |
7740 | 1492 option switch on cinerama mode. |
1493 In cinerama mode the movie is distributed over more than one TV (or beamer) to | |
1494 create a larger screen. | |
1495 Options appearing after the n\-th \-zrcrop apply to the n\-th MJPEG card, each | |
1496 card should at least have a \-zrdev in addition to the \-zrcrop. | |
1497 For examples, see the output of \-zrhelp and the Zr section of the | |
1498 documentation. | |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1499 .TP |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1500 .B \-zrdev <device> (\-vo zr only) |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1501 Specify the device special file that belongs to your MJPEG card, by default |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1502 this driver takes the first v4l device it can find. |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1503 .TP |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1504 .B \-zrfd (\-vo zr only) |
7288 | 1505 Force decimation: Decimation, as specified by \-zrhdec and \-zrvdec, only |
7740 | 1506 happens if the hardware scaler can stretch the image to its original size. |
1507 Use this option to force decimation. | |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1508 .TP |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1509 .B \-zrhelp (\-vo zr only) |
7288 | 1510 Display a list of all \-zr* options, their default values and an example of |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1511 cinerama mode. |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1512 .TP |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1513 .B \-zrnorm <norm> (\-vo zr only) |
7740 | 1514 Specify norm PAL/\:NTSC, the default is 'no change'. |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1515 .TP |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1516 .B \-zrquality <1\-20> (\-vo zr only) |
7740 | 1517 A number from 1 to 20 representing the jpeg encoding quality. |
1518 1 gives the best quality and 20 gives very bad quality. | |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1519 .TP |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1520 .B \-zrvdec <1,2,4> \-zrhdec <1,2,4> (\-vo zr only) |
7740 | 1521 Vertical/\:horizontal decimation: Ask the driver to send only every 2nd or 4th |
1522 line/\:pixel of the input image to the MJPEG card and use the scaler of the | |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1523 MJPEG card to strech the image to its original size. |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1524 .TP |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1525 .B \-zrxdoff <x display offset>, \-zrydoff <y display offset> (\-vo zr only) |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1526 If the movie is smaller than the TV screen, these options control the position |
7740 | 1527 of the movie relative to the upper left corner of the screen. |
1528 The movie is centered by default. | |
7219 | 1529 |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1530 |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1531 .SH "DECODING/FILTERING OPTIONS" |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1532 .TP |
7635 | 1533 .B \-ac <[-]codec1,[-]codec2,...[,]> |
7600 | 1534 Specify a priority list of audio codecs to be used, according to their codec |
7740 | 1535 name in codecs.conf. |
1536 Use a '-' before the codec name to omit it. | |
7288 | 1537 |
1538 .I NOTE: | |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1539 .br |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1540 See \-ac help for a full list of available codecs. |
7600 | 1541 .br |
1542 If the list has a trailing ',' it will fallback to codecs not listed. | |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1543 |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1544 .I EXAMPLE: |
7288 | 1545 .PD 0 |
1546 .RSs | |
1547 .IPs "\-ac mp3acm" | |
7600 | 1548 force l3codeca.acm MP3 codec |
1549 .IPs "\-ac mad," | |
1550 try libmad first, then fallback to others | |
7635 | 1551 .IPs "\-ac hwac3,a52," |
1552 try hardware AC3 passthrough, then software AC3 codec, then others | |
7600 | 1553 .IPs "\-ac -ffmp3," |
1554 try other codecs except FFmpeg's MP3 decoder | |
7288 | 1555 .RE |
1556 .PD 1 | |
1557 . | |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1558 .TP |
7600 | 1559 .B \-afm <driver1,driver2,...> |
1560 Specify a priority list of audio drivers to be used, according to their driver | |
7740 | 1561 name in codecs.conf. |
1562 It falls back to default if none is ok. | |
7288 | 1563 |
1564 .I NOTE: | |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1565 .br |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1566 See \-afm help for a full list of available drivers. |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1567 |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1568 .I EXAMPLE: |
7288 | 1569 .PD 0 |
1570 .RSs | |
1571 .IPs "\-afm ffmpeg" | |
7740 | 1572 try FFmpeg's libavcodec (mp1/\:2/\:3) codecs first |
7600 | 1573 .IPs "\-afm acm,dshow" |
1574 try Win32 codecs first | |
7288 | 1575 .RE |
1576 .PD 1 | |
1577 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1578 .TP |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1579 .B \-aspect <ratio> |
7740 | 1580 Override aspect ratio of movies. |
1581 It's autodetected on MPEG files, but can't be autodetected on most AVI files. | |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1582 |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1583 .I EXAMPLE: |
7288 | 1584 .PD 0 |
1585 .RSs | |
1586 \-aspect 4:3 or \-aspect 1.3333 | |
1587 .br | |
1588 \-aspect 16:9 or \-aspect 1.7777 | |
1589 .RE | |
1590 .PD 1 | |
1591 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1592 .TP |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1593 .B \-flip \ |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1594 Flip image upside\-down. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1595 .TP |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1596 .B \-lavdopts <option1:option2:...> (DEBUG CODE) |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1597 If decoding with a codec from libavcodec, you can specify its parameters here. |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1598 |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1599 .I EXAMPLE: |
7288 | 1600 .PD 0 |
1601 .RSs | |
1602 \-lavdopts bug=1 | |
1603 .RE | |
1604 .PD 1 | |
1605 | |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1606 .RS |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1607 .I NOTE: |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1608 .br |
7740 | 1609 Just add the values of the things you want to enable. |
1610 .br | |
1611 Available options are: | |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1612 .RE |
7288 | 1613 . |
1614 .RSs | |
7740 | 1615 .IPs ec\ \ \ |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1616 error concealment: |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1617 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1618 1: use strong deblock filter for damaged MBs |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1619 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1620 2: iterative MV search (slow) |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1621 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1622 3: all (default) |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1623 .REss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1624 .IPs er=<value> |
7288 | 1625 error resilience: |
1626 .RSss | |
7740 | 1627 .br |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1628 0: disabled |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1629 .br |
7794
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
1630 1: careful (should work with broken encoders) |
7288 | 1631 .br |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1632 2: normal (default) (works with compliant encoders) |
7288 | 1633 .br |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1634 3: agressive (more checks but might cause problems even for valid bitstreams) |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1635 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1636 4: very agressive |
7288 | 1637 .REss |
1638 .IPs bug=<value> | |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
1639 manually work around encoder bugs: |
7288 | 1640 .RSss |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1641 0: nothing |
7288 | 1642 .br |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1643 1: autodetect bugs (default) |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1644 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1645 2 (msmpeg4v3): some old lavc generated msmpeg4v3 files (no autodetect) |
7488 | 1646 .br |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1647 4 (mpeg4): xvid interlacing bug (autodetected if fourcc==XVIX) |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1648 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1649 8 (mpeg4): UMP4 (autodetected if fourcc==UMP4) |
7488 | 1650 .br |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1651 16 (mpeg4): padding bug |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1652 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1653 32 (mpeg4): illegal vlc bug (autodetected per fourcc) |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1654 .br |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1655 64 (mpeg4): XVID and DIVX qpel bug (autodetected) |
7288 | 1656 .REss |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1657 .IPs idct=<0\-99> |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1658 (see lavcopts) |
7488 | 1659 .IPs gray |
1660 grayscale only decoding (a bit faster than with color) | |
7288 | 1661 .RE |
1662 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1663 .TP |
7434
194e70101c8c
Document -noaspect, patch by Fredrik Noring <noring@nocrew.org>.
diego
parents:
7366
diff
changeset
|
1664 .B \-noaspect |
7637 | 1665 Disable automatic movie aspect ratio compensation. |
7434
194e70101c8c
Document -noaspect, patch by Fredrik Noring <noring@nocrew.org>.
diego
parents:
7366
diff
changeset
|
1666 .TP |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1667 .B \-nosound |
7740 | 1668 Do not play/\:encode sound. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1669 .TP |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1670 .B \-pp <quality> (see \-vop pp option too!) |
8616 | 1671 Set postprocess level of the DLL. |
1672 This option is NO LONGER USABLE with MPlayer's postprocess filter, but only | |
8762
75d22ee5f975
Per-file configuration, typos, rewordings, consistency and a 10l .In.
diego
parents:
8745
diff
changeset
|
1673 with Win32 DirectShow DLLs which have internal postprocessing routine. |
7288 | 1674 |
8407
baa6bcea04fb
fixing -vop pp VS -pp VS ... conflict (somewhat.)
gabucino
parents:
8363
diff
changeset
|
1675 The valid range of \-pp value vary on codecs, mostly |
7740 | 1676 0\-6, where 0=disable 6=slowest/\:best. |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1677 .TP |
8806 | 1678 .B \-pphelp (see \-vop pp option too) |
1679 Show a summary about the available postprocess filters and their usage. | |
1680 .TP | |
7488 | 1681 .B \-ssf <mode> |
7288 | 1682 Specifies SwScaler parameters. |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1683 |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1684 .I EXAMPLE |
7288 | 1685 .PD 0 |
1686 .RSs | |
1687 \-vop scale \-ssf lgb=3.0 | |
1688 .RE | |
1689 .PD 1 | |
1690 | |
1691 .PD 0 | |
1692 .RSs | |
1693 .IPs lgb=<0\-100> | |
1694 Gaussian blur filter (luma) | |
1695 .IPs cgb=<0\-100> | |
1696 Gaussian blur filter (chroma) | |
1697 .IPs ls=<0\-100> | |
1698 sharpen filter (luma) | |
1699 .IPs cs=<0\-100> | |
1700 sharpen filter (chroma) | |
1701 .IPs chs=<h> | |
1702 chroma horizontal shifting | |
1703 .IPs cvs=<v> | |
1704 chroma vertical shifting | |
1705 .RE | |
1706 .PD 1 | |
1707 . | |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1708 .TP |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1709 .B \-stereo <mode> |
7740 | 1710 Select type of MP2/\:MP3 stereo output. |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1711 |
7288 | 1712 .PD 0 |
1713 .RSs | |
1714 .IPs 0 | |
1715 Stereo | |
1716 .IPs 1 | |
1717 Left channel | |
1718 .IPs 2 | |
1719 Right channel | |
1720 .RE | |
1721 .PD 1 | |
1722 . | |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1723 .TP |
7740 | 1724 .B \-sws <software\ scaler\ type> (see \-vop scale option too) |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1725 This option sets the quality (and speed, respectively) of the software scaler, |
7740 | 1726 with the \-zoom option. |
1727 For example with x11 or other outputs which lack hardware acceleration. | |
1728 Possible settings are: | |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1729 |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1730 .I NOTE: |
7288 | 1731 .br |
7740 | 1732 For \-sws\ 2 and 7, the sharpness can be set with the scaling parameter (p) |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1733 of \-vop scale (0 (soft) \- 100 (sharp)), for \-sws 9, it specifies the filter |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1734 length (1 \- 10). |
7288 | 1735 |
1736 .PD 0 | |
1737 .RSs | |
1738 .IPs 0 | |
1739 fast bilinear (default) | |
1740 .IPs 1 | |
1741 bilinear | |
1742 .IPs 2 | |
1743 bicubic (good quality) | |
1744 .IPs 3 | |
1745 experimental | |
1746 .IPs 4 | |
1747 nearest neighbour (bad quality) | |
1748 .IPs 5 | |
1749 area | |
1750 .IPs 6 | |
1751 luma bicubic / chroma bilinear | |
1752 .IPs 7 | |
1753 gauss | |
1754 .IPs 8 | |
1755 sincR | |
1756 .IPs 9 | |
1757 lanczos | |
1758 .IPs 10 | |
1759 bicubic spline | |
1760 .RE | |
1761 .PD 1 | |
1762 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1763 .TP |
7635 | 1764 .B \-vc <[-]codec1,[-]codec2,...[,]> |
7600 | 1765 Specify a priority list of video codecs to be used, according to their codec |
7740 | 1766 name in codecs.conf. |
1767 Use a '-' before the codec name to omit it. | |
7288 | 1768 |
1769 .I NOTE: | |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1770 .br |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1771 See \-vc help for a full list of available codecs. |
7600 | 1772 .br |
1773 If the list has a trailing ',' it will fallback to codecs not listed. | |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1774 |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1775 .I EXAMPLE: |
7288 | 1776 .PD 0 |
1777 .RSs | |
1778 .IPs "\-vc divx" | |
7740 | 1779 force Win32/\:VFW DivX codec, no fallback |
7600 | 1780 .IPs "\-vc divx4," |
1781 try divx4linux codec first, then fallback to others | |
1782 .IPs "\-vc -divxds,-divx," | |
7635 | 1783 try other codecs except Win32 DivX codecs |
7600 | 1784 .IPs "\-vc ffmpeg12,mpeg12," |
7740 | 1785 try libavcodec's MPEG1/\:2 codec, then libmpeg2, then others |
7288 | 1786 .RE |
1787 .PD 1 | |
1788 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1789 .TP |
7600 | 1790 .B \-vfm <driver1,driver2,...> |
1791 Specify a priority list of video drivers to be used, according to their driver | |
7740 | 1792 name in codecs.conf. |
1793 It falls back to default if none is ok. | |
7288 | 1794 |
1795 .I NOTE: | |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1796 .br |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1797 If libdivxdecore support was compiled in, then odivx and divx4 now contains |
7740 | 1798 just the same DivX4 codec, but different APIs to reach it. |
1799 For difference between them and when to use which, check the DivX4 section in | |
1800 the documentation. | |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1801 .br |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1802 See \-vfm help for a full list of available drivers. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1803 |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1804 .I EXAMPLE: |
7288 | 1805 .PD 0 |
1806 .RSs | |
7600 | 1807 .IPs "\-vfm ffmpeg,dshow,vfw" |
7740 | 1808 try the libavcodec, then Directshow, then VFW codecs and fallback to the |
1809 others, if still none is ok | |
7288 | 1810 .IPs "\-vfm xanim" |
7600 | 1811 try XAnim codecs first |
7288 | 1812 .RE |
1813 .PD 1 | |
1814 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1815 .TP |
8140 | 1816 .B \-vop <...,filter3[=options],filter2,filter1> |
1817 Activate a comma separated list of video filters and their options in reverse | |
1818 order. | |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1819 |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1820 .I NOTE: |
7288 | 1821 .br |
1822 The parameters are optional and if omitted, some of them are set to default | |
7740 | 1823 values. |
1824 Use -1 to keep the default value. | |
1825 Parameters w:h means width x height in pixels, x:y means x;y position counted | |
1826 from the upper left corner of the bigger image. | |
7288 | 1827 .br |
1828 To get a full list of available plugins, see \-vop help. | |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1829 .br |
8140 | 1830 Available filters are: |
7288 | 1831 . |
1832 .RSs | |
1833 .IPs crop[=w:h:x:y] | |
7740 | 1834 Crops the given part of the image and discards the rest. |
1835 Useful to remove black bands from widescreen movies. | |
8435 | 1836 .IPs cropdetect[=0\-255] |
1837 Calculates necessary cropping parameters and prints the recommended parameters | |
1838 to stdout. | |
1839 The threshold can be optionally specified from nothing (0) to everything | |
1840 (255). | |
1841 (default: 24) | |
7288 | 1842 .IPs rectangle[=w:h:x:y] |
1843 Draws a rectangle of the requested width and height at the specified | |
7740 | 1844 coordinates over the image (used to test crop). |
1845 (default: maximum w/\:h, upper left x/\:y position) | |
7288 | 1846 .IPs expand[=w:h:x:y:o] |
1847 Expands (not scales) movie resolution to the given value and places the | |
7740 | 1848 unscaled original at coordinates x y. |
1849 Can be used for placing subtitles/\:OSD in the resulting black bands (default: | |
1850 original w/\:h, centered x/\:y). | |
1851 The last parameter (de)activates OSD rendering (default: 0). | |
7288 | 1852 .IPs flip |
7740 | 1853 Flips the image upside down. |
1854 See also option \-flip. | |
7288 | 1855 .IPs mirror |
1856 Flips the image on Y axis. | |
7872 | 1857 .IPs rotate[=<0-7>] |
8140 | 1858 Rotates and flips (optional) the image +/\:\- 90 degrees. |
1859 For parameters between 4-7 rotation is only done if the movie's geometry is | |
1860 portrait and not landscape. | |
7288 | 1861 .IPs scale[=w:h[:c[:p]]] |
1862 Scales the image with the software scaler (slow) and performs a YUV<\->RGB | |
7740 | 1863 colorspace conversion (see \-sws option too). |
1864 The value 0 is used for scaled (aspect) destination w/\:h. | |
1865 (default: original w/\:h, destination w/\:h with \-zoom) Optionaly chroma | |
1866 skipping (c from 0\-3) and scaling parameters can be specified. | |
1867 (see the \-sws option for details) | |
7288 | 1868 .IPs yuy2 |
7740 | 1869 Forces software YV12/\:I420 or 422P to YUY2 conversion. |
7288 | 1870 .IPs rgb2bgr[=swap] |
7740 | 1871 RGB 24/\:32 <\-> BGR 24/\:32 colorspace conversion with optional R <\-> B |
7288 | 1872 swapping. |
1873 .IPs palette | |
7740 | 1874 RGB/\:BGR 8 \-> 15/\:16/\:24/\:32bpp colorspace conversion using palette. |
7288 | 1875 .IPs format[=fourcc] |
7740 | 1876 Restricts the colorspace for next filter. |
1877 It does not do any conversion. | |
1878 Use together with the scale filter for a real conversion. | |
8806 | 1879 .IPs pp[=filter1[:option1[:option2...]]/[-]filter2...] (see \-pphelp too) |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1880 This option enables usage of MPlayer's internal postprocessing filter, |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1881 and also gives an interface where you can pass options to the named filter. |
8806 | 1882 To get a list of available filters, use \-pphelp. |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1883 .br |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1884 Note that each sub-filter must be separated with a / sign. |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1885 .br |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1886 Each filter defaults to 'c' (chrominance). |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1887 .br |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1888 The keywords accept a '\-' prefix to disable the option. |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1889 .br |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1890 A ':' followed by a letter may be appended to the option to indicate its |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1891 scope: |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1892 .RSss |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1893 a: Automatically switches the filter off if the CPU is too slow. |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1894 .br |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1895 c: Do chrominance filtering, too. |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1896 .br |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1897 y: Do not do chrominance filtering (only luminance filtering). |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1898 .REss |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1899 |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1900 .RS |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1901 .I EXAMPLES: |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1902 .RE |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1903 .RSss |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1904 .br |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1905 \-vop pp=hb/vb/dr/al/lb |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1906 .br |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1907 \-vop pp=hb/vb/dr/al |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1908 .br |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1909 Default filters without brightness/\:contrast correction: |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1910 .br |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1911 \-vop pp=de/\-al |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1912 .br |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1913 Enable default filters & temporal denoiser: |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1914 .br |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1915 \-vop pp=de/tn:1:2:3 |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1916 .br |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1917 Deblock horizontal only luminance and switch vertical deblocking on or |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1918 off automatically depending on available CPU time: |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1919 .br |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1920 \-vop pp=hb:y/vb:a \-autoq 6 |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1921 .REss |
7288 | 1922 .IPs lavc[=quality:fps] |
7740 | 1923 Realtime MPEG1 encoder for use with DVB/\:DXR3 (libavcodec) |
7288 | 1924 .IPs fame |
7740 | 1925 Realtime MPEG1 encoder for use with DVB/\:DXR3 (libfame) |
7288 | 1926 .IPs dvbscale[=aspect] |
7740 | 1927 Set up optimal scaling for DVB cards. |
8217 | 1928 (aspect = DVB_HEIGHT*ASPECTRATIO, default: 768) |
7288 | 1929 .IPs "noise[=luma[u][t|a][h][p]:chroma[u][t|a][h][p]]" |
1930 Adds noise | |
1931 .RSss | |
7290 | 1932 <0\-100>: luma noise |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
1933 .br |
7290 | 1934 <0\-100>: chroma noise |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
1935 .br |
7290 | 1936 u: uniform noise |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
1937 .br |
7290 | 1938 t: temporal noise |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
1939 .br |
7290 | 1940 a: averaged temporal noise |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
1941 .br |
7290 | 1942 h: high quality |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
1943 .br |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
1944 p: mix random noise with a (semi)regular pattern |
7288 | 1945 .REss |
1946 .IPs eq[=bright:cont] | |
1947 Activates the software equalizer with interactive controls like the hardware | |
7740 | 1948 eq controls. |
1949 The values can be from -100 to 100. | |
7288 | 1950 .IPs halfpack |
1951 Convert planar YUV 4:2:0 to half-height packed 4:2:2, downsampling luma but | |
7740 | 1952 keeping all chroma samples. |
1953 Useful for output to low-resolution display devices when hardware downscaling | |
1954 is poor quality or is not available. | |
7632 | 1955 .IPs dint[=sense:level] |
7740 | 1956 Detects and drops first of interlaced frames in video stream. |
1957 Values can be from 0.0 to 1.0 - first (default 0.1) is relative difference | |
1958 between neighbor pixels, second (default 0.15) is what part of image have to | |
1959 be detected as interlaced to drop the frame. | |
8435 | 1960 .IPs lavcdeint |
1961 Use libavcodec's deinterlace filter. | |
8140 | 1962 .IPs "unsharp=l|cWxH:amount[:l|cWxH:amount]" |
1963 Unsharp mask / gaussian blur. | |
1964 .RSss | |
1965 l: apply effect on luma component | |
1966 .br | |
1967 c: apply effect on chroma components | |
1968 .br | |
1969 WxH: width and height of the matrix, odd sized in both directions | |
1970 (min = 3x3, max = 13x11 or 11x13, usually something between 3x3 and 7x7) | |
1971 .br | |
1972 amount: relative amount of sharpness / blur to add to the image | |
1973 (amount < 0 = blur, amount > 0 = sharpen, usually something between -1.5 and | |
1974 1.5) | |
1975 .REss | |
1976 .IPs swapuv | |
1977 Swap U & V plane. | |
1978 .IPs "il=[d|i][s][:[d|i][s]]" | |
1979 (de)interleaves lines. | |
8806 | 1980 The goal of this filter is to add ability of processing interlaced images |
1981 pre-field without deinterlacing it. | |
1982 You can filter your interlaced dvd and playback on TV without breaking the | |
1983 interlacing. | |
1984 While deinterlacing (with the post processing filter) removes the interlacing | |
1985 permamently (by smoothing averaging etc) deinterleaving splits the frame into | |
1986 2 fields (so called half pictures), so you can process (filter) them | |
1987 independently and then re-interleave them. | |
8140 | 1988 .RSss |
1989 d: deinterleave | |
1990 .br | |
1991 i: interleave | |
1992 .br | |
1993 s: swap fields (exchange even & odd lines) | |
1994 .REss | |
1995 .IPs "boxblur=radius:power[:radius:power]" | |
8806 | 1996 box blur |
8140 | 1997 .RSss |
1998 radius: size of the filter | |
1999 .br | |
2000 power: how often the filter should be applied | |
2001 .REss | |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2002 .IPs "sab=rad:pfilter:cDiff[:rad:pfilter:cDiff]" |
8806 | 2003 shape adaptive blur |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2004 .RSss |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2005 rad: blur filter strength (~0.1\-4.0) (slower if larger) |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2006 .br |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2007 pfilter: prefilter strength (~0.1\-2.0) |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2008 .br |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2009 cDiff: how different the pixels are allowed to be to be considered |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2010 (~0.1-100.0) |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2011 .REss |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2012 .IPs "smartblur=rad:strength:thresh[:rad:strength:thresh]" |
8806 | 2013 smart blur |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2014 .RSss |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2015 rad: blur filter strength (~0.1\-5.0) (slower if larger) |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2016 .br |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2017 strength: blur (0.0\-1.0) or sharpen (-1.0\-0.0) |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2018 .br |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2019 thresh: filter all (0), filter flat areas (0\-30) or filter edges (-30\-0) |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2020 .REss |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2021 .IPs "perspective=x0:y0:x1:y1:x2:y2:x3:y3:t" |
8806 | 2022 perspective correcture |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2023 .RSss |
8762
75d22ee5f975
Per-file configuration, typos, rewordings, consistency and a 10l .In.
diego
parents:
8745
diff
changeset
|
2024 x0,y0,...: coordinates of the top left, top right, bottom left, bottom right |
8616 | 2025 corners |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2026 .br |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2027 t: linear (0) or cubic resampling (1) |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2028 .REss |
8435 | 2029 .IPs 2xsai |
2030 Use the 2x scale and interpolate algorithm for scaling and smoothing images. | |
2031 .IPs 1bpp | |
8806 | 2032 1bpp bitmap to YUV/BGR 8/15/16/32 conversion |
2033 .IPs eq2[=gamma:cont:bright] | |
2034 LUT-based software equalizer. | |
2035 The values can be from -100 to 100. | |
8435 | 2036 TODO: document this |
2037 .IPs yvu9 | |
2038 TODO: document this | |
2039 .IPs bmovl | |
8806 | 2040 Read bitmaps from a FIFO and display them in window. |
8435 | 2041 TODO: document this |
7288 | 2042 .RE |
2043 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2044 .TP |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
2045 .B \-x <x> (MPLAYER only) |
7740 | 2046 Scale image to x width (if sw/\:hw scaling available). |
7794
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
2047 Disables aspect calculations. |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
2048 .TP |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2049 .B \-xvidopts <option1:option2:...> |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
2050 Specify additional parameters when decoding with XviD. |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
2051 |
7288 | 2052 .PD 0 |
2053 .RSs | |
7740 | 2054 .IPs dr2\ \ |
7288 | 2055 Activate direct rendering method 2. |
2056 .IPs nodr2 | |
2057 Deactivate direct rendering method 2. | |
2058 .RE | |
2059 .PD 1 | |
2060 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2061 .TP |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
2062 .B \-xy <x> |
7288 | 2063 .PD 0 |
2064 .RSs | |
2065 .IPs "x<=8" | |
2066 Scale image by factor <x>. | |
7740 | 2067 .IPs "x>8\ " |
7288 | 2068 Set width to <x> and calculate height to keep correct aspect ratio. |
2069 .RE | |
2070 .PD 1 | |
2071 . | |
6310 | 2072 .TP |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
2073 .B \-y <y> (MPLAYER only) |
7740 | 2074 Scale image to y height (if sw/\:hw scaling available). |
7794
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
2075 Disables aspect calculations. |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
2076 .TP |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
2077 .B \-zoom \ |
7740 | 2078 Allow software scaling, where available. |
2079 Could be used to force scaling with \-vop scale. | |
7288 | 2080 |
2081 .I NOTE: | |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
2082 .br |
7740 | 2083 \-vop scale will IGNORE options \-x / \-y / \-xy / \-fs / \-aspect without |
2084 \-zoom. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2085 |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2086 |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2087 .SH "ENCODING OPTIONS (MENCODER ONLY)" |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2088 .TP |
7288 | 2089 .B \-audio-density <1\-50> |
6867 | 2090 Number of audio chunks per second (default is 2 for 0.5s long audio chunks). |
7288 | 2091 |
2092 .I NOTE: | |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
2093 .br |
6867 | 2094 CBR only, VBR ignores this as it puts each packet in a new chunk. |
2095 .TP | |
7288 | 2096 .B \-audio-delay <0.0\-...> |
7740 | 2097 Sets the audio delay field in the header. |
2098 Default is 0.0, negative values do not work. | |
2099 This does not delay the audio while encoding, but the player will see the | |
2100 default audio delay, sparing you the use of the \-delay option. | |
6867 | 2101 .TP |
7288 | 2102 .B \-audio-preload <0.0\-2.0> |
6867 | 2103 Sets up audio buffering time interval (default: 0.5s). |
2104 .TP | |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2105 .B \-divx4opts <option1:option2:...> |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2106 If encoding to DivX4, you can specify its parameters here. |
7740 | 2107 .br |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2108 Available options are: |
7288 | 2109 . |
2110 .RSs | |
2111 .IPs help | |
2112 get help | |
2113 .IPs br=<value> | |
2114 specify bitrate in | |
2115 .RSss | |
2116 kbit <4\-16000> or | |
2117 .br | |
2118 bit <16001\-24000000> | |
2119 .REss | |
2120 .IPs key=<value> | |
2121 maximum keyframe interval (in frames) | |
2122 .IPs deinterlace | |
7740 | 2123 enable deinterlacing (avoid it, DivX4 is buggy) |
7288 | 2124 .IPs q=<1\-5> |
2125 quality (1\-fastest, 5\-best) | |
2126 .IPs min_quant=<1\-31> | |
2127 minimum quantizer | |
2128 .IPs max_quant=<1\-31> | |
2129 maximum quantizer | |
2130 .IPs rc_period=<value> | |
2131 rate control period | |
2132 .IPs rc_reaction_period=<value> | |
2133 rate control reaction period | |
2134 .IPs rc_reaction_ratio=<value> | |
2135 rate control reaction ratio | |
2136 .IPs crispness=<0\-100> | |
7740 | 2137 specify crispness/\:smoothness |
8035
533e212cd282
document new 2pass syntax, remove/fix lots of obsolete junk in docs
rfelker
parents:
7907
diff
changeset
|
2138 .IPs pass=<1\-2> |
533e212cd282
document new 2pass syntax, remove/fix lots of obsolete junk in docs
rfelker
parents:
7907
diff
changeset
|
2139 With this you can encode 2pass DivX4 files. |
533e212cd282
document new 2pass syntax, remove/fix lots of obsolete junk in docs
rfelker
parents:
7907
diff
changeset
|
2140 First encode with pass=1, then with the same parameters, encode with |
533e212cd282
document new 2pass syntax, remove/fix lots of obsolete junk in docs
rfelker
parents:
7907
diff
changeset
|
2141 pass=2. |
7781
2263b7200fdd
vbrpass option, patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>.
diego
parents:
7744
diff
changeset
|
2142 .IPs vbrpass=<0\-2> |
8035
533e212cd282
document new 2pass syntax, remove/fix lots of obsolete junk in docs
rfelker
parents:
7907
diff
changeset
|
2143 Override the pass argument and use XviD VBR Library instead of DivX4 |
8616 | 2144 VBR. |
2145 Available options are: | |
7781
2263b7200fdd
vbrpass option, patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>.
diego
parents:
7744
diff
changeset
|
2146 . |
7786
9b594e4eb731
some corrections to produce better looking indentations
jonas
parents:
7781
diff
changeset
|
2147 .RSss |
8035
533e212cd282
document new 2pass syntax, remove/fix lots of obsolete junk in docs
rfelker
parents:
7907
diff
changeset
|
2148 0: one pass encoding (as in not putting pass on the command line) |
7786
9b594e4eb731
some corrections to produce better looking indentations
jonas
parents:
7781
diff
changeset
|
2149 .br |
9b594e4eb731
some corrections to produce better looking indentations
jonas
parents:
7781
diff
changeset
|
2150 1: Analysis (first) pass of two pass encoding. |
9b594e4eb731
some corrections to produce better looking indentations
jonas
parents:
7781
diff
changeset
|
2151 The resulting AVI file can be directed to /dev/null. |
9b594e4eb731
some corrections to produce better looking indentations
jonas
parents:
7781
diff
changeset
|
2152 .br |
9b594e4eb731
some corrections to produce better looking indentations
jonas
parents:
7781
diff
changeset
|
2153 2: Final (second) pass of two pass encoding. |
7781
2263b7200fdd
vbrpass option, patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>.
diego
parents:
7744
diff
changeset
|
2154 .REss |
7288 | 2155 .RE |
2156 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2157 .TP |
8356 | 2158 .B \-endpos <[[hh:]mm:]ss[.ms]|size[b|kb|mb]> (see \-ss and \-sb option too) |
7740 | 2159 Stop encoding at given time or byte position. |
2160 Can be specified in many ways: | |
7288 | 2161 |
2162 .I NOTE: | |
6022
63d320c955c1
noskip to mencoder only opts, endpos understands byte position too and small changes
jonas
parents:
6005
diff
changeset
|
2163 .br |
63d320c955c1
noskip to mencoder only opts, endpos understands byte position too and small changes
jonas
parents:
6005
diff
changeset
|
2164 Byte position won't be accurate, as it can only stop at |
63d320c955c1
noskip to mencoder only opts, endpos understands byte position too and small changes
jonas
parents:
6005
diff
changeset
|
2165 a frame boundary. |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
2166 |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
2167 .I EXAMPLE: |
7288 | 2168 .PD 0 |
2169 .RSs | |
2170 .IPs "\-endpos 56" | |
2171 encode only 56 seconds | |
2172 .IPs "\-endpos 01:10:00" | |
2173 encode only 1 hour 10 minutes | |
2174 .IPs "\-endpos 100mb" | |
2175 encode only 100 MBytes | |
2176 .RE | |
2177 .PD 1 | |
2178 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2179 .TP |
6022
63d320c955c1
noskip to mencoder only opts, endpos understands byte position too and small changes
jonas
parents:
6005
diff
changeset
|
2180 .B \-ffourcc <fourcc> |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2181 Can be used to override the video fourcc of the output file. |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2182 |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2183 .I EXAMPLE: |
7288 | 2184 .PD 0 |
2185 .RSs | |
2186 .IPs "-ffourcc div3" | |
7740 | 2187 will have the output file contain 'div3' as video fourcc. |
7288 | 2188 .RE |
2189 .PD 1 | |
2190 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2191 .TP |
7740 | 2192 .B \-include <configuration\ file> |
8762
75d22ee5f975
Per-file configuration, typos, rewordings, consistency and a 10l .In.
diego
parents:
8745
diff
changeset
|
2193 Specify configuration file to be parsed after the default ones. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2194 .TP |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2195 .B \-info <option1:option2:...> (.AVI only) |
7740 | 2196 Specify the info header of the resulting .AVI file. |
2197 .br | |
2198 Available options are: | |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2199 . |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2200 .RSs |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2201 .IPs help |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2202 show this description |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2203 .IPs name=<value> |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2204 title of the subject of the file |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2205 .IPs artist=<value> |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2206 artist or author of the original subject of the file |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2207 .IPs genre=<value> |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2208 original work category |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2209 .IPs subject=<value> |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2210 contents of the file |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2211 .IPs copyright=<value> |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2212 copyright information for the file |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2213 .IPs srcform=<value> |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2214 original form of the material that was digitized |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2215 .IPs comment=<value> |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2216 general comments about the file or the subject of the file |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2217 .RE |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2218 . |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2219 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2220 .B \-lameopts <option1:option2:...> |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2221 If encoding to MP3 with libmp3lame, you can specify its parameters here. |
7740 | 2222 .br |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2223 Available options are: |
7288 | 2224 . |
2225 .RSs | |
2226 .IPs help | |
2227 get help | |
2228 .IPs vbr=<0\-4> | |
2229 variable bitrate method | |
2230 .RSss | |
2231 0: cbr | |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2232 .br |
7288 | 2233 1: mt |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2234 .br |
7288 | 2235 2: rh(default) |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2236 .br |
7288 | 2237 3: abr |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2238 .br |
7288 | 2239 4: mtrh |
2240 .REss | |
7740 | 2241 .IPs abr\ \ |
7288 | 2242 average bitrate |
7740 | 2243 .IPs cbr\ \ |
8517
bcf1b010bf14
Presets are an easy way, to use hard to access lame options and to give
arpi
parents:
8488
diff
changeset
|
2244 constant bitrate. |
bcf1b010bf14
Presets are an easy way, to use hard to access lame options and to give
arpi
parents:
8488
diff
changeset
|
2245 .br |
bcf1b010bf14
Presets are an easy way, to use hard to access lame options and to give
arpi
parents:
8488
diff
changeset
|
2246 Forces also CBR mode encoding on subsequent ABR presets modes |
7288 | 2247 .IPs br=<0\-1024> |
2248 specify bitrate in kBit (CBR and ABR only) | |
2249 .IPs q=<0\-9> | |
2250 quality (0-highest, 9-lowest) (only for VBR) | |
2251 .IPs aq=<0\-9> | |
7740 | 2252 algorithmic quality (0-best/\:slowest, 9-worst/\:fastest) |
7288 | 2253 .IPs ratio=<1\-100> |
2254 compression ratio | |
2255 .IPs vol=<0\-10> | |
2256 set audio input gain | |
2257 .IPs mode=<0\-3> | |
7740 | 2258 (default: auto) |
2259 .RSss | |
7288 | 2260 0: stereo |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2261 .br |
7288 | 2262 1: joint-stereo |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2263 .br |
7288 | 2264 2: dualchannel |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2265 .br |
7288 | 2266 3: mono |
7740 | 2267 .REss |
7288 | 2268 .IPs padding=<0\-2> |
7740 | 2269 .RSss |
7288 | 2270 0: no |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2271 .br |
7288 | 2272 1: all |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2273 .br |
7288 | 2274 2: adjust |
7740 | 2275 .REss |
8517
bcf1b010bf14
Presets are an easy way, to use hard to access lame options and to give
arpi
parents:
8488
diff
changeset
|
2276 .IPs fast |
8541
ffb5a54de87c
man's lines shouldn't have more than 80 chars long ;)
nicolas
parents:
8531
diff
changeset
|
2277 switch on faster encoding on subsequent VBR presets modes, slightly lower |
ffb5a54de87c
man's lines shouldn't have more than 80 chars long ;)
nicolas
parents:
8531
diff
changeset
|
2278 quality and higher bitrates. |
8568 | 2279 .IPs preset=<value> |
8517
bcf1b010bf14
Presets are an easy way, to use hard to access lame options and to give
arpi
parents:
8488
diff
changeset
|
2280 provide the highest possible quality settings. |
bcf1b010bf14
Presets are an easy way, to use hard to access lame options and to give
arpi
parents:
8488
diff
changeset
|
2281 .RSss |
bcf1b010bf14
Presets are an easy way, to use hard to access lame options and to give
arpi
parents:
8488
diff
changeset
|
2282 medium: VBR encoding, good quality, 150\-180 kbps bitrate range. |
bcf1b010bf14
Presets are an easy way, to use hard to access lame options and to give
arpi
parents:
8488
diff
changeset
|
2283 .br |
bcf1b010bf14
Presets are an easy way, to use hard to access lame options and to give
arpi
parents:
8488
diff
changeset
|
2284 standard: VBR encoding, high quality, 170\-210 kbps bitrate range. |
bcf1b010bf14
Presets are an easy way, to use hard to access lame options and to give
arpi
parents:
8488
diff
changeset
|
2285 .br |
bcf1b010bf14
Presets are an easy way, to use hard to access lame options and to give
arpi
parents:
8488
diff
changeset
|
2286 extreme: VBR encoding, very high quality, 200\-240 kbps bitrate range. |
bcf1b010bf14
Presets are an easy way, to use hard to access lame options and to give
arpi
parents:
8488
diff
changeset
|
2287 .br |
bcf1b010bf14
Presets are an easy way, to use hard to access lame options and to give
arpi
parents:
8488
diff
changeset
|
2288 insane: CBR encoding, highest preset quality, 320 kbps bitrate. |
bcf1b010bf14
Presets are an easy way, to use hard to access lame options and to give
arpi
parents:
8488
diff
changeset
|
2289 .br |
bcf1b010bf14
Presets are an easy way, to use hard to access lame options and to give
arpi
parents:
8488
diff
changeset
|
2290 <8-320>: ABR encoding at average given kbps bitrate. |
bcf1b010bf14
Presets are an easy way, to use hard to access lame options and to give
arpi
parents:
8488
diff
changeset
|
2291 .br |
bcf1b010bf14
Presets are an easy way, to use hard to access lame options and to give
arpi
parents:
8488
diff
changeset
|
2292 .REss |
7288 | 2293 .RE |
8517
bcf1b010bf14
Presets are an easy way, to use hard to access lame options and to give
arpi
parents:
8488
diff
changeset
|
2294 |
bcf1b010bf14
Presets are an easy way, to use hard to access lame options and to give
arpi
parents:
8488
diff
changeset
|
2295 .I EXAMPLE: |
bcf1b010bf14
Presets are an easy way, to use hard to access lame options and to give
arpi
parents:
8488
diff
changeset
|
2296 .PD 0 |
bcf1b010bf14
Presets are an easy way, to use hard to access lame options and to give
arpi
parents:
8488
diff
changeset
|
2297 .RSs |
bcf1b010bf14
Presets are an easy way, to use hard to access lame options and to give
arpi
parents:
8488
diff
changeset
|
2298 .IPs "\-lameopts fast:preset=standard" |
bcf1b010bf14
Presets are an easy way, to use hard to access lame options and to give
arpi
parents:
8488
diff
changeset
|
2299 for most people on most music and already quite high in quality. |
bcf1b010bf14
Presets are an easy way, to use hard to access lame options and to give
arpi
parents:
8488
diff
changeset
|
2300 .IPs "\-lameopts cbr:preset=192" |
bcf1b010bf14
Presets are an easy way, to use hard to access lame options and to give
arpi
parents:
8488
diff
changeset
|
2301 encode with ABR presets at a 192 kbps forced constant bitrate. |
bcf1b010bf14
Presets are an easy way, to use hard to access lame options and to give
arpi
parents:
8488
diff
changeset
|
2302 .IPs "\-lameopts preset=172" |
bcf1b010bf14
Presets are an easy way, to use hard to access lame options and to give
arpi
parents:
8488
diff
changeset
|
2303 encode with ABR presets at a 172 kbps average bitrate. |
bcf1b010bf14
Presets are an easy way, to use hard to access lame options and to give
arpi
parents:
8488
diff
changeset
|
2304 .IPs "\-lameopts preset=extreme" |
bcf1b010bf14
Presets are an easy way, to use hard to access lame options and to give
arpi
parents:
8488
diff
changeset
|
2305 for people with extremely good hearing and similar equipment. |
bcf1b010bf14
Presets are an easy way, to use hard to access lame options and to give
arpi
parents:
8488
diff
changeset
|
2306 .IPs "\-lameopts preset=help" |
bcf1b010bf14
Presets are an easy way, to use hard to access lame options and to give
arpi
parents:
8488
diff
changeset
|
2307 print additional options and informations on presets settings. |
bcf1b010bf14
Presets are an easy way, to use hard to access lame options and to give
arpi
parents:
8488
diff
changeset
|
2308 .RE |
bcf1b010bf14
Presets are an easy way, to use hard to access lame options and to give
arpi
parents:
8488
diff
changeset
|
2309 .PD 1 |
7288 | 2310 . |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2311 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2312 .B \-lavcopts <option1:option2:...> |
7740 | 2313 If encoding with a codec from libavcodec, you can specify its parameters |
2314 here. | |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
2315 |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
2316 .I EXAMPLE: |
7288 | 2317 .PD 0 |
2318 .RSs | |
2319 \-lavcopts vcodec=msmpeg4:vbitrate=1800:vhq:keyint=250 | |
2320 .RE | |
2321 .PD 1 | |
2322 | |
2323 .RS 7 | |
2324 Available options are: | |
2325 .RE | |
2326 . | |
2327 .RSs | |
2328 .IPs vcodec=<value> | |
2329 use the specified codec (there is no default, you must specify it): | |
2330 .RSss | |
7290 | 2331 mjpeg: Motion JPEG |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2332 .br |
7290 | 2333 h263: H263 |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2334 .br |
7290 | 2335 h263p: H263 Plus |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2336 .br |
7740 | 2337 mpeg4: DivX 4/\:5 |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2338 .br |
7290 | 2339 msmpeg4: DivX 3 |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2340 .br |
7290 | 2341 rv10: an old RealVideo codec |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2342 .br |
7290 | 2343 mpeg1video: MPEG1 video :) |
7288 | 2344 .REss |
8701
9415a820357a
document minimum qscale correctly. someone should probably add a note
rfelker
parents:
8692
diff
changeset
|
2345 .IPs vqmin=<1\-31> |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2346 minimum quantizer (pass\ 1/\:2) (default: 2) |
8701
9415a820357a
document minimum qscale correctly. someone should probably add a note
rfelker
parents:
8692
diff
changeset
|
2347 .IPs vqscale=<1\-31> |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2348 constant quantizer (selects fixed quantizer mode) (default: 0 (disabled)) |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2349 .IPs vqmax=<1\-31> |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2350 maximum quantizer (pass\ 1/\:2) (default: 31) |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2351 .IPs mbqmin=<1\-31> |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2352 minimum macroblock quantizer (pass\ 1/\:2) (default: 2) |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2353 .IPs mbqmax=<1\-31> |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2354 maximum macroblock quantizer (pass\ 1/\:2) (default: 31) |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2355 .IPs vqdiff=<1\-31> |
7740 | 2356 maximum quantizer difference between I or P frames (pass\ 1/\:2) (default: 3) |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2357 .IPs vmax_b_frames=<0\-4> |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2358 maximum number of B frames between non B frames: |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2359 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2360 0: no B frames (default) |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2361 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2362 0\-2: sane range |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2363 .REss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2364 .IPs vme=<0\-5> |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2365 motion estimation method: |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2366 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2367 0: none (very lq) |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2368 .br |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2369 1: full (slow) |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2370 .br |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2371 2: log (lq) |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2372 .br |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2373 3: phods (lq) |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2374 .br |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2375 4: EPZS (default) |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2376 .br |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2377 5: X1 (experimental) |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2378 .REss |
7740 | 2379 .IPs vhq\ \ |
2380 high quality mode, encode each macro block in all modes an choose the smallest | |
2381 (slow). | |
2382 (default: HQ disabled) | |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2383 .IPs v4mv |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2384 4 motion vectors per macroblock (slightly better quality). |
7740 | 2385 (default: disabled) |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2386 .IPs keyint=<0\-300> |
7740 | 2387 interval between keyframes in frames. |
2388 Larger numbers mean slightly smaller files, but less precise seeking, 0 means | |
2389 no key frames and values >300 aren't recommended. | |
2390 For a strict mpeg1/\:2/\:4 compliance this would have to be <=132. | |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2391 (default: 250 or one key frame every ten seconds in a 25fps movie) |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2392 .IPs vb_strategy=<0\-1> |
7740 | 2393 strategy to choose between I/\:P/\:B frames (pass\ 2): |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2394 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2395 0: always use the maximum number of B frames (default) |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2396 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2397 1: avoid B frames in high motion scenes (bitrate mispredictions) |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2398 .REss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2399 .IPs vpass=<1\-2> |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2400 Activates internal 2pass mode (default: disabled): |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2401 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2402 1: first pass |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2403 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2404 2: second pass |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2405 .REss |
8242 | 2406 .IPs aspect=<x.x/y.y> |
8616 | 2407 Store movie aspect internally, just like MPEG files. |
2408 Much nicer solution than rescaling, because quality isn't decreased. | |
2409 Only MPlayer will play these files back correctly, other players will display | |
2410 them with wrong aspect. | |
2411 Example: | |
8242 | 2412 .RSss |
2413 aspect=16.0/9.0 | |
2414 .REss | |
7288 | 2415 .IPs vbitrate=<value> |
7740 | 2416 specify bitrate (pass\ 1/\:2) in |
7288 | 2417 .RSss |
2418 kBit <4\-16000> or | |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2419 .br |
7288 | 2420 Bit <16001\-24000000> |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2421 .br |
7288 | 2422 (warning: 1kBit = 1000 Bits) |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2423 .br |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2424 (default: 800) |
7288 | 2425 .REss |
2426 .IPs vratetol=<value> | |
7740 | 2427 approximated filesize tolerance in kbit. |
2428 (warning: 1kBit = 1000 Bits) | |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2429 (default: 8000) |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2430 .IPs vrc_maxrate=<value> |
7740 | 2431 maximum bitrate in kbit/\:sec (pass\ 1/\:2) |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2432 .IPs vrc_minrate=<value> |
7740 | 2433 minimum bitrate in kbit/\:sec (pass\ 1/\:2) |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2434 .IPs vrc_buf_size=<value> |
7740 | 2435 buffer size in kbit (pass\ 1/\:2). |
2436 Note: vratetol should not be too large during the second pass or there might | |
2437 be problems if vrc_(min|max)rate is used. | |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2438 .IPs vb_qfactor=<-31.0\-31.0> |
7740 | 2439 quantizer factor between B and non B frames (pass\ 1/\:2) (default: 1.25) |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2440 .IPs vi_qfactor=<-31.0\-31.0> |
7740 | 2441 (pass\ 1/\:2) (default: 0.8) |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2442 .IPs vb_qoffset=<-31.0\-31.0> |
7740 | 2443 quantizer offset between B and non B frames (pass\ 1/\:2) (default: 1.25) |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2444 .IPs vi_qoffset=<-31.0\-31.0> |
7740 | 2445 (pass\ 1/\:2) (default: 0.0) |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2446 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2447 if v{b|i}_qfactor > 0 |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2448 .br |
7740 | 2449 I/\:B-Frame quantizer = P-Frame quantizer * v{b|i}_qfactor + v{b|i}_qoffset |
2450 .br | |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2451 else |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2452 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2453 do normal ratecontrol (dont lock to next P frame quantizer) and set |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2454 q= -q * v{b|i}_qfactor + v{b|i}_qoffset |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2455 .IPs vqblur=<0.0\-1.0> |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2456 quantizer blur (pass1): |
7288 | 2457 .RSss |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2458 0.0: qblur disabled |
7290 | 2459 .br |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2460 0.5 (default) |
7290 | 2461 .br |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2462 1.0: average the quantizer over all previous frames, larger values will |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2463 average the quantizer more over time (slower change) |
7288 | 2464 .REss |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2465 .IPs vqblur=<0.0\-99.0> |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2466 quantizer gaussian blur, larger values will average the quantizer more over |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2467 time (slower change) (pass2) (default: 0.5) |
7288 | 2468 .IPs vqcomp=<value> |
7740 | 2469 quantizer compression, depends upon vrc_eq (pass\ 1/\:2) (default: 0.5) |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2470 .IPs vrc_eq=<equation> |
7740 | 2471 main ratecontrol equation (pass\ 1/\:2): |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2472 |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2473 1: constant bitrate |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2474 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2475 tex: constant quality |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2476 .br |
7740 | 2477 1+(tex/\:avgTex-1)*qComp: approximately the equation of the old ratecontrol |
2478 code | |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2479 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2480 tex^qComp: with qcomp 0.5 or something like that (default) |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2481 |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2482 infix operators: +,-,*,/,^ |
7737 | 2483 |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2484 variables: |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2485 .br |
7740 | 2486 tex: texture complexity |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2487 .br |
7740 | 2488 iTex,pTex: intra, non intra texture complexity |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2489 .br |
7740 | 2490 avgTex: average texture complexity |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2491 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2492 avgIITexaverage: intra texture complexity in I frames |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2493 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2494 avgPITexaverage: intra texture complexity in P frames |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2495 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2496 avgPPTexaverage: non intra texture complexity in P frames |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2497 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2498 avgBPTexaverage: non intra texture complexity in B frames |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2499 .br |
7740 | 2500 mv: bits used for MVs |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2501 .br |
7740 | 2502 fCode: maximum length of MV in log2 scale |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2503 .br |
7740 | 2504 iCount: number of intra MBs / number of MBs |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2505 .br |
7740 | 2506 var: spatial complexity |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2507 .br |
7740 | 2508 mcVar: temporal complexity |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2509 .br |
7740 | 2510 qComp: qcomp from the command line |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2511 .br |
7740 | 2512 isI, isP, isB: is 1 if picture type is I/\:P/\:B else 0 |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2513 .br |
7740 | 2514 Pi,E: see your favorite math book |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2515 |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2516 functions: |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2517 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2518 max(a,b),min(a,b): maximum / minimum |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2519 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2520 gt(a,b): is 1 if a>b, 0 otherwise |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2521 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2522 lt(a,b): is 1 if a<b, 0 otherwise |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2523 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2524 eq(a,b): is 1 if a==b,0 otherwise |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2525 .br |
8217 | 2526 sin, cos, tan, sinh, cosh, tanh, exp, log, abs |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2527 . |
7740 | 2528 .IPs vrc_override=<options> |
2529 User specified quality for specific parts (pass\ 1/\:2). | |
2530 The options are <start-frame, end-frame, quality[/\:start-frame, end-frame, | |
2531 quality[/...]]>: | |
7288 | 2532 .RSss |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2533 quality 2\-31: quantizer |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2534 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2535 quality \-500\-0: quality correcture in % |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2536 .REss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2537 .IPs vrc_init_cplx=<0\-1000> |
7740 | 2538 initial complexity (pass\ 1) |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2539 .IPs vqsquish=<0\-1> |
7740 | 2540 specify how to keep the quantizer between qmin and qmax (pass\ 1/\:2): |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2541 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2542 0: use cliping |
7288 | 2543 .br |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2544 1: use a nice differentiable function (default) |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2545 .REss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2546 .IPs vlelim=<-1000\-1000> |
7740 | 2547 single coefficient elimination threshold for luminance. |
2548 Negative values will also consider the dc coefficient (should be at least -4 | |
2549 or lower for encoding | |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2550 at quant=1): |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2551 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2552 0: disabled (default) |
7288 | 2553 .br |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2554 -4 (JVT recommendation) |
7288 | 2555 .REss |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2556 .IPs vcelim=<-1000\-1000> |
7740 | 2557 single coefficient elimination threshold for chrominance. |
2558 Negative values will also consider the dc coefficient (should be at least -4 | |
2559 or lower for encoding at quant=1): | |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2560 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2561 0 disabled (default) |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2562 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2563 7 (JVT recommendation) |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2564 .REss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2565 .IPs vstrict |
7740 | 2566 strict standard compliance. |
2567 Only recommended if you want to feed the output into the mpeg4 reference | |
2568 decoder. | |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2569 .IPs vdpart |
7740 | 2570 data partitioning. |
2571 Adds 2 byte per video packet, improves error-resistance when transfering over | |
2572 unreliable channels (eg.\& streaming over the internet) | |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2573 .IPs vpsize=<0\-10000> |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2574 video packet size, improves error-resistance (see \-vdpart option too): |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2575 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2576 0: disabled (default) |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2577 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2578 100-1000: good choice |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2579 .REss |
7288 | 2580 .IPs gray |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2581 grayscale only encoding (faster) (default: disabled) |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2582 .IPs vfdct=<0\-10> |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2583 dct algorithm: |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2584 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2585 0: automatically select a good one (default) |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2586 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2587 1: fast integer |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2588 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2589 2: accurate integer |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2590 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2591 3: mmx |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2592 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2593 4: mlib |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2594 .REss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2595 .IPs idct=<0\-99> |
7740 | 2596 idct algorithm. |
2597 Note: all these IDCTs do pass the IEEE1180 tests afaik: | |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2598 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2599 0: automatically select a good one (default) |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2600 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2601 1: jpeg reference integer |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2602 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2603 2: simple |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2604 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2605 3: simplemmx |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2606 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2607 4: libmpeg2mmx (inaccurate, DONT USE for encoding with keyint >100) |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2608 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2609 5: ps2 |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2610 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2611 6: mlib |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2612 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2613 7: arm |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2614 .REss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2615 .IPs lumi_mask=<0.0\-1.0> |
7740 | 2616 luminance masking. |
7794
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
2617 Warning: be careful, too large values can cause disasterous things. |
7740 | 2618 Warning2: large values might look good on some monitors but may look horrible |
2619 on other monitors: | |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2620 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2621 0.0: disabled (default) |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2622 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2623 0.0\-0.3: sane range |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2624 .REss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2625 .IPs dark_mask=<0.0\-1.0> |
7740 | 2626 darkness masking. |
7794
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
2627 Warning: be careful, too large values can cause disasterous things. |
7740 | 2628 Warning2: large values might look good on some monitors but may look horrible |
2629 on other monitors / TV / TFT: | |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2630 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2631 0.0: disabled (default) |
7740 | 2632 .br |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2633 0.0\-0.3: sane range |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2634 .REss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2635 .IPs tcplx_mask=<0.0\-1.0> |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2636 temporal complexity masking (default: 0.0 (disabled)) |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2637 .IPs scplx_mask=<0.0\-1.0> |
7740 | 2638 spatial complexity masking. |
2639 Larger values help against blockiness, if no deblocking filter is used for | |
2640 decoding. | |
2641 Crop any black borders to get better quality: | |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2642 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2643 0.0: disabled (default) |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2644 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2645 0.0\-0.5: sane range |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2646 .REss |
7740 | 2647 .IPs naq\ \ |
8806 | 2648 Normalize adaptive quantization (experimental). |
2649 When using adaptive quantization (*_mask), the average per-MB quantizer may no | |
2650 longer match the requested frame-level quantizer. | |
2651 Naq will attempt to adjust the per-MB quantizers to maintain the proper | |
2652 average. | |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2653 .IPs ildct |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2654 use interlaced dct |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2655 .IPs format=<value> |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2656 .RSss |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2657 YV12: default |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2658 .br |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2659 422P: for huffyuv |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2660 .REss |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2661 .IPs pred |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2662 (for huffyuv) |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2663 .RSss |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2664 0: left prediction |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2665 .br |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2666 1: plane/gradient prediction |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2667 .br |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2668 2: median prediction |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2669 .REss |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2670 .IPs qpel |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2671 use quarter pel motion compensation |
8806 | 2672 .IPs precmp=<0\-2000> |
8810 | 2673 comparison function for motion estimation pre pass |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2674 .IPs cmp=<0\-2000> |
8810 | 2675 comparison function for full pel motion estimation |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2676 .IPs subcmp=<0\-2000> |
8810 | 2677 comparison function for sub pel motion estimation |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2678 .RSss |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2679 0 (SAD): sum of absolute differences, fast (default) |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2680 .br |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2681 1 (SSE): sum of squared errors |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2682 .br |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2683 2 (SATD): sum of absolute hadamard transformed differences |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2684 .br |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2685 3 (DCT): sum of absolute dct transformed differences |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2686 .br |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2687 4 (PSNR): sum of the squared quantization errors |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2688 .br |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2689 7 (ZERO): 0 |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2690 .br |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2691 +256: use chroma too, doesnt work with b frames currently |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2692 .REss |
8806 | 2693 .IPs predia=<\-99\-6> |
2694 Diamond type and size for motion estimation pre pass | |
2695 .IPs dia=<\-99\-6> | |
2696 Diamond type & size for motion estimation. | |
2697 Note: The sizes of the normal diamonds and shape adaptive ones dont have the same meaning | |
2698 .RSss | |
2699 \-3: shape adaptive (fast) diamond with size 3 | |
2700 .br | |
2701 \-2: shape adaptive (fast) diamond with size 2 | |
2702 .br | |
2703 \-1: experimental | |
2704 .br | |
2705 1: normal size=1 diamond (default) =EPZS type diamond | |
2706 .nf | |
2707 .ne | |
2708 0 | |
2709 000 | |
2710 0 | |
2711 .fi | |
2712 .br | |
2713 2: normal size=2 diamond | |
2714 .nf | |
2715 .ne | |
2716 0 | |
2717 000 | |
2718 00000 | |
2719 000 | |
2720 0 | |
2721 .fi | |
2722 .REss | |
2723 .IPs trell | |
2724 Trellis quantization. | |
2725 This will find the optimal encoding for each 8x8 block. | |
2726 Trellis quantization is quite simple a optimal quantization in the PSNR vs | |
2727 bitrate sense (assuming that there would be no rounding errors introduced | |
2728 by the IDCT, which is obviously not the case) it simply finds a block for | |
2729 the minimum of error and lambda*bits. | |
2730 .RSss | |
2731 lambda: qp dependant constant | |
2732 .br | |
2733 bits: amount of bits needed to encode the block | |
2734 .br | |
2735 error: sum of squared errors of the quantization | |
2736 .REss | |
2737 .IPs last_pred=<0\-99> | |
2738 Amount of motion predictors from the previous frame | |
2739 .RSss | |
2740 0: (default) | |
2741 .br | |
2742 a: will use 2a+1 x 2a+1 MB square of MV predictors from the previous frame | |
2743 .REss | |
2744 .IPs preme=<0\-2> | |
2745 motion estimation pre-pass | |
2746 .RSss | |
2747 0: disabled | |
2748 .br | |
2749 1: only after I frames (default) | |
2750 .br | |
2751 2: always | |
2752 .REss | |
2753 .IPs subq=<1\-8> | |
2754 subpel refinement quality (for qpel) (default: 8). | |
2755 Note: this has a significant effect on the speed | |
7288 | 2756 .IPs mpeg_quant |
7740 | 2757 use MPEG quantizers instead of H.263. |
2758 (default: disabled) (i.e.\& use H.263 quantizers) | |
7288 | 2759 .RE |
2760 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2761 .TP |
6022
63d320c955c1
noskip to mencoder only opts, endpos understands byte position too and small changes
jonas
parents:
6005
diff
changeset
|
2762 .B \-noskip |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2763 Do not skip frames. |
6022
63d320c955c1
noskip to mencoder only opts, endpos understands byte position too and small changes
jonas
parents:
6005
diff
changeset
|
2764 .TP |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2765 .B \-o <filename> |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2766 Outputs to the given filename, instead of the default 'test.avi'. |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2767 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2768 .B \-oac <codec name> |
8762
75d22ee5f975
Per-file configuration, typos, rewordings, consistency and a 10l .In.
diego
parents:
8745
diff
changeset
|
2769 Encode with the given audio codec. |
7740 | 2770 Use \-ovc help to get a list of available codecs. |
7288 | 2771 (no default set) |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2772 |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2773 .I EXAMPLE: |
7288 | 2774 .PD 0 |
2775 .RSs | |
2776 .IPs "-oac copy" | |
2777 no encoding, just streamcopy | |
2778 .IPs "-oac pcm" | |
2779 encode to uncompressed PCM | |
2780 .IPs "-oac mp3lame" | |
2781 encode to MP3 (using Lame) | |
2782 .RE | |
2783 .PD 1 | |
2784 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2785 .TP |
8685 | 2786 .B \-of <format> (BETA CODE!) |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2787 Encode to the specified format. |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2788 Use \-of help to get a list of available formats. |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2789 |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2790 .I EXAMPLE: |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2791 .PD 0 |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2792 .RSs |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2793 .IPs "-of avi" |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2794 encode to avi (default) |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2795 .IPs "-of mpeg" |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2796 encode to mpeg |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2797 .RE |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2798 .PD 1 |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2799 . |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2800 .TP |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2801 .B \-ofps <fps> |
7740 | 2802 The output file will have different frame/\:sec than the source. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2803 You MUST set it for variable fps (asf, some mov) and progressive |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2804 (29.97fps telecined mpeg) files. |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2805 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2806 .B \-ovc <codec name> |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2807 Encode with the given video codec. |
7740 | 2808 Use \-ovc help to get a list of available codecs. |
7288 | 2809 (no default set) |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2810 |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2811 .I EXAMPLE: |
7288 | 2812 .PD 0 |
2813 .RSs | |
2814 .IPs "\-ovc copy" | |
2815 no encoding, just streamcopy | |
2816 .IPs "\-ovc divx4" | |
8082 | 2817 encode to DivX4/\:DivX5 |
7288 | 2818 .IPs "\-ovc rawrgb" |
2819 encode to uncompressed RGB24 | |
2820 .IPs "\-ovc lavc" | |
2821 encode with a libavcodec codecs | |
2822 .RE | |
2823 .PD 1 | |
2824 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2825 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2826 .B \-passlogfile <filename> |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2827 When encoding in 2pass mode, MEncoder dumps first pass' informations |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2828 to the given file instead of the default divx2pass.log. |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2829 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2830 .B \-skiplimit <value> |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
2831 Maximal skipable frames after non-skipped one |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2832 (-noskiplimit for unlimited number). |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2833 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2834 .B \-v, \-\-verbose |
8628 | 2835 Increment verbose level (more \-v means more verbosity). |
2836 | |
2837 .PD 0 | |
2838 .RSs | |
2839 .IPs 0 | |
2840 only some informal output (default) | |
2841 .IPs 1 | |
2842 some basic debug infos, avi header, function values (init debug) | |
2843 .IPs 2 | |
2844 print avi indexes, chunk inputs, more debug infos (player debug) | |
2845 .IPs 3 | |
2846 prints everything related to input parsers (parser debug) | |
2847 .RE | |
2848 .PD 1 | |
2849 . | |
6712
70aa7a20b9c0
Document -vobsubout, -vobsuboutid and -vobsuboutindex
kmkaplan
parents:
6573
diff
changeset
|
2850 .TP |
70aa7a20b9c0
Document -vobsubout, -vobsuboutid and -vobsuboutindex
kmkaplan
parents:
6573
diff
changeset
|
2851 .B \-vobsubout <basename> |
7740 | 2852 Specify the basename for the output .idx and .sub files. |
2853 This turns off subtitle rendering in the encoded movie and diverts it to | |
2854 Vobsub subtitle files. | |
6712
70aa7a20b9c0
Document -vobsubout, -vobsuboutid and -vobsuboutindex
kmkaplan
parents:
6573
diff
changeset
|
2855 .TP |
70aa7a20b9c0
Document -vobsubout, -vobsuboutid and -vobsuboutindex
kmkaplan
parents:
6573
diff
changeset
|
2856 .B \-vobsuboutindex <index> |
7740 | 2857 Specify the index of the subtitles in the output files. |
2858 (default: 0) | |
6712
70aa7a20b9c0
Document -vobsubout, -vobsuboutid and -vobsuboutindex
kmkaplan
parents:
6573
diff
changeset
|
2859 .TP |
70aa7a20b9c0
Document -vobsubout, -vobsuboutid and -vobsuboutindex
kmkaplan
parents:
6573
diff
changeset
|
2860 .B \-vobsuboutid <langid> |
7740 | 2861 Specify the language two letter code for the subtitles. |
2862 This overrides what is read from the DVD or the .ifo file. | |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2863 .TP |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2864 .B \-xvidencopts <option1:option2:...> |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2865 If encoding to XviD, you can specify its parameters here. |
7740 | 2866 .br |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2867 There's three modes available: constant bitrate (CBR), fixed quantizer and |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2868 2pass. |
8248 | 2869 .br |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2870 Available options are: |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2871 . |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2872 .RSs |
8082 | 2873 .IPs pass=<1|2> |
2874 specify the pass in 2pass mode | |
8462
800d77666843
Support the latest development code from XViD dev-api-3 CVS
rguyom
parents:
8452
diff
changeset
|
2875 .IPs bitrate=<value> |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2876 sets the bitrate to be used in kbits/\:second if <16000 or in bits/\:second |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2877 if >16000 |
8082 | 2878 (CBR or 2pass mode, default=687 kbits/s) |
8462
800d77666843
Support the latest development code from XViD dev-api-3 CVS
rguyom
parents:
8452
diff
changeset
|
2879 .IPs fixed_quant=<1\-31> |
800d77666843
Support the latest development code from XViD dev-api-3 CVS
rguyom
parents:
8452
diff
changeset
|
2880 switch to fixed quantizer mode and specify the quantizer to be used |
800d77666843
Support the latest development code from XViD dev-api-3 CVS
rguyom
parents:
8452
diff
changeset
|
2881 .IPs me_quality=<0\-6> |
800d77666843
Support the latest development code from XViD dev-api-3 CVS
rguyom
parents:
8452
diff
changeset
|
2882 specify the motion detection quality (default=4) |
800d77666843
Support the latest development code from XViD dev-api-3 CVS
rguyom
parents:
8452
diff
changeset
|
2883 .IPs 4mv |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2884 use 4 motion vectors per macro-block, might give better compression at the |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2885 cost of a slower encoding (default=off) |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2886 .IPs rc_reaction_delay_factor=<value> |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2887 specify how fast the rate control reacts, lower values are faster |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2888 .IPs rc_averaging_period=<value> |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2889 period to reach the required average |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2890 .IPs rc_buffer=<value> |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2891 size of the rate control buffer |
8806 | 2892 .IPs quant_range=<1\-31>\-<1\-31>[/<1\-31>\-<1\-31>] |
2893 min & max quantizer for all frames (default=2\-31, CBR mode) | |
8248 | 2894 .br |
8806 | 2895 min & max quantizer for I/P frames (default=2\-31/2\-31, 2pass mode) |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2896 .IPs min_key_interval=<value> |
8248 | 2897 minimum interval between key frames (default=0, 2pass only) |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2898 .IPs max_key_interval=<value> |
8082 | 2899 maximum interval between key frames (default=10*fps) |
2900 .IPs mpeg_quant | |
2901 use MPEG quantizers instead of H.263 (default=off) | |
8194 | 2902 .IPs mod_quant |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2903 decide whether to use MPEG or H.263 quantizers on a frame-by-frame basis. |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2904 (default=off, 2pass mode only) |
8082 | 2905 .IPs lumi_mask |
8248 | 2906 use a lumimasking algorithm (default=off, seems buggy) |
2907 .IPs hintedme | |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2908 save Motion Estimation vectors to a file during the first pass and reuse this |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2909 file during the second (default=off, 2pass mode only, seems buggy) |
8248 | 2910 .IPs hintfile |
8610
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2911 specify the temporary file to be used by the 'hintedme' option |
097188da10d3
I got colas ready, new options, fixes and a few cosmetics I forgot to remove...
jonas
parents:
8601
diff
changeset
|
2912 (default= \./xvid_hint_me.dat, 2pass mode only) |
8082 | 2913 .IPs debug |
2914 save per-frame statistics in xvid.dbg (default=off) | |
2915 .br | |
2916 this is *not* the 2pass control file | |
8806 | 2917 .IPs keyframe_boost=<0\-1000> |
8194 | 2918 (default=0, 2pass mode only) |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2919 .IPs kfthreshold=<value> |
8194 | 2920 (default=10, 2pass mode only) |
8806 | 2921 .IPs kfreduction=<0\-100> |
8194 | 2922 (default=30, 2pass mode only) |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2923 .RE |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2924 |
389 | 2925 |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2926 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2927 .\" Keyboard control |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2928 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2929 . |
5683 | 2930 .SH "KEYBOARD CONTROL" |
2931 .I NOTE: | |
7288 | 2932 .br |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2933 MPlayer has a fully configurable, command driven, control layer |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
2934 which allow you to control MPlayer using keyboard, mouse, joystick |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2935 or remote control (using lirc). |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2936 .br |
7740 | 2937 The default configuration file for the input system is |
2938 ~/.mplayer/\:input.conf but it can be overriden | |
7288 | 2939 using the \-input conf option. |
5683 | 2940 .br |
7740 | 2941 These keys may/\:may not work, depending on your video output driver. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2942 .TP |
5683 | 2943 .B general control |
7288 | 2944 .PD 0 |
2945 .RSs | |
2946 .IPs "<\- and \->" | |
7740 | 2947 seek backward/\:forward 10 seconds |
7288 | 2948 .IPs "up and down" |
7740 | 2949 seek backward/\:forward 1 minute |
7288 | 2950 .IPs "pgup and pgdown" |
7740 | 2951 seek backward/\:forward 10 minutes |
7288 | 2952 .IPs "< and >" |
7740 | 2953 backward/\:forward in playlist |
7288 | 2954 .IPs "HOME and END" |
7740 | 2955 go to next/\:previous playtree entry in the parent list |
7288 | 2956 .IPs "INS and DEL" |
7740 | 2957 go to next/\:previous alternative source (asx playlist only) |
7288 | 2958 .IPs "p / SPACE" |
2959 pause movie (any key unpauses) | |
2960 .IPs "q / ESC" | |
7794
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
2961 stop playing and quit |
7288 | 2962 .IPs "+ and \-" |
7740 | 2963 adjust audio delay by +/\:\- 0.1 second |
7288 | 2964 .IPs "/ and *" |
7740 | 2965 decrease/\:increase volume |
7288 | 2966 .IPs "9 and 0" |
7740 | 2967 decrease/\:increase volume |
2968 .IPs m\ \ \ \ | |
7288 | 2969 mute sound |
7740 | 2970 .IPs f\ \ \ \ |
7288 | 2971 toggle fullscreen |
2972 .IPs "w and e" | |
7740 | 2973 decrease/\:increase panscan range |
2974 .IPs o\ \ \ \ | |
7288 | 2975 toggle between OSD states: none / seek / seek+timer |
7740 | 2976 .IPs d\ \ \ \ |
7288 | 2977 toggle frame dropping |
7740 | 2978 .IPs v\ \ \ \ |
7628
d6608342591d
This patch adds the functionality to disable/enable subtitles while playing
arpi
parents:
7600
diff
changeset
|
2979 toggle subtitle visibility |
7794
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
2980 .IPs j\ \ \ \ |
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
2981 switch subtitle language |
7288 | 2982 .IPs "z and x" |
7740 | 2983 adjust subtitle delay by +/\:\- 0.1 second |
7288 | 2984 .IPs "r and t" |
2985 adjust subtitle position | |
8552 | 2986 .IPs "i" |
2987 set EDL mark | |
474 | 2988 |
7288 | 2989 .PP |
2990 (The following keys are valid only when using \-vo xv or | |
2991 \-vo [vesa|fbdev]:vidix or \-vo xvidix \-vo (x)mga or \-vc divxds (slow).) | |
1556 | 2992 |
7288 | 2993 .IPs "1 and 2" |
2994 adjust contrast | |
2995 .IPs "3 and 4" | |
2996 adjust brightness | |
2997 .IPs "5 and 6" | |
2998 adjust hue | |
2999 .IPs "7 and 8" | |
3000 adjust saturation | |
3001 .RE | |
3002 .PD 1 | |
3003 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
3004 .TP |
5683 | 3005 .B GUI keyboard control |
7288 | 3006 .PD 0 |
3007 .RSs | |
3008 .IPs "ENTER" | |
3009 start playing | |
7740 | 3010 .IPs s\ \ \ \ |
7288 | 3011 stop playing |
7740 | 3012 .IPs a\ \ \ \ |
7288 | 3013 about |
7740 | 3014 .IPs l\ \ \ \ |
7288 | 3015 load file |
7740 | 3016 .IPs c\ \ \ \ |
7288 | 3017 skin browser |
7740 | 3018 .IPs p\ \ \ \ |
7288 | 3019 toggle playlist |
3020 .RE | |
3021 .PD 1 | |
3022 . | |
3322
cdd3f5ac06b2
-slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents:
3239
diff
changeset
|
3023 .TP |
5683 | 3024 .B TV input control |
7288 | 3025 .PD 0 |
3026 .RSs | |
3027 .IPs "h and k" | |
7740 | 3028 select previous/\:next channel |
3029 .IPs n\ \ \ \ | |
7288 | 3030 change norm |
7740 | 3031 .IPs u\ \ \ \ |
7288 | 3032 change channel list |
3033 .RE | |
3034 .PD 1 | |
3035 . | |
5683 | 3036 .TP |
3037 .B DVDNAV input control | |
7288 | 3038 .PD 0 |
3039 .RSs | |
3040 .IPs "K,J,H,L" | |
7740 | 3041 browse up/\:down/\:left/\:right |
3042 .IPs M\ \ \ \ | |
7288 | 3043 jump to main menu |
7740 | 3044 .IPs S\ \ \ \ |
7288 | 3045 select |
3046 .RE | |
3047 .PD 1 | |
3322
cdd3f5ac06b2
-slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents:
3239
diff
changeset
|
3048 |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
3049 |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
3050 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
3051 .\" Slave mode protocol |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
3052 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
3053 . |
5683 | 3054 .SH "SLAVE MODE PROTOCOL" |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
3055 If the \-slave switch is given, playback is controlled by a |
7740 | 3056 line\-based protocol. |
3057 Each line must contain one command otherwise one of the following tokens: | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
3058 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
3059 .B Commands |
7288 | 3060 .RSs |
7740 | 3061 .IPs "seek <value> [type=<0/\:1/\:2>]" |
3062 Seek to some place in the movie. | |
3063 Type 0 is a relative seek of +/\:- <value> seconds. | |
3064 Type 1 seek to <value> % in the movie. | |
7450
9720e88cd0bc
This tiny patch adds "type=2" absolute seconds seek capability.
arpi
parents:
7434
diff
changeset
|
3065 Type 2 is a seek to an absolute position of <value> seconds. |
7288 | 3066 .IPs "audio_delay <value>" |
3067 Adjust the audio delay of value seconds | |
3068 .IPs quit | |
3069 Quit MPlayer | |
3070 .IPs pause | |
7740 | 3071 Pause/\:unpause the playback |
7288 | 3072 .IPs grap_frames |
3073 Somebody know ? | |
3074 .IPs "pt_step <value> [force=<value>]" | |
7740 | 3075 Go to next/\:previous entry in the playtree. |
7288 | 3076 .IPs "pt_up_step <value> [force=<value>]" |
7740 | 3077 Like pt_step but it jumps to next/\:previous in the parent list. |
7288 | 3078 .IPs "alt_src_step <value>" |
7740 | 3079 When more than one source is available it selects the next/\:previous one |
3080 (only supported by asx playlist). | |
7288 | 3081 .IPs "sub_delay <value> [abs=<value>]" |
7740 | 3082 Adjust the subtitles delay of +/\:- <value> seconds or set it to <value> |
3083 seconds when abs is non zero. | |
7288 | 3084 .IPs "osd [level=<value>]" |
3085 Toggle osd mode or set it to level when level > 0. | |
3086 .IPs "volume <dir>" | |
7740 | 3087 Increase/\:decrease volume |
8762
75d22ee5f975
Per-file configuration, typos, rewordings, consistency and a 10l .In.
diego
parents:
8745
diff
changeset
|
3088 .IPs "[contrast|brightness|hue|saturation] <\-100\-100> [abs=<value>]" |
7740 | 3089 Set/\:Adjust video parameters. |
7288 | 3090 .IPs "frame_drop [type=<value>]" |
7740 | 3091 Toggle/\:Set frame dropping mode. |
7628
d6608342591d
This patch adds the functionality to disable/enable subtitles while playing
arpi
parents:
7600
diff
changeset
|
3092 .IPs "sub_visibility" |
d6608342591d
This patch adds the functionality to disable/enable subtitles while playing
arpi
parents:
7600
diff
changeset
|
3093 Toggle subtitle visibility. |
7288 | 3094 .IPs "sub_pos <value>" |
3095 Adjust subtitles position. | |
3096 .IPs vo_fullscreen | |
3097 Switch to fullscreen mode. | |
3098 .IPs "tv_step_channel <dir>" | |
7740 | 3099 Select next/\:previous tv channel. |
7288 | 3100 .IPs "tv_step_norm" |
3101 Change TV norm. | |
3102 .IPs "tv_step_chanlist" | |
3103 Change channel list. | |
3104 .IPs "gui_[loadsubtitle|about|play|stop]" | |
3105 GUI actions | |
3106 .RE | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
3107 |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
3108 |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
3109 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
3110 .\" Files |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
3111 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
3112 . |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
3113 .SH FILES |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
3114 .TP |
7740 | 3115 /etc/\:mplayer/\:mplayer.conf |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
3116 system\-wide settings |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
3117 .TP |
7740 | 3118 ~/.mplayer/\:config |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
3119 user settings |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
3120 .TP |
7740 | 3121 ~/.mplayer/\:input.conf |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
3122 input bindings (see '\-input keylist' for full keylist) |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
3123 .TP |
7740 | 3124 ~/.mplayer/\:gui.conf |
7108
3284ffd653b3
added detailed vop description, rtsp, aid range, user option, two examples, files documentation - removed gui option, *_intensity options, old input system (Joey Parrish)
jonas
parents:
7070
diff
changeset
|
3125 GUI configuration file |
3284ffd653b3
added detailed vop description, rtsp, aid range, user option, two examples, files documentation - removed gui option, *_intensity options, old input system (Joey Parrish)
jonas
parents:
7070
diff
changeset
|
3126 .TP |
7740 | 3127 ~/.mplayer/\:gui.pl |
7108
3284ffd653b3
added detailed vop description, rtsp, aid range, user option, two examples, files documentation - removed gui option, *_intensity options, old input system (Joey Parrish)
jonas
parents:
7070
diff
changeset
|
3128 GUI playlist |
3284ffd653b3
added detailed vop description, rtsp, aid range, user option, two examples, files documentation - removed gui option, *_intensity options, old input system (Joey Parrish)
jonas
parents:
7070
diff
changeset
|
3129 .TP |
7740 | 3130 ~/.mplayer/\:font/ |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
3131 font directory (There must be a font.desc file and files with .RAW extension.) |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
3132 .TP |
7740 | 3133 ~/.mplayer/\:DVDkeys/ |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
3134 cracked CSS keys |
7288 | 3135 .PD 0 |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
3136 .TP |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
3137 Sub files |
7740 | 3138 are searched for in this priority (for example /mnt/\:movie/\:movie.avi): |
7288 | 3139 .RSs |
7740 | 3140 /mnt/\:cdrom/\:movie.sub |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
3141 .br |
7740 | 3142 ~/.mplayer/\:sub/\:movie.sub |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
3143 .br |
7740 | 3144 ~/.mplayer/\:default.sub |
7288 | 3145 .RE |
3146 .PD 1 | |
5683 | 3147 |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
3148 |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
3149 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
3150 .\" Examples |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
3151 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
3152 . |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
3153 .SH EXAMPLES |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
3154 .TP |
1714 | 3155 .B Quickstart DVD playing |
5683 | 3156 mplayer \-dvd 1 |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
3157 .TP |
7108
3284ffd653b3
added detailed vop description, rtsp, aid range, user option, two examples, files documentation - removed gui option, *_intensity options, old input system (Joey Parrish)
jonas
parents:
7070
diff
changeset
|
3158 .B Play in japanese with english subtitles |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
3159 mplayer \-dvd 1 \-alang ja \-slang en |
7108
3284ffd653b3
added detailed vop description, rtsp, aid range, user option, two examples, files documentation - removed gui option, *_intensity options, old input system (Joey Parrish)
jonas
parents:
7070
diff
changeset
|
3160 .TP |
4398 | 3161 .B Play only chapters 5, 6, 7 |
5683 | 3162 mplayer \-dvd 1 \-chapter 5\-7 |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
3163 .TP |
1714 | 3164 .B Multiangle DVD playing |
5683 | 3165 mplayer \-dvd 1 \-dvdangle 2 |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
3166 .TP |
1714 | 3167 .B Playing from a different DVD device |
7740 | 3168 mplayer \-dvd 1 \-dvd\-device /dev/\:dvd2 |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
3169 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
3170 .B Old style DVD (VOB) playing |
7740 | 3171 mplayer \-dvdauth /dev/\:dvd /mnt/\:dvd/\:VIDEO_TS/\:VTS_02_4.VOB |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
3172 .TP |
1714 | 3173 .B Stream from HTTP |
7740 | 3174 mplayer http://mplayer.hq/\:example.avi |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
3175 .TP |
7813
76940a39405a
RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
diego
parents:
7794
diff
changeset
|
3176 .B Stream using RTSP |
76940a39405a
RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
diego
parents:
7794
diff
changeset
|
3177 mplayer rtsp://server.example.com/\:streamName |
76940a39405a
RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
diego
parents:
7794
diff
changeset
|
3178 .TP |
7740 | 3179 .B Convert subtitle to MPsub (to ./\:dump.mpsub) |
5683 | 3180 mplayer dummy.avi \-sub source.sub \-dumpmpsub |
3181 .TP | |
3182 .B Input from standard V4L | |
7288 | 3183 mplayer \-tv on:driver=v4l:width=640:height=480:outfmt=i420 \-vc rawi420 |
3184 \-vo xv | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
3185 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
3186 .B Encoding DVD title #2, only selected chapters |
7288 | 3187 mencoder \-dvd 2 \-chapter 10-15 \-o title2.avi \-oac copy \-ovc divx4 |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
3188 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
3189 .B Encoding DVD title #2, resizing to 640x480 |
7288 | 3190 mencoder \-dvd 2 \-vop scale=640:480 \-o title2.avi \-oac copy \-ovc divx4 |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
3191 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
3192 .B Encoding DVD title #2, resizing to 512xHHH (keep aspect ratio) |
7288 | 3193 mencoder \-dvd 2 \-vop scale \-zoom \-xy 512 \-o title2.avi \-oac copy |
3194 \-ovc divx4 | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
3195 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
3196 .B The same, but with libavcodec family, MPEG4 (Divx5) compression |
7288 | 3197 mencoder \-dvd 2 \-o title2.avi \-ovc lavc |
3198 \-lavcopts vcodec=mpeg4:vhq:vbitrate=1800 \-oac copy | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
3199 .TP |
7108
3284ffd653b3
added detailed vop description, rtsp, aid range, user option, two examples, files documentation - removed gui option, *_intensity options, old input system (Joey Parrish)
jonas
parents:
7070
diff
changeset
|
3200 .B The same, but with libavcodec family, MJPEG compression |
7288 | 3201 mencoder \-dvd 2 \-o titel2.avi \-ovc lavc |
3202 \-lavcopts vcodec=mjpeg:vhq:vbitrate=1800 \-oac copy | |
7108
3284ffd653b3
added detailed vop description, rtsp, aid range, user option, two examples, files documentation - removed gui option, *_intensity options, old input system (Joey Parrish)
jonas
parents:
7070
diff
changeset
|
3203 .TP |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
3204 .B Encoding all *.jpg files in the current dir |
7288 | 3205 mencoder \\*.jpg \-mf on:fps=25 \-o output.avi \-ovc divx4 |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
3206 .TP |
7288 | 3207 .B Encoding from tuner |
3208 mencoder \-tv on:driver=v4l:width=640:height=480 \-o tv.avi \-ovc rawrgb | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
3209 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
3210 .B Encoding from a pipe |
7288 | 3211 rar p test-SVCD.rar | mencoder \-ovc divx4 \-divx4opts br=800 \-ofps 24 |
8035
533e212cd282
document new 2pass syntax, remove/fix lots of obsolete junk in docs
rfelker
parents:
7907
diff
changeset
|
3212 \-\- \- |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
3213 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
3214 .B Encoding multiple *.vob files |
7288 | 3215 cat *.vob | mencoder <options> \- |
1 | 3216 |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
3217 |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
3218 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
3219 .\" Bugs, authors, standard disclaimer |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
3220 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
3221 . |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
3222 .SH BUGS |
7740 | 3223 Probably. |
3224 PLEASE, double-check the documentation (especially bugreports.html), | |
5965 | 3225 the FAQ and the mail archive before! |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
3226 .br |
6469 | 3227 Send your complete bug reports to the MPlayer-users mailing list at |
7740 | 3228 <mplayer-users@mplayerhq.hu>. |
3229 We love complete bug reports :) | |
1 | 3230 |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
3231 |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
3232 .SH AUTHORS |
7740 | 3233 Check documentation. |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
3234 .TP |
5683 | 3235 MPlayer is (C) 2000\-2002 |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
3236 .B Arpad Gereoffy |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
3237 .TP |
6469 | 3238 This man page is written and maintained by |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
3239 .B Gabucino |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
3240 .br |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
3241 .B Diego Biurrun |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
3242 .br |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
3243 .B Jonas Jermann |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
3244 .PP |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
3245 Please send mails about it to the MPlayer-users mailing list. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
3246 |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
3247 |
5683 | 3248 .SH "STANDARD DISCLAIMER" |
7740 | 3249 Use only at your own risk! |
3250 There may be errors and inaccuracies that could be damaging to your system or | |
3251 your eye. | |
3252 Proceed with caution, and although this is highly unlikely, the authors don't | |
3253 take any responsibility for that! | |
1 | 3254 .\" end of file |