Mercurial > mplayer.hg
annotate DOCS/mplayer.1 @ 8319:7a56c1b0baf5
fixes
author | gabucino |
---|---|
date | Sat, 30 Nov 2002 22:15:42 +0000 |
parents | c5619bee1810 |
children | 02e30a70053f |
rev | line source |
---|---|
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1 .\" MPlayer (C) 2000-2002 Arpad Gereoffy |
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 . |
7794
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
41 .TH MPlayer 1 "2002-10-19" |
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 |
6976 | 122 fonts are supported along with 9 subtitle formats (MicroDVD, SubRip, |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
123 SubViewer, Sami, VPlayer, RT, SSA, AQTitle and our own: MPsub) and DVD |
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
124 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 |
7740 | 174 # Decode/\:encode multiple files from png, start it 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 |
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
|
178 |
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
|
179 .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
|
180 .TP |
7740 | 181 .B \-autoq <quality> (use with \-vop pp) |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
182 Dynamically changes the level of postprocessing depending on available spare |
7740 | 183 CPU time. |
184 The number you specify will be the maximum level used. | |
185 Usually you can use some big number. | |
186 You may not use it together with \-pp but it is OK with \-npp. | |
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
|
187 .TP |
7576
c135f7646036
new opt: -autosync, controls ao->get_delay() smoothing (default: disabled)
arpi
parents:
7488
diff
changeset
|
188 .B \-autosync <factor> |
7740 | 189 Gradually adjusts the A/\:V sync based on audio delay measurements. |
190 Specifying \-autosync\ 0, the default, will cause frame timing to be based | |
191 entirely on audio delay measurements. | |
192 Specifying \-autosync\ 1 will do the same, but will subtly change the A/\:V | |
193 correction algorithm used. | |
194 An uneven video frame rate in a movie which plays fine with \-nosound can | |
195 often be helped by setting this to an integer value greater than 1. | |
196 The higher the value, the closer the timing will be to -nosound. | |
197 Try \-autosync\ 30 to smooth out problems with sound drivers which do | |
198 not implement a perfect audio delay measurement. | |
199 With this value, if large A/\:V sync offsets occur, they will only take about | |
200 1 or 2\ seconds to settle out. | |
201 This delay in reaction time to sudden A/\:V offsets should be the only | |
202 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
|
203 .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
|
204 .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
|
205 Prints some statistics on CPU usage and dropped frames at the end. |
7740 | 206 Use in combination with \-nosound and \-vo null for benchmarking only the |
207 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
|
208 .TP |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
209 .B \-framedrop (also see \-hardframedrop) |
7740 | 210 Skips displaying some frames to maintain A/\:V sync on slow systems. |
211 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
|
212 .TP |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
213 .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
|
214 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
|
215 .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
|
216 .B \-hardframedrop |
7740 | 217 More intense frame dropping (breaks decoding). |
218 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
|
219 .TP |
7864 | 220 .B \-identify |
221 Show file parameters in easy parsable format. The wrapper script | |
222 TOOLS/midentify suppresses the other mplayer output and (hopefully) | |
223 shellescapes the filenames. | |
224 .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
|
225 .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
|
226 This option can be used to configure certain parts of the input system. |
7740 | 227 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
|
228 |
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
|
229 .I NOTE: |
7288 | 230 .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
|
231 Autorepeat is currently only supported by joysticks. |
7288 | 232 .br |
233 Available commands are: | |
234 | |
235 .PD 0 | |
236 .RSs | |
237 .IPs conf=<file> | |
7740 | 238 Read alternative input.conf. |
239 If given without pathname, ~/\:.mplayer is assumed. | |
7288 | 240 .IPs ar\-delay |
241 Delay in msec before we start to autorepeat a key (0 to disable). | |
242 .IPs ar\-rate | |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
243 How many key presses per second when we autorepeat. |
7288 | 244 .IPs keylist |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
245 Prints all keys that can be bound. |
7288 | 246 .IPs cmdlist |
247 Prints all commands that can be bound. | |
248 .IPs js\-dev | |
7740 | 249 Specifies the joystick device to use (default is /dev/\:input/\:js0). |
7882 | 250 .IPs file |
251 Read commands from the given file. Mostly useful with a fifo. | |
7288 | 252 .RE |
253 .PD 1 | |
254 . | |
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
|
255 .TP |
7740 | 256 .B \-lircconf <configuration\ file> |
257 Specifies a configuration file for LIRC (Linux Infrared Remote Control, see | |
258 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
|
259 .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
|
260 .B \-loop <number> |
7740 | 261 Loops movie playback <number> times. |
262 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
|
263 .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
|
264 .B \-nojoystick |
7740 | 265 Turns off joystick support. |
266 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
|
267 .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
|
268 .B \-nolirc |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
269 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
|
270 .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
|
271 .B \-nortc \ \ |
7740 | 272 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
|
273 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
|
274 .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
|
275 .B \-playlist <file> |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
276 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
|
277 .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
|
278 .B \-quiet \ \ |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
279 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
|
280 .TP |
8234 | 281 .B \-really\-quiet \ \ |
282 Display even less output and status messages. | |
283 .TP | |
8187
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
284 .B \-rnd \ \ |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
285 Play files in random order. |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
286 .TP |
7813
76940a39405a
RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
diego
parents:
7794
diff
changeset
|
287 .B \-sdp |
76940a39405a
RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
diego
parents:
7794
diff
changeset
|
288 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
|
289 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
|
290 .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
|
291 .B \-skin <skin\ directory> (BETA CODE) |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
292 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
|
293 |
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
|
294 .I EXAMPLE: |
7288 | 295 .PD 0 |
296 .RSs | |
297 .IPs "\-skin fittyfene" | |
8217 | 298 tries Skin/fittyfene. |
299 It first checks | |
300 /usr/local/share/mplayer/ | |
301 and afterwards ~/.mplayer/. | |
7288 | 302 .RE |
303 .PD 1 | |
304 . | |
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
|
305 .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
|
306 .B \-slave \ \ |
7740 | 307 This option switches on slave mode. |
308 This is intended for use of MPlayer as a backend to other programs. | |
309 Instead of intercepting keyboard events, MPlayer will read simplistic command | |
310 lines from its stdin. | |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
311 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
|
312 .B SLAVE MODE PROTOCOL |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
313 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
|
314 .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
|
315 .B \-softsleep |
7740 | 316 Uses high quality software timers. |
317 As precise as the RTC without requiring special privileges. | |
318 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
|
319 .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
|
320 .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
|
321 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
|
322 .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
|
323 .B \-sstep <sec> |
7740 | 324 Specifies seconds between displayed frames. |
325 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
|
326 .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
|
327 .B \-use-stdin |
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
|
328 |
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
|
329 |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
330 .SH "DEMUXER/STREAM OPTIONS" |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
331 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
332 .B \-aid <id> (also see \-alang option) |
7740 | 333 Select audio channel [MPEG: 0\-31 AVI/\:OGM: 1\-99 ASF/\:RM: 0\-127 |
7488 | 334 VOB(AC3): 128\-159 VOB(LPCM): 160\-191] |
335 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
|
336 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
337 .B \-alang <two letter\ country\ code> (also see \-aid option) |
7740 | 338 Works only for DVD playback. |
339 It selects the DVD audio language and always tries to play audio streams whose | |
340 language matches the given code. | |
341 For the list of available languages, use with the \-v switch and look at the | |
342 output. | |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
343 |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
344 .I EXAMPLE: |
7288 | 345 .PD 0 |
346 .RSs | |
347 .IPs "\-alang hu,en" | |
348 Plays Hungarian and falls back to English if Hungarian is not available. | |
349 .RE | |
350 .PD 1 | |
351 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
352 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
353 .B \-audio\-demuxer <number> (\-audiofile only) |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
354 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
|
355 Give the demuxer ID as defined in demuxers.h. |
6469 | 356 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
|
357 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
358 .B \-audiofile <filename> |
6469 | 359 Play audio from an external file (WAV, MP3 or Ogg Vorbis). |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
360 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
361 .B \-cdrom\-device <path\ to\ device> |
7740 | 362 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
|
363 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
364 .B \-cache <kbytes> |
7288 | 365 This option specifies how much memory (in kbytes) to use when precaching a |
7740 | 366 file/\:URL. |
367 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
|
368 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
369 .B \-cdda <option1:option2> |
6389 | 370 This option can be used to tune the CD Audio reading feature of MPlayer. |
7740 | 371 .br |
6389 | 372 Available options are: |
7288 | 373 . |
374 .RSs | |
375 .IPs speed=<value> | |
376 set CD spin speed | |
377 .IPs paranoia=<0\-2> | |
378 set paranoia level | |
379 .RSss | |
380 0: disable checking | |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
381 .br |
7288 | 382 1: overlap checking only (default) |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
383 .br |
7288 | 384 2: full data correction and verification |
385 .REss | |
386 .IPs generic-dev=<value> | |
387 use specified generic SCSI device | |
388 .IPs sector-size=<value> | |
389 atomic read size | |
390 .IPs overlap=<value> | |
391 force minimum overlap search during verification to <value> sectors. | |
392 .IPs toc-bias | |
393 Assume that the beginning offset of track 1 as reported in the TOC will be | |
7740 | 394 addressed as LBA\ 0. |
395 Some Toshiba drives need this for getting track boundaries correct. | |
7288 | 396 .IPs toc-offset=<value> |
7740 | 397 Add <value> sectors to the values reported when addressing tracks. |
398 May be negative. | |
7288 | 399 .IPs (no)skip |
400 (never) accept imperfect data reconstruction. | |
401 .RE | |
402 . | |
6389 | 403 .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
|
404 .B \-channels <number> |
8176
15fa4667cddf
-channels description expanded, patch by gabor <gabor@realtime.sk>.
diego
parents:
8140
diff
changeset
|
405 Change the number of playback channels, defaults to '2' if not specified. |
8140 | 406 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
|
407 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
|
408 channel is repeated in both output channels). |
15fa4667cddf
-channels description expanded, patch by gabor <gabor@realtime.sk>.
diego
parents:
8140
diff
changeset
|
409 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
|
410 results depend on the audio decoder (\-afm). |
15fa4667cddf
-channels description expanded, patch by gabor <gabor@realtime.sk>.
diego
parents:
8140
diff
changeset
|
411 Mplayer asks the decoder to decode the audio into as many channels as |
15fa4667cddf
-channels description expanded, patch by gabor <gabor@realtime.sk>.
diego
parents:
8140
diff
changeset
|
412 specified. Now it's up to the decoder to fulfill the requirement. If the |
15fa4667cddf
-channels description expanded, patch by gabor <gabor@realtime.sk>.
diego
parents:
8140
diff
changeset
|
413 decoder outputs more channels than requested, the exceeding channels are |
15fa4667cddf
-channels description expanded, patch by gabor <gabor@realtime.sk>.
diego
parents:
8140
diff
changeset
|
414 truncated. This is usually only important when playing videos with AC3 audio |
15fa4667cddf
-channels description expanded, patch by gabor <gabor@realtime.sk>.
diego
parents:
8140
diff
changeset
|
415 (like DVDs). In that case liba52 does the decoding by default and correctly |
15fa4667cddf
-channels description expanded, patch by gabor <gabor@realtime.sk>.
diego
parents:
8140
diff
changeset
|
416 downmixes the 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
|
417 |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
418 .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
|
419 .br |
8176
15fa4667cddf
-channels description expanded, patch by gabor <gabor@realtime.sk>.
diego
parents:
8140
diff
changeset
|
420 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
|
421 (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
|
422 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
423 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
|
424 |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
425 .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
|
426 .RSs |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
427 .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
|
428 Stereo |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
429 .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
|
430 Surround |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
431 .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
|
432 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
|
433 .RE |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
434 .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
|
435 . |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
436 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
437 .B \-chapter <chapter\ id>[-<end\ chapter\ id>] |
7740 | 438 Specify which chapter to start playing at. |
439 Optionally specify which chapter to end playing at (default: 1). | |
440 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
|
441 .TP |
5683 | 442 .B \-csslib <filename> |
7288 | 443 (old-style DVD option) This option is used to override the default location of |
444 libcss.so. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
445 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
446 .B \-demuxer <number> |
7740 | 447 Force demuxer type. |
448 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
|
449 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
|
450 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
451 .B \-dumpaudio (MPLAYER only) |
7740 | 452 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
|
453 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
454 .B \-dumpfile <filename> (MPLAYER only) |
7740 | 455 Specify which file MPlayer should dump to. |
456 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
|
457 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
458 .B \-dumpstream (MPLAYER only) |
7740 | 459 Dumps the raw stream to ./\:stream.dump. |
460 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
|
461 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
462 .B \-dumpvideo (MPLAYER only) |
7740 | 463 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
|
464 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
465 .B \-dvd <title\ id> |
7740 | 466 Tell MPlayer which movies (specified by title id) to play. |
467 For example sometimes '1' is a trailer, and '2' is the real movie. | |
7288 | 468 |
469 .I NOTE: | |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
470 .br |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
471 Sometimes deinterlacing is required for DVD playback, |
7740 | 472 see the \-pp 0x20000 or \-npp\ lb options. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
473 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
474 .B \-dvd\-device <path\ to\ device> |
7740 | 475 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
|
476 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
477 .B \-dvdangle <angle\ id> |
5683 | 478 Some DVD discs contain scenes that can be viewed from multiple angles. |
7740 | 479 Here you can tell MPlayer which angles to use (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 \-dvdauth <DVD\ device> |
483 (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
|
484 .TP |
5683 | 485 .B \-dvdkey <CSS\ key> |
6879 | 486 (old-style DVD option) When decoding a VOB file copied undecrypted from DVD, |
487 this option gives the CSS key needed to decrypt the VOB (the key is printed | |
488 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
|
489 .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
|
490 .B \-dvdnav (BETA CODE) |
5683 | 491 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
|
492 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
493 .B \-forceidx |
7740 | 494 Force rebuilding of INDEX. |
495 Useful for files with broken index (desyncs, etc). | |
496 Seeking will be possible. | |
497 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
|
498 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
499 .B \-fps <value> |
7740 | 500 Override video framerate (if value is wrong/\:missing in the header) (float |
7288 | 501 number). |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
502 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
503 .B \-frames <number> |
7740 | 504 Play/\:convert only first <number> frames, then quit. |
472
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
505 .TP |
5992 | 506 .B \-hr\-mp3\-seek (.MP3 only) |
7740 | 507 Hi\-res mp3 seeking. |
508 Default is: enabled when playing from external MP3 file, as we need to seek | |
509 to the very exact position to keep A/\:V sync.It can be slow especially when | |
510 seeking backwards \- it has to rewind to the beginning to find the exact | |
511 frame. | |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
512 .TP |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
513 .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
|
514 Rebuilds INDEX of the AVI if no INDEX was found, |
7740 | 515 thus allowing seeking. |
516 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
|
517 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
518 .B \-mc <seconds/frame> |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
519 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
|
520 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
521 .B \-mf <option1:option2:...> |
7740 | 522 Used when decoding from multiple PNG or JPEG files. |
523 .br | |
524 Available options are: | |
5683 | 525 |
7288 | 526 .PD 0 |
527 .RSs | |
7740 | 528 .IPs on\ \ \ |
7288 | 529 turns on multifile support |
530 .IPs w=<value> | |
531 width of the output (autodetect) | |
532 .IPs h=<value> | |
533 height of the output (autodetect) | |
534 .IPs fps=<value> | |
535 fps of the output (default: 25) | |
536 .IPs type=<value> | |
7366 | 537 type of input files (available types: jpeg, png, tga) |
7288 | 538 .RE |
539 .PD 1 | |
540 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
541 .TP |
5992 | 542 .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
|
543 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
|
544 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
|
545 .TP |
5992 | 546 .B \-nobps (.AVI only) |
7740 | 547 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
|
548 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
|
549 .TP |
7740 | 550 .B \-passwd <password> (see \-user option too) |
6753
4e5294c0dafb
Huge patch by Jonas Jermann <jjermann@gmx.net> (2/2).
diego
parents:
6752
diff
changeset
|
551 Specify password for http authentication. |
4e5294c0dafb
Huge patch by Jonas Jermann <jjermann@gmx.net> (2/2).
diego
parents:
6752
diff
changeset
|
552 .TP |
6747 | 553 .B \-rawaudio <option1:option2:...> |
7740 | 554 This option lets you play raw audio files. |
555 It may also be used to play audio CDs which are not 44KHz 16Bit stereo. | |
556 .br | |
6753
4e5294c0dafb
Huge patch by Jonas Jermann <jjermann@gmx.net> (2/2).
diego
parents:
6752
diff
changeset
|
557 Available options are: |
6747 | 558 |
7288 | 559 .PD 0 |
560 .RSs | |
7740 | 561 .IPs on\ \ \ |
7288 | 562 use raw audio demuxer |
563 .IPs channels=<value> | |
564 number of channels | |
565 .IPs rate=<value> | |
566 rate in samples per second | |
567 .IPs samplesize=<value> | |
568 sample size in byte | |
569 .IPs format=<value> | |
570 fourcc in hex | |
571 .RE | |
572 .PD 1 | |
573 . | |
6747 | 574 .TP |
7813
76940a39405a
RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
diego
parents:
7794
diff
changeset
|
575 .B \-rtsp-stream-over-tcp |
76940a39405a
RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
diego
parents:
7794
diff
changeset
|
576 Used with 'rtsp://' URLs to specify that the resulting incoming RTP and RTCP |
76940a39405a
RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
diego
parents:
7794
diff
changeset
|
577 packets be streamed over TCP (using the same TCP connection as RTSP). This |
76940a39405a
RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
diego
parents:
7794
diff
changeset
|
578 option may be useful if you have a broken Internet connection that does not |
76940a39405a
RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
diego
parents:
7794
diff
changeset
|
579 pass incoming UDP packets (see http://www.live.com/mplayer/). |
76940a39405a
RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
diego
parents:
7794
diff
changeset
|
580 .TP |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
581 .B \-skipopening |
6469 | 582 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
|
583 .TP |
7740 | 584 .B \-sb <byte\ position> (see \-ss option too) |
585 Seek to byte position. | |
586 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
|
587 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
588 .B \-srate <Hz> |
6867 | 589 Forces the given audio playback rate, changing video speed to keep a-v sync. |
590 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
|
591 .TP |
7740 | 592 .B \-ss <time> (see \-sb option too) |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
593 Seek to given time position. |
3721 | 594 |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
595 .I EXAMPLE: |
7288 | 596 .PD 0 |
597 .RSs | |
598 .IPs "\-ss 56" | |
599 seeks to 56 seconds | |
600 .IPs "\-ss 01:10:00" | |
7740 | 601 seeks to 1\ hour 10\ min |
7288 | 602 .RE |
603 .PD 1 | |
604 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
605 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
606 .B \-tv <option1:option2:...> |
7288 | 607 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
|
608 |
7058
2e5c07262861
new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:
arpi
parents:
7049
diff
changeset
|
609 .I NOTE: |
7288 | 610 .br |
7814 | 611 MPlayer doesn't accept colons so type dots instead in the device ID |
7740 | 612 (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
|
613 .br |
7058
2e5c07262861
new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:
arpi
parents:
7049
diff
changeset
|
614 Be advised that although you can select any samplerate when using ALSA, |
7740 | 615 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
|
616 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
|
617 samplerate and use this codec. |
7288 | 618 .br |
619 Available options are: | |
620 . | |
621 .RSs | |
7740 | 622 .IPs on\ \ \ |
7288 | 623 use TV input |
624 .IPs noaudio | |
625 no sound | |
626 .IPs driver=<value> | |
627 available: dummy, v4l, bsdbt848 | |
628 .IPs device=<value> | |
7740 | 629 Specify other device than the default /dev/\:video0. |
7288 | 630 .IPs input=<value> |
631 Specify other input than the default 0 (Television) (see output for a list) | |
632 .IPs freq=<value> | |
7740 | 633 Specify the frequency to set the tuner to (e.g.\& 511.250). |
7288 | 634 .IPs outfmt=<value> |
635 output format of the tuner (yv12, rgb32, rgb24, rgb16, rgb15, uyvy, yuy2, | |
636 i420) | |
637 .IPs width=<value> | |
638 width of the output window | |
639 .IPs height=<value> | |
640 height of the output window | |
7907 | 641 .IPs buffersize=<value> |
642 capture buffer size in megabytes (default is half of the physical memory) | |
7288 | 643 .IPs norm=<value> |
644 available: PAL, SECAM, NTSC | |
645 .IPs channel=<value> | |
646 Set tuner to <value> channel. | |
647 .IPs chanlist=<value> | |
648 available: europe-east, europe-west, us-bcast, us-cable, etc | |
649 .IPs audiorate=<value> | |
650 set audio capture bitrate | |
7907 | 651 .IPs forceaudio |
652 capture audio even if there are no audio sources reported by v4l | |
7288 | 653 .IPs alsa |
654 capture from ALSA | |
655 .IPs amode=<0\-3> | |
656 choose an audio mode: | |
657 .RSss | |
658 0: mono | |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
659 .br |
7288 | 660 1: stereo |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
661 .br |
7288 | 662 2: language 1 |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
663 .br |
7288 | 664 3: language 2 |
665 .REss | |
666 .IPs forcechan=<1\-2> | |
667 By default, the count of recorded audio channels is determined automatically | |
7740 | 668 by querying the audio mode from the tv card. |
669 This option allows to force stereo/\:mono recording regardless of the amode | |
670 option and the values returned by v4l. | |
671 This can be used for troubleshooting when the tv card is unable to report the | |
672 current audio mode. | |
7288 | 673 .IPs adevice=<value> |
674 set an audio device | |
675 .RSss | |
7740 | 676 /dev/\:...\& for OSS |
7288 | 677 .br |
678 hardware ID for ALSA | |
679 .REss | |
680 .IPs audioid=<value> | |
681 choose an audio output of the capture card, if it has more of them | |
682 .IPs "[volume|bass|treble|balance]=<0\-65535>" | |
7740 | 683 These options set parameters of the mixer on the video capture card. |
684 They will have no effect, if your card doesn't have one. | |
7288 | 685 .RE |
686 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
687 .TP |
7740 | 688 .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
|
689 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
|
690 .TP |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
691 .B \-vcd <track> |
6469 | 692 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
|
693 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
694 .B \-vid <id> |
7288 | 695 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
|
696 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
697 .B \-vivo <sub\-options> (DEBUG CODE) |
6469 | 698 Force audio parameters for the .vivo demuxer (for debugging purposes). |
5683 | 699 |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
700 |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
701 .SH "OSD/SUB OPTIONS" |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
702 .I NOTE: |
7288 | 703 .br |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
704 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
|
705 .TP |
7794
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
706 .B \-dumpmicrodvdsub (MPLAYER only) |
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
707 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
|
708 MicroDVD subtitle format. |
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
709 Creates a dumpsub.sub file in the current directory. |
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
710 .TP |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
711 .B \-dumpmpsub (MPLAYER only) |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
712 Convert the given subtitle (specified with the \-sub switch) to MPlayer's |
7740 | 713 subtitle format, MPsub. |
714 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
|
715 .TP |
6378 | 716 .B \-dumpsrtsub (MPLAYER only) |
717 Convert the given subtitle (specified with the \-sub switch) to the time-based | |
7740 | 718 SubViewer (SRT) subtitle format. |
719 Creates a dumpsub.srt file in the current directory. | |
6378 | 720 .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
|
721 .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
|
722 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
|
723 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
|
724 .TP |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
725 .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
|
726 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
|
727 subtitles. |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
728 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
729 .B \-ffactor <number> |
7740 | 730 Resample alphamap of the font. |
731 Can be: | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
732 |
7288 | 733 .PD 0 |
734 .RSs | |
7740 | 735 .IPs 0\ \ \ \ |
7288 | 736 plain white fonts |
7740 | 737 .IPs 0.75\ \ |
7288 | 738 very narrow black outline [default] |
7740 | 739 .IPs 1\ \ \ \ |
7288 | 740 narrow black outline |
7740 | 741 .IPs 10\ \ \ |
7288 | 742 bold black outline |
743 .RE | |
744 .PD 1 | |
745 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
746 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
747 .B \-font <path\ to\ font.desc\ file> |
7740 | 748 Search for the OSD/\:SUB fonts in an alternative directory (default for normal |
749 fonts: ~/\:.mplayer/\:font/\:font.desc, default for FreeType fonts: | |
750 ~/.mplayer/\:subfont.ttf). | |
7288 | 751 |
752 .I NOTE: | |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
753 .br |
7241
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
754 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
|
755 .br |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
756 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
|
757 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
|
758 |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
759 .I EXAMPLE: |
7288 | 760 .PD 0 |
761 .RSs | |
7740 | 762 \-font ~/\:.mplayer/\:arial\-14/\:font.desc |
7288 | 763 .br |
7740 | 764 \-font ~/\:.mplayer/\:arialuni.ttf |
7288 | 765 .RE |
766 .PD 1 | |
767 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
768 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
769 .B \-noautosub |
7488 | 770 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
|
771 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
772 .B \-osdlevel <0\-2> (MPLAYER only) |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
773 Specifies which mode the OSD should start in (0: none, 1: seek, 2: seek+timer, |
6924 | 774 default is 1). |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
775 .TP |
7288 | 776 .B \-sid <id> (also see \-slang option) |
7740 | 777 Turns on DVD subtitle displaying. |
778 Also, you MUST specify a number which corresponds to a DVD subtitle language | |
779 (0\-31). | |
780 For the list of available subtitles, use with the \-v switch and look at the | |
781 output. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
782 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
783 .B \-slang <two\ letter\ country\ code> (also see \-sid option) |
7740 | 784 Works only for DVD playback. |
785 Turns on/\:selects DVD subtitle language. | |
786 For the list of available subtitles, use with the \-v switch and look at the | |
787 output. | |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
788 |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
789 .I EXAMPLE: |
7288 | 790 .PD 0 |
791 .RSs | |
792 .IPs "\-slang hu,en" | |
793 Selects Hungarian and falls back to English if Hungarian is not available. | |
794 .RE | |
795 .PD 1 | |
796 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
797 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
798 .B \-sub <subtitle\ file> |
7740 | 799 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
|
800 .TP |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
801 .B \-subcc \ |
7740 | 802 Display DVD Closed Caption (CC) subtitles. |
803 These are NOT the VOB subtitles, these are special ASCII subtitles for the | |
804 hearing impaired encoded in the VOB userdata stream on most region 1 DVDs. | |
805 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
|
806 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
807 .B \-subcp <codepage> |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
808 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
|
809 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
|
810 |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
811 .I EXAMPLE: |
7288 | 812 .PD 0 |
813 .RSs | |
814 \-subcp latin2 | |
815 .br | |
7740 | 816 \-subcp cp1250 |
7288 | 817 .RE |
818 .PD 1 | |
819 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
820 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
821 .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
|
822 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
|
823 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
824 .B \-subdelay <sec> |
7740 | 825 Delays subtitles by <sec> seconds. |
826 Can be negative. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
827 .TP |
7241
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
828 .B \-subfont-autoscale <0\-3> |
7288 | 829 Sets the autoscale mode. |
7241
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
830 |
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
|
831 .I NOTE: |
7288 | 832 .br |
7241
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
833 Zero means that text-scale and osd-scale are font heights in points. |
7288 | 834 .br |
835 The mode can be: | |
836 | |
837 .PD 0 | |
838 .RSs | |
839 .IPs 0 | |
840 no autoscale | |
841 .IPs 1 | |
8265 | 842 proportional to movie height |
7288 | 843 .IPs 2 |
8265 | 844 proportional to movie width |
7288 | 845 .IPs 3 |
846 proportional to movie diagonal (default) | |
847 .RE | |
848 .PD 1 | |
849 . | |
7241
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
850 .TP |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
851 .B \-subfont-blur <0\-8> |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
852 Sets the font blur radius (default: 2). |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
853 .TP |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
854 .B \-subfont-encoding <value> |
7740 | 855 Sets the font encoding. |
856 When set to 'unicode', all the glyphs from the font file will be rendered and | |
857 unicode will be used (default: unicode). | |
7241
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
858 .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
|
859 .B \-subfont-osd-scale <0\-100> |
7241
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
860 Sets the osd elements autoscale coefficient (default: 6). |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
861 .TP |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
862 .B \-subfont-outline <0\-8> |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
863 Sets the font outline thickness (default: 2). |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
864 .TP |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
865 .B \-subfont-text-scale <0\-100> |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
866 Sets the subtitle text autoscale coefficient (percentage of the |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
867 screen size) (default: 5). |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
868 .TP |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
869 .B \-subfps <rate> |
7740 | 870 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
|
871 default: the same fps as the movie. |
7288 | 872 |
873 .I NOTE: | |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
874 .br |
7740 | 875 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
|
876 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
877 .B \-subfile <filename> (BETA CODE) |
7740 | 878 Currently useless. |
879 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
|
880 .TP |
7288 | 881 .B \-subpos <0\-100> (useful with \-vop expand) |
7740 | 882 Specify the position of subtitles on the screen. |
883 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
|
884 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
885 .B \-unicode |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
886 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
|
887 .TP |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
888 .B \-utf8 \ \ |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
889 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
|
890 .TP |
6469 | 891 .B \-vobsub <vobsub\ file\ without\ extension> |
7740 | 892 Specify the VobSub files that are to be used for subtitle. |
893 This is the full pathname without extensions, i.e.\& without the '.idx', | |
894 \'.ifo' or '.sub'. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
895 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
896 .B \-vobsubid <0-31> |
7740 | 897 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
|
898 |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
899 |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
900 .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
|
901 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
902 .B \-abs <value> (OBSOLETE) |
7740 | 903 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
|
904 .TP |
8140 | 905 .B \-af <plugin1,plugin2,plugin3[=options],...> |
906 Activate a comma separated list of audio filters and their options. | |
907 .br | |
908 Available filters are: | |
909 . | |
910 .RSs | |
911 .IPs resample[=srate[:sloppy][:fast]] | |
912 Changes the sample rate of the audio stream to an integer srate (Hz). | |
913 It only supports the 16 bit little endian format. | |
914 .IPs channels[=nch] | |
915 Change the number of channels to nch output channels. | |
916 If the number of output channels is bigger than the number of input channels | |
917 empty channels are inserted (except mixing from mono to stereo, then the mono | |
918 channel is repeated in both of the output channels). | |
919 If the number of output channels is smaller than the number of input channels | |
920 the exceeding channels are truncated. | |
8187
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
921 .IPs format[=bps,f] |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
922 Select the format f and bits per sample bps used for output from the |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
923 filter layer. The option bps is an integer and denotes bytes per |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
924 sample. The format f is a string containing a concatenated mix of: |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
925 .br |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
926 alaw, mulaw or imaadpcm |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
927 .br |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
928 float or int |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
929 .br |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
930 unsigned or signed |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
931 .br |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
932 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
|
933 .br |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
934 .IPs "volume[=v:sc:pr:en]" |
8140 | 935 Select the output volume level. |
936 This filter is not reentrant and can therefore only be enabled once for every | |
937 audio stream. | |
938 .RSss | |
8187
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
939 v: desired gain in dB for all channels in the stream. The gain can be |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
940 set from -200dB to +40dB (where -200dB mutes the sound completely and |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
941 +40dB equals a gain of 1000). The default gain is -20dB. |
8140 | 942 .br |
943 sc: enable soft clipping. | |
944 .br | |
8187
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
945 pr: enable probing of the volume level for each audio stream. Both the |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
946 maximum and instantaneous volume is probed. The instantaneous volume |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
947 can only be accessed through the runtime interface, but the maximum |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
948 volume is printed at the end of the movie. This value can be used when |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
949 transcoding movies to maximize the utilization of the dynamic range. |
8140 | 950 .br |
951 en: enable and disable the volume control. | |
952 .REss | |
953 .IPs delay[=d] (DEBUG CODE) | |
954 Delay sound output by d seconds (floating point number). | |
955 .RE | |
956 . | |
957 .TP | |
958 .B \-af-adv <force=(0\-3):list=(filters)> (see -af option too) | |
959 Specify advanced audio filter options: | |
960 . | |
961 .RSs | |
962 .IPs force=<0-3> | |
963 Forces the insertion of audio filters to one of the following: | |
964 .RSss | |
965 0: Completely automatic insertion of filters (default) | |
966 .br | |
967 1: Optimize for speed | |
968 .br | |
969 2: Optimize for accuracy | |
970 .br | |
971 3: Turn off auto | |
972 .REss | |
973 .IPs list=<filters> | |
974 Same as -af (see -af option). | |
975 .RE | |
976 . | |
977 .TP | |
7635 | 978 .B \-ao <driver1[:device],driver2,...[,]> |
7600 | 979 Specify a priority list of audio output drivers (optionally with device) to be |
7740 | 980 used. |
981 \'device' is valid with SDL, too, it means subdriver then. | |
7288 | 982 |
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
|
983 .I NOTE: |
7288 | 984 .br |
985 To get a full list of available drivers, see \-ao help. | |
7600 | 986 .br |
987 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
|
988 |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
989 .I EXAMPLE |
7288 | 990 .PD 0 |
991 .RSs | |
7740 | 992 .IPs "\-ao oss:/\:dev/\:dsp2,oss:/\:dev/\:dsp1," |
7635 | 993 try to use OSS with the specified sound devices and fallback to others if it |
7600 | 994 fails |
7288 | 995 .IPs "\-ao sdl:esd" |
7600 | 996 specify the SDL subdriver |
7288 | 997 .RE |
998 .PD 1 | |
999 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1000 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1001 .B \-aofile <filename> |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1002 Filename for \-ao pcm. |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1003 .TP |
7488 | 1004 .B \-aop <list=plugin1,plugin2...:option1=value1:opt2=val2...> |
7288 | 1005 Specify audio plugin(s) and their options (see documentation too). |
7740 | 1006 .br |
7288 | 1007 Available options are: |
1008 . | |
1009 .RSs | |
1010 .IPs list=[plugins] | |
1011 comma separated list of plugins (resample, surround, format, volume, | |
1012 extrastereo, volnorm) | |
1013 .IPs delay=<sec> | |
7740 | 1014 example plugin, do not use. |
7288 | 1015 .IPs format=<format> |
1016 output format (format plugin only) | |
1017 .IPs fout=<Hz> | |
1018 output frequency (resample plugin only) | |
1019 .IPs volume=<0\-255> | |
1020 volume (volume plugin only) | |
1021 .IPs mul=<value> | |
1022 stereo coefficient (default: 2.5) (extrastereo plugin only) | |
1023 .IPs softclip | |
8217 | 1024 compressor / 'soft\-clipping' capabilities (volume plugin only) |
7288 | 1025 .RE |
1026 . | |
1027 .TP | |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1028 .B \-delay <sec> |
7740 | 1029 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
|
1030 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1031 .B \-mixer <device> |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1032 This option will tell MPlayer to use a different device for mixing than |
7740 | 1033 /dev/\:mixer. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1034 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1035 .B \-nowaveheader (-ao pcm only) |
7740 | 1036 Don't include wave header. |
1037 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
|
1038 |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1039 |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1040 .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
|
1041 .TP |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1042 .B \-aa* (\-vo aa only) |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1043 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
|
1044 .I mplayer \-aahelp |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1045 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1046 .B \-bpp <depth> |
7740 | 1047 Use different color depth than autodetect. |
1048 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
|
1049 .TP |
6755 | 1050 .B \-brightness <\-100\ \-\ 100> |
7740 | 1051 Adjust brightness of video output (default 0). |
1052 It changes intensity of RGB components of video signal from black to white | |
1053 screen. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1054 .TP |
6755 | 1055 .B \-contrast <\-100\ \-\ 100> |
7740 | 1056 Adjust contrast of video output (default 0). |
1057 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
|
1058 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1059 .B \-display <name> |
7288 | 1060 Specify the hostname and display number of the X server you want to display |
1061 on. | |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1062 |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1063 .I EXAMPLE: |
7288 | 1064 .PD 0 |
1065 .RSs | |
1066 \-display xtest.localdomain:0 | |
1067 .RE | |
1068 .PD 1 | |
1069 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1070 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1071 .B \-double |
7740 | 1072 Enables doublebuffering. |
1073 Fixes flicker by storing two frames in memory, and displaying one while | |
1074 decoding another. | |
7794
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
1075 Can affect OSD. |
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
1076 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
|
1077 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
|
1078 .TP |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1079 .B \-dr \ \ \ |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1080 Turns on direct rendering (not supported by all codecs and video outputs) |
7740 | 1081 (default is off). |
1082 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
|
1083 .TP |
6747 | 1084 .B \-dxr2 <option1:option2:...> |
1085 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
|
1086 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
|
1087 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
|
1088 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
|
1089 The overlay chipset used on the dxr2 is of pretty bad quality but the default |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1090 settings should work for everybody. The OSD may be usable with the |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1091 overlay (not on TV) by drawing it in the colorkey. With the default colorkey |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1092 settings you may get variable results, usually you will see the colorkey around |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1093 the characters or some other funny effect. Buf if you properly adjust the |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1094 colorkey settings you should be able to get acceptable results. |
7288 | 1095 . |
1096 .RSs | |
8132
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1097 .IPs ar-mode=<value> |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1098 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
|
1099 .IPs iec958\-encoded/\:decoded |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1100 iec958 output mode |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1101 .IPs mute |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1102 mute sound output |
7288 | 1103 .IPs ucode=<value> |
1104 path to the microcode | |
8132
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1105 .RE |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1106 .RS |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1107 |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1108 .I TV Out |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1109 .RE |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1110 .RSs |
7288 | 1111 .IPs 75ire |
1112 enable 7.5 IRE | |
7740 | 1113 .IPs bw\ \ \ |
1114 b/\:w TV output | |
7288 | 1115 .IPs color |
1116 color TV output | |
1117 .IPs interlaced | |
1118 interlaced TV output | |
8132
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1119 .IPs macrovision=<value> |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1120 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
|
1121 3 = agc 4 colorstripe) |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1122 .IPs norm=<value> |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1123 TV norm (ntsc (default), pal,pal60,palm,paln,palnc) |
7740 | 1124 .IPs square/\:ccir601\-pixel |
7288 | 1125 TV pixel mode |
8132
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1126 .RE |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1127 .RS |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1128 |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1129 .I Overlay |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1130 .RE |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1131 .RSs |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1132 .IPs cr-[left|right|top|bot]=<\-20\-20> |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1133 adjust the overlay cropping |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1134 .IPs ck-[rgb]min=<0\-255> |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1135 minimum value for the color key |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1136 .IPs ck-[rgb]max=<0\-255> |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1137 maximum value for the color key |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1138 .IPs ck-[rgb]=<0\-255> |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1139 color key values |
7288 | 1140 .IPs ignore\-cache |
8132
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1141 do not use the VGA cache |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1142 .IPs ol-osd |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1143 enable the osd hack on the overlay |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1144 .IPs ol[hwxy]\-cor=<value> |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1145 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
|
1146 perfectly |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1147 .IPs overlay |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1148 enable the overlay |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1149 .IPs overlay-ratio=<1\-2500> |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1150 tune the overlay (default 1000) |
7288 | 1151 .IPs update\-cache |
8132
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1152 recreate the VGA cache |
7288 | 1153 .RE |
1154 . | |
6747 | 1155 .TP |
6469 | 1156 .B \-fb <device> (fbdev or DirectFB only) |
7740 | 1157 Specifies the framebuffer device to use. |
1158 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
|
1159 .TP |
6469 | 1160 .B \-fbmode <modename> (fbdev only) |
7740 | 1161 Change video mode to the one that is labelled as <modename> in |
1162 /etc/\:fb.modes. | |
7288 | 1163 |
1164 .I NOTE: | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1165 .br |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1166 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
|
1167 .TP |
6469 | 1168 .B \-fbmodeconfig <filename> (fbdev only) |
7740 | 1169 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
|
1170 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
|
1171 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1172 .B \-forcexv (SDL only) |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1173 Force using XVideo. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1174 .TP |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1175 .B \-fs \ \ \ |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1176 Fullscreen playing (centers movie, and makes black |
7740 | 1177 bands around it). |
1178 Toggle it with the 'f' key (not all video outputs support it). | |
1179 See also \-zoom. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1180 .TP |
7288 | 1181 .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
|
1182 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
|
1183 .TP |
7866
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1184 .B \-geometry x[%][:y[%]] |
8140 | 1185 Adjust where the output is on the screen initially. |
1186 The x and y specifications are in pixels measured from the top-right of the | |
1187 screen to the top-right of the image being displayed, however if a percentage | |
1188 sign is given after the argument it turns the value into a percentage of the | |
1189 screen size in that direction. | |
1190 The values given must be integers. | |
7866
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1191 |
8140 | 1192 .I EXAMPLE: |
7866
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1193 .PD 0 |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1194 .RSs |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1195 .IPs 50:40 |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1196 Places the window at x=50, y=40 |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1197 .IPs 50%:50% |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1198 Places the window in the middle of the screen |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1199 .IPs 100% |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1200 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
|
1201 .IPs 100%:100% |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1202 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
|
1203 .RE |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1204 .PD 1 |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1205 . |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1206 .TP |
6755 | 1207 .B \-hue <\-100\ \-\ 100> |
7740 | 1208 Adjust hue of video signal (default: 0). |
1209 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
|
1210 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1211 .B \-icelayer <0\-15> (icewm only) |
6268
a96c2f444317
added docu for -icelayer and addition to the faq for -nortc
attila
parents:
6250
diff
changeset
|
1212 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
|
1213 |
7288 | 1214 .PD 0 |
1215 .RSs | |
1216 .IPs 0 | |
1217 Desktop | |
1218 .IPs 2 | |
1219 Below | |
1220 .IPs 4 | |
1221 Normal | |
1222 .IPs 6 | |
1223 OnTop | |
1224 .IPs 8 | |
1225 Dock | |
1226 .IPs 10 | |
1227 AboveDock | |
1228 .IPs 12 | |
1229 Menu (default) | |
1230 .RE | |
1231 .PD 1 | |
1232 . | |
6268
a96c2f444317
added docu for -icelayer and addition to the faq for -nortc
attila
parents:
6250
diff
changeset
|
1233 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1234 .B \-jpeg <option1:option2:...> (\-vo jpeg only) |
7740 | 1235 Specify options for the JPEG output. |
1236 .br | |
1237 Available options are: [no]progressiv, [no]baseline, optimize, smooth, quality | |
1238 and outdir. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1239 .TP |
7794
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
1240 .B \-monitor_dotclock <dotclock\ (or\ pixelclock) range> (fbdev and vesa only) |
7740 | 1241 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
|
1242 .TP |
7794
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
1243 .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
|
1244 .TP |
7794
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
1245 .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
|
1246 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1247 .B \-monitoraspect <ratio> |
7740 | 1248 Set aspect ratio of your monitor or TV screen. |
1249 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
|
1250 |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1251 .I EXAMPLE: |
7288 | 1252 .PD 0 |
1253 .RSs | |
1254 \-monitoraspect 4:3 or 1.3333 | |
1255 .br | |
1256 \-monitoraspect 16:9 or 1.7777 | |
1257 .RE | |
1258 .PD 1 | |
1259 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1260 .TP |
7637 | 1261 .B \-nograbpointer |
7740 | 1262 Do not grab mouse pointer after VidMode change (\-vm), useful for multihead |
1263 setup. | |
7637 | 1264 .TP |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1265 .B \-noslices |
7740 | 1266 Disable drawing video by 16-pixel height slices/\:bands, instead draws the |
1267 while frame in a single run. | |
1268 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
|
1269 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
|
1270 .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
|
1271 .B \-panscan <0.0\-1.0> |
7740 | 1272 Enables Pan & Scan functionality, i.e.\& in order to display a 16:9 movie |
6351 | 1273 on a 4:3 display, the sides of the movie are cropped to get a 4:3 image |
7740 | 1274 which fits the screen. |
1275 This function works only with xv, xmga and xvidix 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
|
1276 .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
|
1277 The range controls how much of the image is cropped. |
6330 | 1278 .TP |
7637 | 1279 .B \-rootwin |
1280 Play movie in the root window (desktop background) instead of opening | |
7740 | 1281 a new one. |
1282 Works only with x11, xv, xmga and xvidix drivers. | |
7637 | 1283 .TP |
6755 | 1284 .B \-saturation <\-100\ \-\ 100> |
7740 | 1285 Adjust saturation of video output (default: 0). |
1286 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
|
1287 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1288 .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
|
1289 If you use an output driver which can't know the resolution of the screen |
7740 | 1290 (fbdev/\:x11 and/\:or TVout) this is where you can specify the horizontal and |
7288 | 1291 vertical resolution. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1292 .TP |
7637 | 1293 .B \-stop_xscreensaver |
1294 Turns off xscreensaver at startup and turns it on again on exit. | |
1295 .TP | |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1296 .B \-vm \ \ \ |
7740 | 1297 Try to change to a better video mode. |
1298 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
|
1299 .TP |
7635 | 1300 .B \-vo <driver1[:device],driver2,...[,]> |
7600 | 1301 Specify a priority list of video output drivers (optionally with device) to be |
7740 | 1302 used. |
1303 \'device' is valid with SDL and GGI, too, it means subdriver then. | |
7288 | 1304 |
1305 .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
|
1306 .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
|
1307 See \-vo help for a full list of available drivers. |
7600 | 1308 .br |
1309 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
|
1310 |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1311 .I EXAMPLE: |
7288 | 1312 .PD 0 |
1313 .RSs | |
7740 | 1314 .IPs "\-vo xmga,xv," |
7600 | 1315 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
|
1316 .br |
7740 | 1317 .IPs "\-vo sdl:aalib" |
7600 | 1318 specify the SDL subdriver |
7288 | 1319 .RE |
1320 .PD 1 | |
1321 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1322 .TP |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1323 .B \-vsync \ \ |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1324 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
|
1325 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1326 .B \-wid <window\ id> |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1327 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
|
1328 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
|
1329 .TP |
7740 | 1330 .B \-xineramascreen <0\-...> |
1331 In Xinerama configurations (i.e.\& a single desktop that spans across multiple | |
1332 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
|
1333 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1334 .B \-z <0\-9> |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1335 Specifies compression level for PNG output (-vo png) |
7288 | 1336 |
1337 .PD 0 | |
1338 .RSs | |
1339 .IPs 0 | |
1340 no compression | |
1341 .IPs 9 | |
1342 max compression | |
1343 .RE | |
1344 .PD 1 | |
1345 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1346 .TP |
7219 | 1347 .B \-zrbw (\-vo zr only) |
7192 | 1348 Display in black and white (for optimal performance, this option can be |
1349 combined with the 'decode only in black and white' option for codecs | |
1350 belonging to the FFmpeg family). | |
1351 .TP | |
7219 | 1352 .B \-zrcrop <[width]x[height]+[x offset]+[y offset]> (\-vo zr only) |
7192 | 1353 Select a part of the input image for display, multiple occurences of this |
7740 | 1354 option switch on cinerama mode. |
1355 In cinerama mode the movie is distributed over more than one TV (or beamer) to | |
1356 create a larger screen. | |
1357 Options appearing after the n\-th \-zrcrop apply to the n\-th MJPEG card, each | |
1358 card should at least have a \-zrdev in addition to the \-zrcrop. | |
1359 For examples, see the output of \-zrhelp and the Zr section of the | |
1360 documentation. | |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1361 .TP |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1362 .B \-zrdev <device> (\-vo zr only) |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1363 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
|
1364 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
|
1365 .TP |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1366 .B \-zrfd (\-vo zr only) |
7288 | 1367 Force decimation: Decimation, as specified by \-zrhdec and \-zrvdec, only |
7740 | 1368 happens if the hardware scaler can stretch the image to its original size. |
1369 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
|
1370 .TP |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1371 .B \-zrhelp (\-vo zr only) |
7288 | 1372 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
|
1373 cinerama mode. |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1374 .TP |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1375 .B \-zrnorm <norm> (\-vo zr only) |
7740 | 1376 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
|
1377 .TP |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1378 .B \-zrquality <1\-20> (\-vo zr only) |
7740 | 1379 A number from 1 to 20 representing the jpeg encoding quality. |
1380 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
|
1381 .TP |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1382 .B \-zrvdec <1,2,4> \-zrhdec <1,2,4> (\-vo zr only) |
7740 | 1383 Vertical/\:horizontal decimation: Ask the driver to send only every 2nd or 4th |
1384 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
|
1385 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
|
1386 .TP |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1387 .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
|
1388 If the movie is smaller than the TV screen, these options control the position |
7740 | 1389 of the movie relative to the upper left corner of the screen. |
1390 The movie is centered by default. | |
7219 | 1391 |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1392 |
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
|
1393 .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
|
1394 .TP |
7635 | 1395 .B \-ac <[-]codec1,[-]codec2,...[,]> |
7600 | 1396 Specify a priority list of audio codecs to be used, according to their codec |
7740 | 1397 name in codecs.conf. |
1398 Use a '-' before the codec name to omit it. | |
7288 | 1399 |
1400 .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
|
1401 .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
|
1402 See \-ac help for a full list of available codecs. |
7600 | 1403 .br |
1404 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
|
1405 |
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
|
1406 .I EXAMPLE: |
7288 | 1407 .PD 0 |
1408 .RSs | |
1409 .IPs "\-ac mp3acm" | |
7600 | 1410 force l3codeca.acm MP3 codec |
1411 .IPs "\-ac mad," | |
1412 try libmad first, then fallback to others | |
7635 | 1413 .IPs "\-ac hwac3,a52," |
1414 try hardware AC3 passthrough, then software AC3 codec, then others | |
7600 | 1415 .IPs "\-ac -ffmp3," |
1416 try other codecs except FFmpeg's MP3 decoder | |
7288 | 1417 .RE |
1418 .PD 1 | |
1419 . | |
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
|
1420 .TP |
7600 | 1421 .B \-afm <driver1,driver2,...> |
1422 Specify a priority list of audio drivers to be used, according to their driver | |
7740 | 1423 name in codecs.conf. |
1424 It falls back to default if none is ok. | |
7288 | 1425 |
1426 .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
|
1427 .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
|
1428 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
|
1429 |
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
|
1430 .I EXAMPLE: |
7288 | 1431 .PD 0 |
1432 .RSs | |
1433 .IPs "\-afm ffmpeg" | |
7740 | 1434 try FFmpeg's libavcodec (mp1/\:2/\:3) codecs first |
7600 | 1435 .IPs "\-afm acm,dshow" |
1436 try Win32 codecs first | |
7288 | 1437 .RE |
1438 .PD 1 | |
1439 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1440 .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
|
1441 .B \-aspect <ratio> |
7740 | 1442 Override aspect ratio of movies. |
1443 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
|
1444 |
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 .I EXAMPLE: |
7288 | 1446 .PD 0 |
1447 .RSs | |
1448 \-aspect 4:3 or \-aspect 1.3333 | |
1449 .br | |
1450 \-aspect 16:9 or \-aspect 1.7777 | |
1451 .RE | |
1452 .PD 1 | |
1453 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1454 .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
|
1455 .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
|
1456 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
|
1457 .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
|
1458 .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
|
1459 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
|
1460 |
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
|
1461 .I EXAMPLE: |
7288 | 1462 .PD 0 |
1463 .RSs | |
1464 \-lavdopts bug=1 | |
1465 .RE | |
1466 .PD 1 | |
1467 | |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1468 .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
|
1469 .br |
7740 | 1470 Just add the values of the things you want to enable. |
1471 .br | |
1472 Available options are: | |
7288 | 1473 . |
1474 .RSs | |
7740 | 1475 .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
|
1476 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
|
1477 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1478 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
|
1479 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1480 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
|
1481 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1482 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
|
1483 .REss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1484 .IPs er=<value> |
7288 | 1485 error resilience: |
1486 .RSss | |
7740 | 1487 .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
|
1488 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
|
1489 .br |
7794
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
1490 1: careful (should work with broken encoders) |
7288 | 1491 .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
|
1492 2: normal (default) (works with compliant encoders) |
7288 | 1493 .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
|
1494 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
|
1495 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1496 4: very agressive |
7288 | 1497 .REss |
1498 .IPs bug=<value> | |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
1499 manually work around encoder bugs: |
7288 | 1500 .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
|
1501 0: nothing |
7288 | 1502 .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
|
1503 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
|
1504 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1505 2 (msmpeg4v3): some old lavc generated msmpeg4v3 files (no autodetect) |
7488 | 1506 .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
|
1507 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
|
1508 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1509 8 (mpeg4): UMP4 (autodetected if fourcc==UMP4) |
7488 | 1510 .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
|
1511 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
|
1512 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1513 32 (mpeg4): illegal vlc bug (autodetected per fourcc) |
7288 | 1514 .REss |
7488 | 1515 .IPs gray |
1516 grayscale only decoding (a bit faster than with color) | |
7288 | 1517 .RE |
1518 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1519 .TP |
7434
194e70101c8c
Document -noaspect, patch by Fredrik Noring <noring@nocrew.org>.
diego
parents:
7366
diff
changeset
|
1520 .B \-noaspect |
7637 | 1521 Disable automatic movie aspect ratio compensation. |
7434
194e70101c8c
Document -noaspect, patch by Fredrik Noring <noring@nocrew.org>.
diego
parents:
7366
diff
changeset
|
1522 .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
|
1523 .B \-nosound |
7740 | 1524 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
|
1525 .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
|
1526 .B \-npp <option1,option2,...> |
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
|
1527 This option allows giving more literate postprocessing 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
|
1528 and is another way of calling it (not with \-pp). |
7288 | 1529 |
1530 .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
|
1531 See \-npp help for a full list of available 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
|
1532 .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
|
1533 Each filter defaults to 'c' (chrominance). |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1534 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1535 \-npp only controls the external postprocess filter, and you HAVE TO |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1536 load it manually by \-vop pp (Usage: \-vop pp \-npp <options>), |
7740 | 1537 it is not auto-loaded. |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1538 .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
|
1539 The keywords accept a '\-' prefix to disable the option. |
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 .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
|
1541 A ':' followed by a letter may be appended to the option to indicate its |
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
|
1542 scope: |
7288 | 1543 .RSs |
1544 a: Automatically switches the filter off if the CPU is too slow. | |
1545 .br | |
1546 c: Do chrominance filtering, too. | |
1547 .br | |
1548 y: Do not do chrominance filtering (only luminance filtering). | |
1549 .RE | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1550 |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1551 .RS 7 |
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
|
1552 .I EXAMPLE: |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1553 .RE |
7288 | 1554 .PD 0 |
1555 .RSs | |
1556 .IPs "\-npp hb,vb,dr,al,lb" | |
1557 same as \-pp 0x2007f | |
1558 .IPs "\-npp hb,vb,dr,al" | |
1559 same as \-pp 0x7f | |
1560 .IPs "\-npp de,\-al" | |
7740 | 1561 default filters without brightness/\:contrast correction |
7288 | 1562 .IPs "\-npp de,tn:1:2:3" |
1563 Enable default filters & temporal denoiser. | |
1564 .IPs "\-npp hb:y,vb:a \-autoq 6" | |
1565 Deblock horizontal only luminance and switch vertical deblocking on or | |
1566 off automatically depending on available CPU time. | |
1567 .RE | |
1568 .PD 1 | |
1569 . | |
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
|
1570 .TP |
7740 | 1571 .B \-pp <quality> (see \-npp 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
|
1572 Apply postprocess filter on decoded image. |
7288 | 1573 |
7740 | 1574 Value given by \-pp is sent to the codec, if the codec has built-in |
1575 postprocess filter (newer win32 DShow DLLs, divx4linux) otherwise the external | |
1576 postprocess filter plugin (-vop pp) is auto-loaded and used. | |
1577 Note, that you can use the built-in and external pp at the same time, use \-pp | |
1578 to set internal pp, and \-vop pp=value to set up the external. | |
7288 | 1579 |
1580 The valid range of \-pp value for built-in pp filters vary on codecs, mostly | |
7740 | 1581 0\-6, where 0=disable 6=slowest/\:best. |
7288 | 1582 |
1583 For the external pp filter, this is the numerical mode to use postprocessing. | |
7740 | 1584 The '\-npp' option described above has the same effects but with letters. |
1585 To have several filters at the same time, simply add the hexadecimal values. | |
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
|
1586 |
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
|
1587 .I EXAMPLE: |
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
|
1588 The following values are known to give good results: |
7288 | 1589 .PD 0 |
1590 .RSs | |
1591 .IPs "\-pp 0x20000 (\-npp lb)" | |
7740 | 1592 deinterlacing (for DVD/\:MPEG2 playback e.g.) |
7288 | 1593 .IPs "\-pp 0x7f (\-npp hb,vb,dr,al)" |
1594 deblocking filter (for DivX) | |
1595 .RE | |
1596 .PD 1 | |
1597 . | |
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
|
1598 .TP |
7488 | 1599 .B \-ssf <mode> |
7288 | 1600 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
|
1601 |
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
|
1602 .I EXAMPLE |
7288 | 1603 .PD 0 |
1604 .RSs | |
1605 \-vop scale \-ssf lgb=3.0 | |
1606 .RE | |
1607 .PD 1 | |
1608 | |
1609 .PD 0 | |
1610 .RSs | |
1611 .IPs lgb=<0\-100> | |
1612 Gaussian blur filter (luma) | |
1613 .IPs cgb=<0\-100> | |
1614 Gaussian blur filter (chroma) | |
1615 .IPs ls=<0\-100> | |
1616 sharpen filter (luma) | |
1617 .IPs cs=<0\-100> | |
1618 sharpen filter (chroma) | |
1619 .IPs chs=<h> | |
1620 chroma horizontal shifting | |
1621 .IPs cvs=<v> | |
1622 chroma vertical shifting | |
1623 .RE | |
1624 .PD 1 | |
1625 . | |
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
|
1626 .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
|
1627 .B \-stereo <mode> |
7740 | 1628 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
|
1629 |
7288 | 1630 .PD 0 |
1631 .RSs | |
1632 .IPs 0 | |
1633 Stereo | |
1634 .IPs 1 | |
1635 Left channel | |
1636 .IPs 2 | |
1637 Right channel | |
1638 .RE | |
1639 .PD 1 | |
1640 . | |
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
|
1641 .TP |
7740 | 1642 .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
|
1643 This option sets the quality (and speed, respectively) of the software scaler, |
7740 | 1644 with the \-zoom option. |
1645 For example with x11 or other outputs which lack hardware acceleration. | |
1646 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
|
1647 |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1648 .I NOTE: |
7288 | 1649 .br |
7740 | 1650 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
|
1651 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
|
1652 length (1 \- 10). |
7288 | 1653 |
1654 .PD 0 | |
1655 .RSs | |
1656 .IPs 0 | |
1657 fast bilinear (default) | |
1658 .IPs 1 | |
1659 bilinear | |
1660 .IPs 2 | |
1661 bicubic (good quality) | |
1662 .IPs 3 | |
1663 experimental | |
1664 .IPs 4 | |
1665 nearest neighbour (bad quality) | |
1666 .IPs 5 | |
1667 area | |
1668 .IPs 6 | |
1669 luma bicubic / chroma bilinear | |
1670 .IPs 7 | |
1671 gauss | |
1672 .IPs 8 | |
1673 sincR | |
1674 .IPs 9 | |
1675 lanczos | |
1676 .IPs 10 | |
1677 bicubic spline | |
1678 .RE | |
1679 .PD 1 | |
1680 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1681 .TP |
7635 | 1682 .B \-vc <[-]codec1,[-]codec2,...[,]> |
7600 | 1683 Specify a priority list of video codecs to be used, according to their codec |
7740 | 1684 name in codecs.conf. |
1685 Use a '-' before the codec name to omit it. | |
7288 | 1686 |
1687 .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
|
1688 .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
|
1689 See \-vc help for a full list of available codecs. |
7600 | 1690 .br |
1691 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
|
1692 |
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
|
1693 .I EXAMPLE: |
7288 | 1694 .PD 0 |
1695 .RSs | |
1696 .IPs "\-vc divx" | |
7740 | 1697 force Win32/\:VFW DivX codec, no fallback |
7600 | 1698 .IPs "\-vc divx4," |
1699 try divx4linux codec first, then fallback to others | |
1700 .IPs "\-vc -divxds,-divx," | |
7635 | 1701 try other codecs except Win32 DivX codecs |
7600 | 1702 .IPs "\-vc ffmpeg12,mpeg12," |
7740 | 1703 try libavcodec's MPEG1/\:2 codec, then libmpeg2, then others |
7288 | 1704 .RE |
1705 .PD 1 | |
1706 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1707 .TP |
7600 | 1708 .B \-vfm <driver1,driver2,...> |
1709 Specify a priority list of video drivers to be used, according to their driver | |
7740 | 1710 name in codecs.conf. |
1711 It falls back to default if none is ok. | |
7288 | 1712 |
1713 .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
|
1714 .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
|
1715 If libdivxdecore support was compiled in, then odivx and divx4 now contains |
7740 | 1716 just the same DivX4 codec, but different APIs to reach it. |
1717 For difference between them and when to use which, check the DivX4 section in | |
1718 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
|
1719 .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
|
1720 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
|
1721 |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1722 .I EXAMPLE: |
7288 | 1723 .PD 0 |
1724 .RSs | |
7600 | 1725 .IPs "\-vfm ffmpeg,dshow,vfw" |
7740 | 1726 try the libavcodec, then Directshow, then VFW codecs and fallback to the |
1727 others, if still none is ok | |
7288 | 1728 .IPs "\-vfm xanim" |
7600 | 1729 try XAnim codecs first |
7288 | 1730 .RE |
1731 .PD 1 | |
1732 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1733 .TP |
8140 | 1734 .B \-vop <...,filter3[=options],filter2,filter1> |
1735 Activate a comma separated list of video filters and their options in reverse | |
1736 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
|
1737 |
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
|
1738 .I NOTE: |
7288 | 1739 .br |
1740 The parameters are optional and if omitted, some of them are set to default | |
7740 | 1741 values. |
1742 Use -1 to keep the default value. | |
1743 Parameters w:h means width x height in pixels, x:y means x;y position counted | |
1744 from the upper left corner of the bigger image. | |
7288 | 1745 .br |
1746 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
|
1747 .br |
8140 | 1748 Available filters are: |
7288 | 1749 . |
1750 .RSs | |
1751 .IPs crop[=w:h:x:y] | |
7740 | 1752 Crops the given part of the image and discards the rest. |
1753 Useful to remove black bands from widescreen movies. | |
7288 | 1754 .IPs rectangle[=w:h:x:y] |
1755 Draws a rectangle of the requested width and height at the specified | |
7740 | 1756 coordinates over the image (used to test crop). |
1757 (default: maximum w/\:h, upper left x/\:y position) | |
7288 | 1758 .IPs expand[=w:h:x:y:o] |
1759 Expands (not scales) movie resolution to the given value and places the | |
7740 | 1760 unscaled original at coordinates x y. |
1761 Can be used for placing subtitles/\:OSD in the resulting black bands (default: | |
1762 original w/\:h, centered x/\:y). | |
1763 The last parameter (de)activates OSD rendering (default: 0). | |
7288 | 1764 .IPs flip |
7740 | 1765 Flips the image upside down. |
1766 See also option \-flip. | |
7288 | 1767 .IPs mirror |
1768 Flips the image on Y axis. | |
7872 | 1769 .IPs rotate[=<0-7>] |
8140 | 1770 Rotates and flips (optional) the image +/\:\- 90 degrees. |
1771 For parameters between 4-7 rotation is only done if the movie's geometry is | |
1772 portrait and not landscape. | |
7288 | 1773 .IPs scale[=w:h[:c[:p]]] |
1774 Scales the image with the software scaler (slow) and performs a YUV<\->RGB | |
7740 | 1775 colorspace conversion (see \-sws option too). |
1776 The value 0 is used for scaled (aspect) destination w/\:h. | |
1777 (default: original w/\:h, destination w/\:h with \-zoom) Optionaly chroma | |
1778 skipping (c from 0\-3) and scaling parameters can be specified. | |
1779 (see the \-sws option for details) | |
7288 | 1780 .IPs yuy2 |
7740 | 1781 Forces software YV12/\:I420 or 422P to YUY2 conversion. |
7288 | 1782 .IPs rgb2bgr[=swap] |
7740 | 1783 RGB 24/\:32 <\-> BGR 24/\:32 colorspace conversion with optional R <\-> B |
7288 | 1784 swapping. |
1785 .IPs palette | |
7740 | 1786 RGB/\:BGR 8 \-> 15/\:16/\:24/\:32bpp colorspace conversion using palette. |
7288 | 1787 .IPs format[=fourcc] |
7740 | 1788 Restricts the colorspace for next filter. |
1789 It does not do any conversion. | |
1790 Use together with the scale filter for a real conversion. | |
7288 | 1791 .IPs pp[=flags] |
7740 | 1792 Activates the external postprocessing filter. |
1793 (see \-pp option for details) | |
7288 | 1794 .IPs lavc[=quality:fps] |
7740 | 1795 Realtime MPEG1 encoder for use with DVB/\:DXR3 (libavcodec) |
7288 | 1796 .IPs fame |
7740 | 1797 Realtime MPEG1 encoder for use with DVB/\:DXR3 (libfame) |
7288 | 1798 .IPs dvbscale[=aspect] |
7740 | 1799 Set up optimal scaling for DVB cards. |
8217 | 1800 (aspect = DVB_HEIGHT*ASPECTRATIO, default: 768) |
7288 | 1801 .IPs cropdetect[=0\-255] |
1802 Calculates necessary cropping parameters and prints the recommended parameters | |
7740 | 1803 to stdout. |
1804 The threshold can be optionally specified from nothing (0) to everything | |
1805 (255). | |
1806 (default: 24) | |
7288 | 1807 .IPs "noise[=luma[u][t|a][h][p]:chroma[u][t|a][h][p]]" |
1808 Adds noise | |
1809 .RSss | |
7290 | 1810 <0\-100>: luma noise |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
1811 .br |
7290 | 1812 <0\-100>: chroma noise |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
1813 .br |
7290 | 1814 u: uniform noise |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
1815 .br |
7290 | 1816 t: temporal noise |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
1817 .br |
7290 | 1818 a: averaged temporal noise |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
1819 .br |
7290 | 1820 h: high quality |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
1821 .br |
7290 | 1822 p: mix with pattern |
7288 | 1823 .REss |
1824 .IPs eq[=bright:cont] | |
1825 Activates the software equalizer with interactive controls like the hardware | |
7740 | 1826 eq controls. |
1827 The values can be from -100 to 100. | |
7288 | 1828 .IPs halfpack |
1829 Convert planar YUV 4:2:0 to half-height packed 4:2:2, downsampling luma but | |
7740 | 1830 keeping all chroma samples. |
1831 Useful for output to low-resolution display devices when hardware downscaling | |
1832 is poor quality or is not available. | |
7632 | 1833 .IPs dint[=sense:level] |
7740 | 1834 Detects and drops first of interlaced frames in video stream. |
1835 Values can be from 0.0 to 1.0 - first (default 0.1) is relative difference | |
1836 between neighbor pixels, second (default 0.15) is what part of image have to | |
1837 be detected as interlaced to drop the frame. | |
8140 | 1838 .IPs "unsharp=l|cWxH:amount[:l|cWxH:amount]" |
1839 Unsharp mask / gaussian blur. | |
1840 .RSss | |
1841 l: apply effect on luma component | |
1842 .br | |
1843 c: apply effect on chroma components | |
1844 .br | |
1845 WxH: width and height of the matrix, odd sized in both directions | |
1846 (min = 3x3, max = 13x11 or 11x13, usually something between 3x3 and 7x7) | |
1847 .br | |
1848 amount: relative amount of sharpness / blur to add to the image | |
1849 (amount < 0 = blur, amount > 0 = sharpen, usually something between -1.5 and | |
1850 1.5) | |
1851 .REss | |
1852 .IPs swapuv | |
1853 Swap U & V plane. | |
1854 .IPs "il=[d|i][s][:[d|i][s]]" | |
1855 (de)interleaves lines. | |
1856 .RSss | |
1857 d: deinterleave | |
1858 .br | |
1859 i: interleave | |
1860 .br | |
1861 s: swap fields (exchange even & odd lines) | |
1862 .REss | |
1863 .IPs "boxblur=radius:power[:radius:power]" | |
1864 .RSss | |
1865 radius: size of the filter | |
1866 .br | |
1867 power: how often the filter should be applied | |
1868 .REss | |
1869 | |
1870 | |
1871 | |
1872 !!! .IPs 1bpp | |
1873 !!! .IPs 2xsai | |
1874 !!! .IPs eq2 | |
1875 !!! .IPs yvu9 | |
1876 !!! more (IMHO all of -vop help should be documented), | |
1877 !!! especially bmovl (see .c file), add vo/test? | |
1878 | |
1879 | |
1880 | |
7288 | 1881 .RE |
1882 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1883 .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
|
1884 .B \-x <x> (MPLAYER only) |
7740 | 1885 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
|
1886 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
|
1887 .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
|
1888 .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
|
1889 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
|
1890 |
7288 | 1891 .PD 0 |
1892 .RSs | |
7740 | 1893 .IPs dr2\ \ |
7288 | 1894 Activate direct rendering method 2. |
1895 .IPs nodr2 | |
1896 Deactivate direct rendering method 2. | |
1897 .RE | |
1898 .PD 1 | |
1899 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1900 .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
|
1901 .B \-xy <x> |
7288 | 1902 .PD 0 |
1903 .RSs | |
1904 .IPs "x<=8" | |
1905 Scale image by factor <x>. | |
7740 | 1906 .IPs "x>8\ " |
7288 | 1907 Set width to <x> and calculate height to keep correct aspect ratio. |
1908 .RE | |
1909 .PD 1 | |
1910 . | |
6310 | 1911 .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
|
1912 .B \-y <y> (MPLAYER only) |
7740 | 1913 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
|
1914 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
|
1915 .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
|
1916 .B \-zoom \ |
7740 | 1917 Allow software scaling, where available. |
1918 Could be used to force scaling with \-vop scale. | |
7288 | 1919 |
1920 .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
|
1921 .br |
7740 | 1922 \-vop scale will IGNORE options \-x / \-y / \-xy / \-fs / \-aspect without |
1923 \-zoom. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1924 |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1925 |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1926 .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
|
1927 .TP |
7288 | 1928 .B \-audio-density <1\-50> |
6867 | 1929 Number of audio chunks per second (default is 2 for 0.5s long audio chunks). |
7288 | 1930 |
1931 .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
|
1932 .br |
6867 | 1933 CBR only, VBR ignores this as it puts each packet in a new chunk. |
1934 .TP | |
7288 | 1935 .B \-audio-delay <0.0\-...> |
7740 | 1936 Sets the audio delay field in the header. |
1937 Default is 0.0, negative values do not work. | |
1938 This does not delay the audio while encoding, but the player will see the | |
1939 default audio delay, sparing you the use of the \-delay option. | |
6867 | 1940 .TP |
7288 | 1941 .B \-audio-preload <0.0\-2.0> |
6867 | 1942 Sets up audio buffering time interval (default: 0.5s). |
1943 .TP | |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1944 .B \-divx4opts <option1:option2:...> |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1945 If encoding to DivX4, you can specify its parameters here. |
7740 | 1946 .br |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1947 Available options are: |
7288 | 1948 . |
1949 .RSs | |
1950 .IPs help | |
1951 get help | |
1952 .IPs br=<value> | |
1953 specify bitrate in | |
1954 .RSss | |
1955 kbit <4\-16000> or | |
1956 .br | |
1957 bit <16001\-24000000> | |
1958 .REss | |
1959 .IPs key=<value> | |
1960 maximum keyframe interval (in frames) | |
1961 .IPs deinterlace | |
7740 | 1962 enable deinterlacing (avoid it, DivX4 is buggy) |
7288 | 1963 .IPs q=<1\-5> |
1964 quality (1\-fastest, 5\-best) | |
1965 .IPs min_quant=<1\-31> | |
1966 minimum quantizer | |
1967 .IPs max_quant=<1\-31> | |
1968 maximum quantizer | |
1969 .IPs rc_period=<value> | |
1970 rate control period | |
1971 .IPs rc_reaction_period=<value> | |
1972 rate control reaction period | |
1973 .IPs rc_reaction_ratio=<value> | |
1974 rate control reaction ratio | |
1975 .IPs crispness=<0\-100> | |
7740 | 1976 specify crispness/\:smoothness |
8035
533e212cd282
document new 2pass syntax, remove/fix lots of obsolete junk in docs
rfelker
parents:
7907
diff
changeset
|
1977 .IPs pass=<1\-2> |
533e212cd282
document new 2pass syntax, remove/fix lots of obsolete junk in docs
rfelker
parents:
7907
diff
changeset
|
1978 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
|
1979 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
|
1980 pass=2. |
7781
2263b7200fdd
vbrpass option, patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>.
diego
parents:
7744
diff
changeset
|
1981 .IPs vbrpass=<0\-2> |
8035
533e212cd282
document new 2pass syntax, remove/fix lots of obsolete junk in docs
rfelker
parents:
7907
diff
changeset
|
1982 Override the pass argument and use XviD VBR Library instead of DivX4 |
7781
2263b7200fdd
vbrpass option, patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>.
diego
parents:
7744
diff
changeset
|
1983 VBR. Available options are: |
2263b7200fdd
vbrpass option, patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>.
diego
parents:
7744
diff
changeset
|
1984 . |
7786
9b594e4eb731
some corrections to produce better looking indentations
jonas
parents:
7781
diff
changeset
|
1985 .RSss |
8035
533e212cd282
document new 2pass syntax, remove/fix lots of obsolete junk in docs
rfelker
parents:
7907
diff
changeset
|
1986 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
|
1987 .br |
9b594e4eb731
some corrections to produce better looking indentations
jonas
parents:
7781
diff
changeset
|
1988 1: Analysis (first) pass of two pass encoding. |
9b594e4eb731
some corrections to produce better looking indentations
jonas
parents:
7781
diff
changeset
|
1989 The resulting AVI file can be directed to /dev/null. |
9b594e4eb731
some corrections to produce better looking indentations
jonas
parents:
7781
diff
changeset
|
1990 .br |
9b594e4eb731
some corrections to produce better looking indentations
jonas
parents:
7781
diff
changeset
|
1991 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
|
1992 .REss |
7288 | 1993 .RE |
1994 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1995 .TP |
7740 | 1996 .B \-endpos <time|byte\ position> (see \-ss and \-sb option too) |
1997 Stop encoding at given time or byte position. | |
1998 Can be specified in many ways: | |
7288 | 1999 |
2000 .I NOTE: | |
6022
63d320c955c1
noskip to mencoder only opts, endpos understands byte position too and small changes
jonas
parents:
6005
diff
changeset
|
2001 .br |
63d320c955c1
noskip to mencoder only opts, endpos understands byte position too and small changes
jonas
parents:
6005
diff
changeset
|
2002 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
|
2003 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
|
2004 |
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
|
2005 .I EXAMPLE: |
7288 | 2006 .PD 0 |
2007 .RSs | |
2008 .IPs "\-endpos 56" | |
2009 encode only 56 seconds | |
2010 .IPs "\-endpos 01:10:00" | |
2011 encode only 1 hour 10 minutes | |
2012 .IPs "\-endpos 100mb" | |
2013 encode only 100 MBytes | |
2014 .RE | |
2015 .PD 1 | |
2016 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2017 .TP |
6022
63d320c955c1
noskip to mencoder only opts, endpos understands byte position too and small changes
jonas
parents:
6005
diff
changeset
|
2018 .B \-ffourcc <fourcc> |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2019 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
|
2020 |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2021 .I EXAMPLE: |
7288 | 2022 .PD 0 |
2023 .RSs | |
2024 .IPs "-ffourcc div3" | |
7740 | 2025 will have the output file contain 'div3' as video fourcc. |
7288 | 2026 .RE |
2027 .PD 1 | |
2028 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2029 .TP |
7740 | 2030 .B \-include <configuration\ file> |
2031 Specify configuration file to be parsed after the default | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2032 .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
|
2033 .B \-info <option1:option2:...> (.AVI only) |
7740 | 2034 Specify the info header of the resulting .AVI file. |
2035 .br | |
2036 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
|
2037 . |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2038 .RSs |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2039 .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
|
2040 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
|
2041 .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
|
2042 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
|
2043 .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
|
2044 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
|
2045 .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
|
2046 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
|
2047 .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
|
2048 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
|
2049 .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
|
2050 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
|
2051 .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
|
2052 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
|
2053 .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
|
2054 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
|
2055 .RE |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2056 . |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2057 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2058 .B \-lameopts <option1:option2:...> |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2059 If encoding to MP3 with libmp3lame, you can specify its parameters here. |
7740 | 2060 .br |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2061 Available options are: |
7288 | 2062 . |
2063 .RSs | |
2064 .IPs help | |
2065 get help | |
2066 .IPs vbr=<0\-4> | |
2067 variable bitrate method | |
2068 .RSss | |
2069 0: cbr | |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2070 .br |
7288 | 2071 1: mt |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2072 .br |
7288 | 2073 2: rh(default) |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2074 .br |
7288 | 2075 3: abr |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2076 .br |
7288 | 2077 4: mtrh |
2078 .REss | |
7740 | 2079 .IPs abr\ \ |
7288 | 2080 average bitrate |
7740 | 2081 .IPs cbr\ \ |
7288 | 2082 constant bitrate |
2083 .IPs br=<0\-1024> | |
2084 specify bitrate in kBit (CBR and ABR only) | |
2085 .IPs q=<0\-9> | |
2086 quality (0-highest, 9-lowest) (only for VBR) | |
2087 .IPs aq=<0\-9> | |
7740 | 2088 algorithmic quality (0-best/\:slowest, 9-worst/\:fastest) |
7288 | 2089 .IPs ratio=<1\-100> |
2090 compression ratio | |
2091 .IPs vol=<0\-10> | |
2092 set audio input gain | |
2093 .IPs mode=<0\-3> | |
7740 | 2094 (default: auto) |
2095 .RSss | |
7288 | 2096 0: stereo |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2097 .br |
7288 | 2098 1: joint-stereo |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2099 .br |
7288 | 2100 2: dualchannel |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2101 .br |
7288 | 2102 3: mono |
7740 | 2103 .REss |
7288 | 2104 .IPs padding=<0\-2> |
7740 | 2105 .RSss |
7288 | 2106 0: no |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2107 .br |
7288 | 2108 1: all |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2109 .br |
7288 | 2110 2: adjust |
7740 | 2111 .REss |
7288 | 2112 .RE |
2113 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2114 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2115 .B \-lavcopts <option1:option2:...> |
7740 | 2116 If encoding with a codec from libavcodec, you can specify its parameters |
2117 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
|
2118 |
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
|
2119 .I EXAMPLE: |
7288 | 2120 .PD 0 |
2121 .RSs | |
2122 \-lavcopts vcodec=msmpeg4:vbitrate=1800:vhq:keyint=250 | |
2123 .RE | |
2124 .PD 1 | |
2125 | |
2126 .RS 7 | |
2127 Available options are: | |
2128 .RE | |
2129 . | |
2130 .RSs | |
2131 .IPs vcodec=<value> | |
2132 use the specified codec (there is no default, you must specify it): | |
2133 .RSss | |
7290 | 2134 mjpeg: Motion JPEG |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2135 .br |
7290 | 2136 h263: H263 |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2137 .br |
7290 | 2138 h263p: H263 Plus |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2139 .br |
7740 | 2140 mpeg4: DivX 4/\:5 |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2141 .br |
7290 | 2142 msmpeg4: DivX 3 |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2143 .br |
7290 | 2144 rv10: an old RealVideo codec |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2145 .br |
7290 | 2146 mpeg1video: MPEG1 video :) |
7288 | 2147 .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
|
2148 .IPs vqmin=<2\-31> |
7740 | 2149 minimum quantizer (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
|
2150 .IPs vqscale=<2\-31> |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2151 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
|
2152 .IPs vqmax=<1\-31> |
7740 | 2153 maximum quantizer (pass\ 1/\:2) (default: 15) |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2154 .IPs vqdiff=<1\-31> |
7740 | 2155 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
|
2156 .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
|
2157 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
|
2158 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2159 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
|
2160 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2161 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
|
2162 .REss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2163 .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
|
2164 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
|
2165 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2166 0: none (very lq) |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2167 .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
|
2168 1: full (slow) |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2169 .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
|
2170 2: log (lq) |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2171 .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
|
2172 3: phods (lq) |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2173 .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
|
2174 4: EPZS (default) |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2175 .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
|
2176 5: X1 |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2177 .REss |
7740 | 2178 .IPs vhq\ \ |
2179 high quality mode, encode each macro block in all modes an choose the smallest | |
2180 (slow). | |
2181 (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
|
2182 .IPs v4mv |
7740 | 2183 4 motion vectors per macroblock (slightly better quality), cannot be used with |
2184 B frames. | |
2185 (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
|
2186 .IPs keyint=<0\-300> |
7740 | 2187 interval between keyframes in frames. |
2188 Larger numbers mean slightly smaller files, but less precise seeking, 0 means | |
2189 no key frames and values >300 aren't recommended. | |
2190 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
|
2191 (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
|
2192 .IPs vb_strategy=<0\-1> |
7740 | 2193 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
|
2194 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2195 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
|
2196 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2197 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
|
2198 .REss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2199 .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
|
2200 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
|
2201 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2202 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
|
2203 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2204 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
|
2205 .REss |
8242 | 2206 .IPs aspect=<x.x/y.y> |
2207 Store movie aspect internally, just like MPEG files. Much nicer solution than | |
2208 rescaling, because quality isn't decreased. Only MPlayer will play these files | |
2209 back correctly, other players will display them with wrong aspect. Example: | |
2210 .RSss | |
2211 aspect=16.0/9.0 | |
2212 .REss | |
7288 | 2213 .IPs vbitrate=<value> |
7740 | 2214 specify bitrate (pass\ 1/\:2) in |
7288 | 2215 .RSss |
2216 kBit <4\-16000> or | |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2217 .br |
7288 | 2218 Bit <16001\-24000000> |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2219 .br |
7288 | 2220 (warning: 1kBit = 1000 Bits) |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2221 .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
|
2222 (default: 800) |
7288 | 2223 .REss |
2224 .IPs vratetol=<value> | |
7740 | 2225 approximated filesize tolerance in kbit. |
2226 (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
|
2227 (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
|
2228 .IPs vrc_maxrate=<value> |
7740 | 2229 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
|
2230 .IPs vrc_minrate=<value> |
7740 | 2231 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
|
2232 .IPs vrc_buf_size=<value> |
7740 | 2233 buffer size in kbit (pass\ 1/\:2). |
2234 Note: vratetol should not be too large during the second pass or there might | |
2235 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
|
2236 .IPs vb_qfactor=<-31.0\-31.0> |
7740 | 2237 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
|
2238 .IPs vi_qfactor=<-31.0\-31.0> |
7740 | 2239 (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
|
2240 .IPs vb_qoffset=<-31.0\-31.0> |
7740 | 2241 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
|
2242 .IPs vi_qoffset=<-31.0\-31.0> |
7740 | 2243 (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
|
2244 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2245 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
|
2246 .br |
7740 | 2247 I/\:B-Frame quantizer = P-Frame quantizer * v{b|i}_qfactor + v{b|i}_qoffset |
2248 .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
|
2249 else |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2250 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2251 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
|
2252 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
|
2253 .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
|
2254 quantizer blur (pass1): |
7288 | 2255 .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
|
2256 0.0: qblur disabled |
7290 | 2257 .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
|
2258 0.5 (default) |
7290 | 2259 .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
|
2260 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
|
2261 average the quantizer more over time (slower change) |
7288 | 2262 .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
|
2263 .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
|
2264 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
|
2265 time (slower change) (pass2) (default: 0.5) |
7288 | 2266 .IPs vqcomp=<value> |
7740 | 2267 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
|
2268 .IPs vrc_eq=<equation> |
7740 | 2269 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
|
2270 |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2271 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
|
2272 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2273 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
|
2274 .br |
7740 | 2275 1+(tex/\:avgTex-1)*qComp: approximately the equation of the old ratecontrol |
2276 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
|
2277 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2278 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
|
2279 |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2280 infix operators: +,-,*,/,^ |
7737 | 2281 |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2282 variables: |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2283 .br |
7740 | 2284 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
|
2285 .br |
7740 | 2286 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
|
2287 .br |
7740 | 2288 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
|
2289 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2290 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
|
2291 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2292 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
|
2293 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2294 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
|
2295 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2296 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
|
2297 .br |
7740 | 2298 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
|
2299 .br |
7740 | 2300 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
|
2301 .br |
7740 | 2302 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
|
2303 .br |
7740 | 2304 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
|
2305 .br |
7740 | 2306 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
|
2307 .br |
7740 | 2308 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
|
2309 .br |
7740 | 2310 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
|
2311 .br |
7740 | 2312 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
|
2313 |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2314 functions: |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2315 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2316 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
|
2317 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2318 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
|
2319 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2320 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
|
2321 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2322 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
|
2323 .br |
8217 | 2324 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
|
2325 . |
7740 | 2326 .IPs vrc_override=<options> |
2327 User specified quality for specific parts (pass\ 1/\:2). | |
2328 The options are <start-frame, end-frame, quality[/\:start-frame, end-frame, | |
2329 quality[/...]]>: | |
7288 | 2330 .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
|
2331 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
|
2332 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2333 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
|
2334 .REss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2335 .IPs vrc_init_cplx=<0\-1000> |
7740 | 2336 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
|
2337 .IPs vqsquish=<0\-1> |
7740 | 2338 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
|
2339 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2340 0: use cliping |
7288 | 2341 .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
|
2342 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
|
2343 .REss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2344 .IPs vlelim=<-1000\-1000> |
7740 | 2345 single coefficient elimination threshold for luminance. |
2346 Negative values will also consider the dc coefficient (should be at least -4 | |
2347 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
|
2348 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
|
2349 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2350 0: disabled (default) |
7288 | 2351 .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
|
2352 -4 (JVT recommendation) |
7288 | 2353 .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
|
2354 .IPs vcelim=<-1000\-1000> |
7740 | 2355 single coefficient elimination threshold for chrominance. |
2356 Negative values will also consider the dc coefficient (should be at least -4 | |
2357 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
|
2358 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2359 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
|
2360 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2361 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
|
2362 .REss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2363 .IPs vstrict |
7740 | 2364 strict standard compliance. |
2365 Only recommended if you want to feed the output into the mpeg4 reference | |
2366 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
|
2367 .IPs vdpart |
7740 | 2368 data partitioning. |
2369 Adds 2 byte per video packet, improves error-resistance when transfering over | |
2370 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
|
2371 .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
|
2372 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
|
2373 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2374 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
|
2375 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2376 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
|
2377 .REss |
7288 | 2378 .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
|
2379 grayscale only encoding (faster) (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
|
2380 .IPs vfdct=<0\-99> |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2381 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
|
2382 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2383 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
|
2384 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2385 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
|
2386 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2387 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
|
2388 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2389 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
|
2390 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2391 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
|
2392 .REss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2393 .IPs idct=<0\-99> |
7740 | 2394 idct algorithm. |
2395 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
|
2396 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2397 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
|
2398 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2399 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
|
2400 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2401 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
|
2402 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2403 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
|
2404 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2405 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
|
2406 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2407 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
|
2408 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2409 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
|
2410 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2411 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
|
2412 .REss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2413 .IPs lumi_mask=<0.0\-1.0> |
7740 | 2414 luminance masking. |
7794
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
2415 Warning: be careful, too large values can cause disasterous things. |
7740 | 2416 Warning2: large values might look good on some monitors but may look horrible |
2417 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
|
2418 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2419 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
|
2420 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2421 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
|
2422 .REss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2423 .IPs dark_mask=<0.0\-1.0> |
7740 | 2424 darkness masking. |
7794
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
2425 Warning: be careful, too large values can cause disasterous things. |
7740 | 2426 Warning2: large values might look good on some monitors but may look horrible |
2427 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
|
2428 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2429 0.0: disabled (default) |
7740 | 2430 .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
|
2431 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
|
2432 .REss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2433 .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
|
2434 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
|
2435 .IPs scplx_mask=<0.0\-1.0> |
7740 | 2436 spatial complexity masking. |
2437 Larger values help against blockiness, if no deblocking filter is used for | |
2438 decoding. | |
2439 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
|
2440 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2441 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
|
2442 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2443 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
|
2444 .REss |
7740 | 2445 .IPs naq\ \ |
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 normalize adaptive quantization (experimental) |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2447 .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
|
2448 use interlaced dct |
7288 | 2449 .IPs mpeg_quant |
7740 | 2450 use MPEG quantizers instead of H.263. |
2451 (default: disabled) (i.e.\& use H.263 quantizers) | |
7288 | 2452 .RE |
2453 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2454 .TP |
6022
63d320c955c1
noskip to mencoder only opts, endpos understands byte position too and small changes
jonas
parents:
6005
diff
changeset
|
2455 .B \-noskip |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2456 Do not skip frames. |
6022
63d320c955c1
noskip to mencoder only opts, endpos understands byte position too and small changes
jonas
parents:
6005
diff
changeset
|
2457 .TP |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2458 .B \-o <filename> |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2459 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
|
2460 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2461 .B \-oac <codec name> |
7740 | 2462 Encode with the given codec. |
2463 Use \-ovc help to get a list of available codecs. | |
7288 | 2464 (no default set) |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2465 |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2466 .I EXAMPLE: |
7288 | 2467 .PD 0 |
2468 .RSs | |
2469 .IPs "-oac copy" | |
2470 no encoding, just streamcopy | |
2471 .IPs "-oac pcm" | |
2472 encode to uncompressed PCM | |
2473 .IPs "-oac mp3lame" | |
2474 encode to MP3 (using Lame) | |
2475 .RE | |
2476 .PD 1 | |
2477 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2478 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2479 .B \-ofps <fps> |
7740 | 2480 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
|
2481 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
|
2482 (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
|
2483 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2484 .B \-ovc <codec name> |
7740 | 2485 Encode with the given codec. |
2486 Use \-ovc help to get a list of available codecs. | |
7288 | 2487 (no default set) |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2488 |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2489 .I EXAMPLE: |
7288 | 2490 .PD 0 |
2491 .RSs | |
2492 .IPs "\-ovc copy" | |
2493 no encoding, just streamcopy | |
2494 .IPs "\-ovc divx4" | |
8082 | 2495 encode to DivX4/\:DivX5 |
7288 | 2496 .IPs "\-ovc rawrgb" |
2497 encode to uncompressed RGB24 | |
2498 .IPs "\-ovc lavc" | |
2499 encode with a libavcodec codecs | |
2500 .RE | |
2501 .PD 1 | |
2502 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2503 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2504 .B \-passlogfile <filename> |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2505 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
|
2506 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
|
2507 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2508 .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
|
2509 Maximal skipable frames after non-skipped one |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2510 (-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
|
2511 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2512 .B \-v, \-\-verbose |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2513 Enable verbose output (more \-v means more verbosity). |
6712
70aa7a20b9c0
Document -vobsubout, -vobsuboutid and -vobsuboutindex
kmkaplan
parents:
6573
diff
changeset
|
2514 .TP |
70aa7a20b9c0
Document -vobsubout, -vobsuboutid and -vobsuboutindex
kmkaplan
parents:
6573
diff
changeset
|
2515 .B \-vobsubout <basename> |
7740 | 2516 Specify the basename for the output .idx and .sub files. |
2517 This turns off subtitle rendering in the encoded movie and diverts it to | |
2518 Vobsub subtitle files. | |
6712
70aa7a20b9c0
Document -vobsubout, -vobsuboutid and -vobsuboutindex
kmkaplan
parents:
6573
diff
changeset
|
2519 .TP |
70aa7a20b9c0
Document -vobsubout, -vobsuboutid and -vobsuboutindex
kmkaplan
parents:
6573
diff
changeset
|
2520 .B \-vobsuboutindex <index> |
7740 | 2521 Specify the index of the subtitles in the output files. |
2522 (default: 0) | |
6712
70aa7a20b9c0
Document -vobsubout, -vobsuboutid and -vobsuboutindex
kmkaplan
parents:
6573
diff
changeset
|
2523 .TP |
70aa7a20b9c0
Document -vobsubout, -vobsuboutid and -vobsuboutindex
kmkaplan
parents:
6573
diff
changeset
|
2524 .B \-vobsuboutid <langid> |
7740 | 2525 Specify the language two letter code for the subtitles. |
2526 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
|
2527 .TP |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2528 .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
|
2529 If encoding to XviD, you can specify its parameters here. |
7740 | 2530 .br |
8248 | 2531 There's three modes available : constant bitrate (CBR), fixed quantizer and 2pass. |
2532 .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
|
2533 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
|
2534 . |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2535 .RSs |
8082 | 2536 .IPs pass=<1|2> |
2537 specify the pass in 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
|
2538 .IPs quality=<0\-6> |
8082 | 2539 specify the encoding quality (default=6) |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2540 .IPs br=<value> |
8082 | 2541 sets the bitrate to be used in kbits/\:second if <16000 or in bits/\:second if >16000 |
2542 (CBR or 2pass mode, default=687 kbits/s) | |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2543 .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
|
2544 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
|
2545 .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
|
2546 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
|
2547 .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
|
2548 size of the rate control buffer |
8248 | 2549 .IPs quant_range=<1-31>-<1-31>[/<1-31>-<1-31>] |
2550 min & max quantizer for all frames (default=2-31, CBR mode) | |
2551 .br | |
2552 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
|
2553 .IPs min_key_interval=<value> |
8248 | 2554 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
|
2555 .IPs max_key_interval=<value> |
8082 | 2556 maximum interval between key frames (default=10*fps) |
2557 .IPs mpeg_quant | |
2558 use MPEG quantizers instead of H.263 (default=off) | |
8194 | 2559 .IPs mod_quant |
2560 decide whether to use MPEG or H.263 quantizers on a frame-by-frame basis. (default=off, 2pass mode only) | |
8082 | 2561 .IPs lumi_mask |
8248 | 2562 use a lumimasking algorithm (default=off, seems buggy) |
2563 .IPs hintedme | |
2564 save Motion Estimation vectors to a file during the first pass and reuse this file during the second (default=off, 2pass mode only, seems buggy) | |
2565 .IPs hintfile | |
2566 specify the temporary file to be used by the 'hintedme' option (default= ./xvid_hint_me.dat, 2pass mode only) | |
8082 | 2567 .IPs debug |
2568 save per-frame statistics in xvid.dbg (default=off) | |
2569 .br | |
2570 this is *not* the 2pass control file | |
8194 | 2571 .IPs keyframe_boost=<0-1000> |
2572 (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
|
2573 .IPs kfthreshold=<value> |
8194 | 2574 (default=10, 2pass mode only) |
2575 .IPs kfreduction=<0-100> | |
2576 (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
|
2577 .IPs fixed_quant=<1\-31> |
8082 | 2578 switch to fixed quantizer mode and specify the quantizer to be 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
|
2579 .RE |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2580 |
389 | 2581 |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2582 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2583 .\" Keyboard control |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2584 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2585 . |
5683 | 2586 .SH "KEYBOARD CONTROL" |
2587 .I NOTE: | |
7288 | 2588 .br |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2589 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
|
2590 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
|
2591 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
|
2592 .br |
7740 | 2593 The default configuration file for the input system is |
2594 ~/.mplayer/\:input.conf but it can be overriden | |
7288 | 2595 using the \-input conf option. |
5683 | 2596 .br |
7740 | 2597 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
|
2598 .TP |
5683 | 2599 .B general control |
7288 | 2600 .PD 0 |
2601 .RSs | |
2602 .IPs "<\- and \->" | |
7740 | 2603 seek backward/\:forward 10 seconds |
7288 | 2604 .IPs "up and down" |
7740 | 2605 seek backward/\:forward 1 minute |
7288 | 2606 .IPs "pgup and pgdown" |
7740 | 2607 seek backward/\:forward 10 minutes |
7288 | 2608 .IPs "< and >" |
7740 | 2609 backward/\:forward in playlist |
7288 | 2610 .IPs "HOME and END" |
7740 | 2611 go to next/\:previous playtree entry in the parent list |
7288 | 2612 .IPs "INS and DEL" |
7740 | 2613 go to next/\:previous alternative source (asx playlist only) |
7288 | 2614 .IPs "p / SPACE" |
2615 pause movie (any key unpauses) | |
2616 .IPs "q / ESC" | |
7794
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
2617 stop playing and quit |
7288 | 2618 .IPs "+ and \-" |
7740 | 2619 adjust audio delay by +/\:\- 0.1 second |
7288 | 2620 .IPs "/ and *" |
7740 | 2621 decrease/\:increase volume |
7288 | 2622 .IPs "9 and 0" |
7740 | 2623 decrease/\:increase volume |
2624 .IPs m\ \ \ \ | |
7288 | 2625 mute sound |
7740 | 2626 .IPs f\ \ \ \ |
7288 | 2627 toggle fullscreen |
2628 .IPs "w and e" | |
7740 | 2629 decrease/\:increase panscan range |
2630 .IPs o\ \ \ \ | |
7288 | 2631 toggle between OSD states: none / seek / seek+timer |
7740 | 2632 .IPs d\ \ \ \ |
7288 | 2633 toggle frame dropping |
7740 | 2634 .IPs v\ \ \ \ |
7628
d6608342591d
This patch adds the functionality to disable/enable subtitles while playing
arpi
parents:
7600
diff
changeset
|
2635 toggle subtitle visibility |
7794
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
2636 .IPs j\ \ \ \ |
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
2637 switch subtitle language |
7288 | 2638 .IPs "z and x" |
7740 | 2639 adjust subtitle delay by +/\:\- 0.1 second |
7288 | 2640 .IPs "r and t" |
2641 adjust subtitle position | |
474 | 2642 |
7288 | 2643 .PP |
2644 (The following keys are valid only when using \-vo xv or | |
2645 \-vo [vesa|fbdev]:vidix or \-vo xvidix \-vo (x)mga or \-vc divxds (slow).) | |
1556 | 2646 |
7288 | 2647 .IPs "1 and 2" |
2648 adjust contrast | |
2649 .IPs "3 and 4" | |
2650 adjust brightness | |
2651 .IPs "5 and 6" | |
2652 adjust hue | |
2653 .IPs "7 and 8" | |
2654 adjust saturation | |
2655 .RE | |
2656 .PD 1 | |
2657 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2658 .TP |
5683 | 2659 .B GUI keyboard control |
7288 | 2660 .PD 0 |
2661 .RSs | |
2662 .IPs "ENTER" | |
2663 start playing | |
7740 | 2664 .IPs s\ \ \ \ |
7288 | 2665 stop playing |
7740 | 2666 .IPs a\ \ \ \ |
7288 | 2667 about |
7740 | 2668 .IPs l\ \ \ \ |
7288 | 2669 load file |
7740 | 2670 .IPs c\ \ \ \ |
7288 | 2671 skin browser |
7740 | 2672 .IPs p\ \ \ \ |
7288 | 2673 toggle playlist |
2674 .RE | |
2675 .PD 1 | |
2676 . | |
3322
cdd3f5ac06b2
-slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents:
3239
diff
changeset
|
2677 .TP |
5683 | 2678 .B TV input control |
7288 | 2679 .PD 0 |
2680 .RSs | |
2681 .IPs "h and k" | |
7740 | 2682 select previous/\:next channel |
2683 .IPs n\ \ \ \ | |
7288 | 2684 change norm |
7740 | 2685 .IPs u\ \ \ \ |
7288 | 2686 change channel list |
2687 .RE | |
2688 .PD 1 | |
2689 . | |
5683 | 2690 .TP |
2691 .B DVDNAV input control | |
7288 | 2692 .PD 0 |
2693 .RSs | |
2694 .IPs "K,J,H,L" | |
7740 | 2695 browse up/\:down/\:left/\:right |
2696 .IPs M\ \ \ \ | |
7288 | 2697 jump to main menu |
7740 | 2698 .IPs S\ \ \ \ |
7288 | 2699 select |
2700 .RE | |
2701 .PD 1 | |
3322
cdd3f5ac06b2
-slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents:
3239
diff
changeset
|
2702 |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2703 |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2704 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2705 .\" Slave mode protocol |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2706 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2707 . |
5683 | 2708 .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
|
2709 If the \-slave switch is given, playback is controlled by a |
7740 | 2710 line\-based protocol. |
2711 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
|
2712 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2713 .B Commands |
7288 | 2714 .RSs |
7740 | 2715 .IPs "seek <value> [type=<0/\:1/\:2>]" |
2716 Seek to some place in the movie. | |
2717 Type 0 is a relative seek of +/\:- <value> seconds. | |
2718 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
|
2719 Type 2 is a seek to an absolute position of <value> seconds. |
7288 | 2720 .IPs "audio_delay <value>" |
2721 Adjust the audio delay of value seconds | |
2722 .IPs quit | |
2723 Quit MPlayer | |
2724 .IPs pause | |
7740 | 2725 Pause/\:unpause the playback |
7288 | 2726 .IPs grap_frames |
2727 Somebody know ? | |
2728 .IPs "pt_step <value> [force=<value>]" | |
7740 | 2729 Go to next/\:previous entry in the playtree. |
7288 | 2730 .IPs "pt_up_step <value> [force=<value>]" |
7740 | 2731 Like pt_step but it jumps to next/\:previous in the parent list. |
7288 | 2732 .IPs "alt_src_step <value>" |
7740 | 2733 When more than one source is available it selects the next/\:previous one |
2734 (only supported by asx playlist). | |
7288 | 2735 .IPs "sub_delay <value> [abs=<value>]" |
7740 | 2736 Adjust the subtitles delay of +/\:- <value> seconds or set it to <value> |
2737 seconds when abs is non zero. | |
7288 | 2738 .IPs "osd [level=<value>]" |
2739 Toggle osd mode or set it to level when level > 0. | |
2740 .IPs "volume <dir>" | |
7740 | 2741 Increase/\:decrease volume |
7288 | 2742 .IPs "[contrast|brightness|hue|saturation] <\-100 \- 100> [abs=<value>]" |
7740 | 2743 Set/\:Adjust video parameters. |
7288 | 2744 .IPs "frame_drop [type=<value>]" |
7740 | 2745 Toggle/\:Set frame dropping mode. |
7628
d6608342591d
This patch adds the functionality to disable/enable subtitles while playing
arpi
parents:
7600
diff
changeset
|
2746 .IPs "sub_visibility" |
d6608342591d
This patch adds the functionality to disable/enable subtitles while playing
arpi
parents:
7600
diff
changeset
|
2747 Toggle subtitle visibility. |
7288 | 2748 .IPs "sub_pos <value>" |
2749 Adjust subtitles position. | |
2750 .IPs vo_fullscreen | |
2751 Switch to fullscreen mode. | |
2752 .IPs "tv_step_channel <dir>" | |
7740 | 2753 Select next/\:previous tv channel. |
7288 | 2754 .IPs "tv_step_norm" |
2755 Change TV norm. | |
2756 .IPs "tv_step_chanlist" | |
2757 Change channel list. | |
2758 .IPs "gui_[loadsubtitle|about|play|stop]" | |
2759 GUI actions | |
2760 .RE | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2761 |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2762 |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2763 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2764 .\" Files |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2765 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2766 . |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2767 .SH FILES |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2768 .TP |
7740 | 2769 /etc/\:mplayer/\:mplayer.conf |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2770 system\-wide settings |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2771 .TP |
7740 | 2772 ~/.mplayer/\:config |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2773 user settings |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2774 .TP |
7740 | 2775 ~/.mplayer/\:input.conf |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2776 input bindings (see '\-input keylist' for full keylist) |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2777 .TP |
7740 | 2778 ~/.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
|
2779 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
|
2780 .TP |
7740 | 2781 ~/.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
|
2782 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
|
2783 .TP |
7740 | 2784 ~/.mplayer/\:font/ |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2785 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
|
2786 .TP |
7740 | 2787 ~/.mplayer/\:DVDkeys/ |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2788 cracked CSS keys |
7288 | 2789 .PD 0 |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2790 .TP |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2791 Sub files |
7740 | 2792 are searched for in this priority (for example /mnt/\:movie/\:movie.avi): |
7288 | 2793 .RSs |
7740 | 2794 /mnt/\:cdrom/\:movie.sub |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2795 .br |
7740 | 2796 ~/.mplayer/\:sub/\:movie.sub |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2797 .br |
7740 | 2798 ~/.mplayer/\:default.sub |
7288 | 2799 .RE |
2800 .PD 1 | |
5683 | 2801 |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2802 |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2803 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2804 .\" Examples |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2805 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2806 . |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2807 .SH EXAMPLES |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2808 .TP |
1714 | 2809 .B Quickstart DVD playing |
5683 | 2810 mplayer \-dvd 1 |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2811 .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
|
2812 .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
|
2813 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
|
2814 .TP |
4398 | 2815 .B Play only chapters 5, 6, 7 |
5683 | 2816 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
|
2817 .TP |
1714 | 2818 .B Multiangle DVD playing |
5683 | 2819 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
|
2820 .TP |
1714 | 2821 .B Playing from a different DVD device |
7740 | 2822 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
|
2823 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2824 .B Old style DVD (VOB) playing |
7740 | 2825 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
|
2826 .TP |
1714 | 2827 .B Stream from HTTP |
7740 | 2828 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
|
2829 .TP |
7813
76940a39405a
RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
diego
parents:
7794
diff
changeset
|
2830 .B Stream using RTSP |
76940a39405a
RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
diego
parents:
7794
diff
changeset
|
2831 mplayer rtsp://server.example.com/\:streamName |
76940a39405a
RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
diego
parents:
7794
diff
changeset
|
2832 .TP |
7740 | 2833 .B Convert subtitle to MPsub (to ./\:dump.mpsub) |
5683 | 2834 mplayer dummy.avi \-sub source.sub \-dumpmpsub |
2835 .TP | |
2836 .B Input from standard V4L | |
7288 | 2837 mplayer \-tv on:driver=v4l:width=640:height=480:outfmt=i420 \-vc rawi420 |
2838 \-vo xv | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2839 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2840 .B Encoding DVD title #2, only selected chapters |
7288 | 2841 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
|
2842 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2843 .B Encoding DVD title #2, resizing to 640x480 |
7288 | 2844 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
|
2845 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2846 .B Encoding DVD title #2, resizing to 512xHHH (keep aspect ratio) |
7288 | 2847 mencoder \-dvd 2 \-vop scale \-zoom \-xy 512 \-o title2.avi \-oac copy |
2848 \-ovc divx4 | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2849 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2850 .B The same, but with libavcodec family, MPEG4 (Divx5) compression |
7288 | 2851 mencoder \-dvd 2 \-o title2.avi \-ovc lavc |
2852 \-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
|
2853 .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
|
2854 .B The same, but with libavcodec family, MJPEG compression |
7288 | 2855 mencoder \-dvd 2 \-o titel2.avi \-ovc lavc |
2856 \-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
|
2857 .TP |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2858 .B Encoding all *.jpg files in the current dir |
7288 | 2859 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
|
2860 .TP |
7288 | 2861 .B Encoding from tuner |
2862 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
|
2863 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2864 .B Encoding from a pipe |
7288 | 2865 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
|
2866 \-\- \- |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2867 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2868 .B Encoding multiple *.vob files |
7288 | 2869 cat *.vob | mencoder <options> \- |
1 | 2870 |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2871 |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2872 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2873 .\" Bugs, authors, standard disclaimer |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2874 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2875 . |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2876 .SH BUGS |
7740 | 2877 Probably. |
2878 PLEASE, double-check the documentation (especially bugreports.html), | |
5965 | 2879 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
|
2880 .br |
6469 | 2881 Send your complete bug reports to the MPlayer-users mailing list at |
7740 | 2882 <mplayer-users@mplayerhq.hu>. |
2883 We love complete bug reports :) | |
1 | 2884 |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2885 |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2886 .SH AUTHORS |
7740 | 2887 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
|
2888 .TP |
5683 | 2889 MPlayer is (C) 2000\-2002 |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2890 .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
|
2891 .TP |
6469 | 2892 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
|
2893 .B Gabucino |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2894 .br |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2895 .B Diego Biurrun |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2896 .br |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2897 .B Jonas Jermann |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2898 .PP |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2899 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
|
2900 |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2901 |
5683 | 2902 .SH "STANDARD DISCLAIMER" |
7740 | 2903 Use only at your own risk! |
2904 There may be errors and inaccuracies that could be damaging to your system or | |
2905 your eye. | |
2906 Proceed with caution, and although this is highly unlikely, the authors don't | |
2907 take any responsibility for that! | |
1 | 2908 .\" end of file |