Mercurial > mplayer.hg
annotate DOCS/mplayer.1 @ 8487:e93ac55da5ae
1000L for messing up cvs
author | henry |
---|---|
date | Mon, 16 Dec 2002 23:38:56 +0000 |
parents | c0a9d83e5201 |
children | ea503d32ae93 |
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 |
8360 | 122 fonts are supported along with 10 subtitle formats (MicroDVD, SubRip, |
123 SubViewer, Sami, VPlayer, RT, SSA, AQTitle, JACOsub and our own: MPsub) and DVD | |
7701
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. | |
8407
baa6bcea04fb
fixing -vop pp VS -pp VS ... conflict (somewhat.)
gabucino
parents:
8363
diff
changeset
|
186 You have to use \-vop pp without parameters in order to use this. |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
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 | |
7813
76940a39405a
RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
diego
parents:
7794
diff
changeset
|
284 .B \-sdp |
76940a39405a
RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
diego
parents:
7794
diff
changeset
|
285 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
|
286 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
|
287 .TP |
8452 | 288 .B \-shuffle \ \ |
289 Play files in random order. | |
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, |
8407
baa6bcea04fb
fixing -vop pp VS -pp VS ... conflict (somewhat.)
gabucino
parents:
8363
diff
changeset
|
472 see the \-vop pp=0x20000 option. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
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> |
8424 | 642 maximum size of the capture buffer 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 |
8360 | 721 .B \-dumpjacosub (MPLAYER only) |
722 Convert the given subtitle (specified with the \-sub switch) to the time-based | |
723 JACOsub subtitle format. | |
724 Creates a dumpsub.js file in the current directory. | |
725 .TP | |
8363 | 726 .B \-dumpsami (MPLAYER only) |
727 Convert the given subtitle (specified with the \-sub switch) to the time-based | |
728 SAMI subtitle format. | |
729 Creates a dumpsub.smi file in the current directory. | |
730 .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
|
731 .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
|
732 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
|
733 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
|
734 .TP |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
735 .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
|
736 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
|
737 subtitles. |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
738 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
739 .B \-ffactor <number> |
7740 | 740 Resample alphamap of the font. |
741 Can be: | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
742 |
7288 | 743 .PD 0 |
744 .RSs | |
7740 | 745 .IPs 0\ \ \ \ |
7288 | 746 plain white fonts |
7740 | 747 .IPs 0.75\ \ |
7288 | 748 very narrow black outline [default] |
7740 | 749 .IPs 1\ \ \ \ |
7288 | 750 narrow black outline |
7740 | 751 .IPs 10\ \ \ |
7288 | 752 bold black outline |
753 .RE | |
754 .PD 1 | |
755 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
756 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
757 .B \-font <path\ to\ font.desc\ file> |
7740 | 758 Search for the OSD/\:SUB fonts in an alternative directory (default for normal |
759 fonts: ~/\:.mplayer/\:font/\:font.desc, default for FreeType fonts: | |
760 ~/.mplayer/\:subfont.ttf). | |
7288 | 761 |
762 .I NOTE: | |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
763 .br |
7241
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
764 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
|
765 .br |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
766 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
|
767 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
|
768 |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
769 .I EXAMPLE: |
7288 | 770 .PD 0 |
771 .RSs | |
7740 | 772 \-font ~/\:.mplayer/\:arial\-14/\:font.desc |
7288 | 773 .br |
7740 | 774 \-font ~/\:.mplayer/\:arialuni.ttf |
7288 | 775 .RE |
776 .PD 1 | |
777 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
778 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
779 .B \-noautosub |
7488 | 780 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
|
781 .TP |
8361
2202c00001e3
overlapping subtitles support is now optional, can be disabled (-nooverlapsub)
arpi
parents:
8360
diff
changeset
|
782 .B \-nooverlapsub |
2202c00001e3
overlapping subtitles support is now optional, can be disabled (-nooverlapsub)
arpi
parents:
8360
diff
changeset
|
783 Turns off support for overlapping subtitles. |
2202c00001e3
overlapping subtitles support is now optional, can be disabled (-nooverlapsub)
arpi
parents:
8360
diff
changeset
|
784 .TP |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
785 .B \-osdlevel <0\-2> (MPLAYER only) |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
786 Specifies which mode the OSD should start in (0: none, 1: seek, 2: seek+timer, |
6924 | 787 default is 1). |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
788 .TP |
7288 | 789 .B \-sid <id> (also see \-slang option) |
7740 | 790 Turns on DVD subtitle displaying. |
791 Also, you MUST specify a number which corresponds to a DVD subtitle language | |
792 (0\-31). | |
793 For the list of available subtitles, use with the \-v switch and look at the | |
794 output. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
795 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
796 .B \-slang <two\ letter\ country\ code> (also see \-sid option) |
7740 | 797 Works only for DVD playback. |
798 Turns on/\:selects DVD subtitle language. | |
799 For the list of available subtitles, use with the \-v switch and look at the | |
800 output. | |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
801 |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
802 .I EXAMPLE: |
7288 | 803 .PD 0 |
804 .RSs | |
805 .IPs "\-slang hu,en" | |
806 Selects Hungarian and falls back to English if Hungarian is not available. | |
807 .RE | |
808 .PD 1 | |
809 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
810 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
811 .B \-sub <subtitle\ file> |
7740 | 812 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
|
813 .TP |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
814 .B \-subcc \ |
7740 | 815 Display DVD Closed Caption (CC) subtitles. |
816 These are NOT the VOB subtitles, these are special ASCII subtitles for the | |
817 hearing impaired encoded in the VOB userdata stream on most region 1 DVDs. | |
818 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
|
819 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
820 .B \-subcp <codepage> |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
821 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
|
822 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
|
823 |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
824 .I EXAMPLE: |
7288 | 825 .PD 0 |
826 .RSs | |
827 \-subcp latin2 | |
828 .br | |
7740 | 829 \-subcp cp1250 |
7288 | 830 .RE |
831 .PD 1 | |
832 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
833 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
834 .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
|
835 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
|
836 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
837 .B \-subdelay <sec> |
7740 | 838 Delays subtitles by <sec> seconds. |
839 Can be negative. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
840 .TP |
7241
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
841 .B \-subfont-autoscale <0\-3> |
7288 | 842 Sets the autoscale mode. |
7241
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
843 |
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
|
844 .I NOTE: |
7288 | 845 .br |
7241
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
846 Zero means that text-scale and osd-scale are font heights in points. |
7288 | 847 .br |
848 The mode can be: | |
849 | |
850 .PD 0 | |
851 .RSs | |
852 .IPs 0 | |
853 no autoscale | |
854 .IPs 1 | |
8265 | 855 proportional to movie height |
7288 | 856 .IPs 2 |
8265 | 857 proportional to movie width |
7288 | 858 .IPs 3 |
859 proportional to movie diagonal (default) | |
860 .RE | |
861 .PD 1 | |
862 . | |
7241
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
863 .TP |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
864 .B \-subfont-blur <0\-8> |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
865 Sets the font blur radius (default: 2). |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
866 .TP |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
867 .B \-subfont-encoding <value> |
7740 | 868 Sets the font encoding. |
869 When set to 'unicode', all the glyphs from the font file will be rendered and | |
870 unicode will be used (default: unicode). | |
7241
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
871 .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
|
872 .B \-subfont-osd-scale <0\-100> |
7241
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
873 Sets the osd elements autoscale coefficient (default: 6). |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
874 .TP |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
875 .B \-subfont-outline <0\-8> |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
876 Sets the font outline thickness (default: 2). |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
877 .TP |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
878 .B \-subfont-text-scale <0\-100> |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
879 Sets the subtitle text autoscale coefficient (percentage of the |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
880 screen size) (default: 5). |
283561e2bef5
better subfont description, moved to the write place
jonas
parents:
7235
diff
changeset
|
881 .TP |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
882 .B \-subfps <rate> |
7740 | 883 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
|
884 default: the same fps as the movie. |
7288 | 885 |
886 .I NOTE: | |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
887 .br |
7740 | 888 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
|
889 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
890 .B \-subfile <filename> (BETA CODE) |
7740 | 891 Currently useless. |
892 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
|
893 .TP |
7288 | 894 .B \-subpos <0\-100> (useful with \-vop expand) |
7740 | 895 Specify the position of subtitles on the screen. |
896 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
|
897 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
898 .B \-unicode |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
899 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
|
900 .TP |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
901 .B \-utf8 \ \ |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
902 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
|
903 .TP |
6469 | 904 .B \-vobsub <vobsub\ file\ without\ extension> |
7740 | 905 Specify the VobSub files that are to be used for subtitle. |
906 This is the full pathname without extensions, i.e.\& without the '.idx', | |
907 \'.ifo' or '.sub'. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
908 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
909 .B \-vobsubid <0-31> |
7740 | 910 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
|
911 |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
912 |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
913 .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
|
914 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
915 .B \-abs <value> (OBSOLETE) |
7740 | 916 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
|
917 .TP |
8140 | 918 .B \-af <plugin1,plugin2,plugin3[=options],...> |
919 Activate a comma separated list of audio filters and their options. | |
920 .br | |
921 Available filters are: | |
922 . | |
923 .RSs | |
924 .IPs resample[=srate[:sloppy][:fast]] | |
925 Changes the sample rate of the audio stream to an integer srate (Hz). | |
926 It only supports the 16 bit little endian format. | |
927 .IPs channels[=nch] | |
928 Change the number of channels to nch output channels. | |
929 If the number of output channels is bigger than the number of input channels | |
930 empty channels are inserted (except mixing from mono to stereo, then the mono | |
931 channel is repeated in both of the output channels). | |
932 If the number of output channels is smaller than the number of input channels | |
933 the exceeding channels are truncated. | |
8187
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
934 .IPs format[=bps,f] |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
935 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
|
936 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
|
937 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
|
938 .br |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
939 alaw, mulaw or imaadpcm |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
940 .br |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
941 float or int |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
942 .br |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
943 unsigned or signed |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
944 .br |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
945 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
|
946 .br |
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
947 .IPs "volume[=v:sc:pr:en]" |
8140 | 948 Select the output volume level. |
949 This filter is not reentrant and can therefore only be enabled once for every | |
950 audio stream. | |
951 .RSss | |
8187
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
952 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
|
953 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
|
954 +40dB equals a gain of 1000). The default gain is -20dB. |
8140 | 955 .br |
956 sc: enable soft clipping. | |
957 .br | |
8187
d9e5b75f9a15
Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.
diego
parents:
8176
diff
changeset
|
958 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
|
959 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
|
960 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
|
961 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
|
962 transcoding movies to maximize the utilization of the dynamic range. |
8140 | 963 .br |
964 en: enable and disable the volume control. | |
965 .REss | |
966 .IPs delay[=d] (DEBUG CODE) | |
967 Delay sound output by d seconds (floating point number). | |
968 .RE | |
969 . | |
970 .TP | |
971 .B \-af-adv <force=(0\-3):list=(filters)> (see -af option too) | |
972 Specify advanced audio filter options: | |
973 . | |
974 .RSs | |
975 .IPs force=<0-3> | |
976 Forces the insertion of audio filters to one of the following: | |
977 .RSss | |
978 0: Completely automatic insertion of filters (default) | |
979 .br | |
980 1: Optimize for speed | |
981 .br | |
982 2: Optimize for accuracy | |
983 .br | |
984 3: Turn off auto | |
985 .REss | |
986 .IPs list=<filters> | |
987 Same as -af (see -af option). | |
988 .RE | |
989 . | |
990 .TP | |
7635 | 991 .B \-ao <driver1[:device],driver2,...[,]> |
7600 | 992 Specify a priority list of audio output drivers (optionally with device) to be |
7740 | 993 used. |
994 \'device' is valid with SDL, too, it means subdriver then. | |
7288 | 995 |
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
|
996 .I NOTE: |
7288 | 997 .br |
998 To get a full list of available drivers, see \-ao help. | |
7600 | 999 .br |
1000 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
|
1001 |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1002 .I EXAMPLE |
7288 | 1003 .PD 0 |
1004 .RSs | |
7740 | 1005 .IPs "\-ao oss:/\:dev/\:dsp2,oss:/\:dev/\:dsp1," |
7635 | 1006 try to use OSS with the specified sound devices and fallback to others if it |
7600 | 1007 fails |
7288 | 1008 .IPs "\-ao sdl:esd" |
7600 | 1009 specify the SDL subdriver |
7288 | 1010 .RE |
1011 .PD 1 | |
1012 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1013 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1014 .B \-aofile <filename> |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1015 Filename for \-ao pcm. |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1016 .TP |
7488 | 1017 .B \-aop <list=plugin1,plugin2...:option1=value1:opt2=val2...> |
7288 | 1018 Specify audio plugin(s) and their options (see documentation too). |
7740 | 1019 .br |
7288 | 1020 Available options are: |
1021 . | |
1022 .RSs | |
1023 .IPs list=[plugins] | |
1024 comma separated list of plugins (resample, surround, format, volume, | |
1025 extrastereo, volnorm) | |
1026 .IPs delay=<sec> | |
7740 | 1027 example plugin, do not use. |
7288 | 1028 .IPs format=<format> |
1029 output format (format plugin only) | |
1030 .IPs fout=<Hz> | |
1031 output frequency (resample plugin only) | |
1032 .IPs volume=<0\-255> | |
1033 volume (volume plugin only) | |
1034 .IPs mul=<value> | |
1035 stereo coefficient (default: 2.5) (extrastereo plugin only) | |
1036 .IPs softclip | |
8217 | 1037 compressor / 'soft\-clipping' capabilities (volume plugin only) |
7288 | 1038 .RE |
1039 . | |
1040 .TP | |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1041 .B \-delay <sec> |
7740 | 1042 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
|
1043 .TP |
8435 | 1044 .B \-format <0\-8192> |
1045 Select the format used for output from the filter layer. The format is selected | |
1046 according to the defines in libao2/afmt.h. | |
1047 TODO: list the formats here | |
1048 .TP | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1049 .B \-mixer <device> |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1050 This option will tell MPlayer to use a different device for mixing than |
7740 | 1051 /dev/\:mixer. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1052 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1053 .B \-nowaveheader (-ao pcm only) |
7740 | 1054 Don't include wave header. |
1055 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
|
1056 |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1057 |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1058 .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
|
1059 .TP |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1060 .B \-aa* (\-vo aa only) |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1061 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
|
1062 .I mplayer \-aahelp |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1063 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1064 .B \-bpp <depth> |
7740 | 1065 Use different color depth than autodetect. |
1066 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
|
1067 .TP |
6755 | 1068 .B \-brightness <\-100\ \-\ 100> |
7740 | 1069 Adjust brightness of video output (default 0). |
1070 It changes intensity of RGB components of video signal from black to white | |
1071 screen. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1072 .TP |
6755 | 1073 .B \-contrast <\-100\ \-\ 100> |
7740 | 1074 Adjust contrast of video output (default 0). |
1075 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
|
1076 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1077 .B \-display <name> |
7288 | 1078 Specify the hostname and display number of the X server you want to display |
1079 on. | |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1080 |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1081 .I EXAMPLE: |
7288 | 1082 .PD 0 |
1083 .RSs | |
1084 \-display xtest.localdomain:0 | |
1085 .RE | |
1086 .PD 1 | |
1087 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1088 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1089 .B \-double |
7740 | 1090 Enables doublebuffering. |
1091 Fixes flicker by storing two frames in memory, and displaying one while | |
1092 decoding another. | |
7794
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
1093 Can affect OSD. |
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
1094 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
|
1095 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
|
1096 .TP |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1097 .B \-dr \ \ \ |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1098 Turns on direct rendering (not supported by all codecs and video outputs) |
7740 | 1099 (default is off). |
1100 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
|
1101 .TP |
6747 | 1102 .B \-dxr2 <option1:option2:...> |
1103 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
|
1104 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
|
1105 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
|
1106 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
|
1107 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
|
1108 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
|
1109 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
|
1110 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
|
1111 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
|
1112 colorkey settings you should be able to get acceptable results. |
7288 | 1113 . |
1114 .RSs | |
8132
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1115 .IPs ar-mode=<value> |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1116 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
|
1117 .IPs iec958\-encoded/\:decoded |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1118 iec958 output mode |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1119 .IPs mute |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1120 mute sound output |
7288 | 1121 .IPs ucode=<value> |
1122 path to the microcode | |
8132
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1123 .RE |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1124 .RS |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1125 |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1126 .I TV Out |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1127 .RE |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1128 .RSs |
7288 | 1129 .IPs 75ire |
1130 enable 7.5 IRE | |
7740 | 1131 .IPs bw\ \ \ |
1132 b/\:w TV output | |
7288 | 1133 .IPs color |
1134 color TV output | |
1135 .IPs interlaced | |
1136 interlaced TV output | |
8132
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1137 .IPs macrovision=<value> |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1138 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
|
1139 3 = agc 4 colorstripe) |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1140 .IPs norm=<value> |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1141 TV norm (ntsc (default), pal,pal60,palm,paln,palnc) |
7740 | 1142 .IPs square/\:ccir601\-pixel |
7288 | 1143 TV pixel mode |
8132
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1144 .RE |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1145 .RS |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1146 |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1147 .I Overlay |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1148 .RE |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1149 .RSs |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1150 .IPs cr-[left|right|top|bot]=<\-20\-20> |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1151 adjust the overlay cropping |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1152 .IPs ck-[rgb]min=<0\-255> |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1153 minimum value for the color key |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1154 .IPs ck-[rgb]max=<0\-255> |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1155 maximum value for the color key |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1156 .IPs ck-[rgb]=<0\-255> |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1157 color key values |
7288 | 1158 .IPs ignore\-cache |
8132
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1159 do not use the VGA cache |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1160 .IPs ol-osd |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1161 enable the osd hack on the overlay |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1162 .IPs ol[hwxy]\-cor=<value> |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1163 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
|
1164 perfectly |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1165 .IPs overlay |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1166 enable the overlay |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1167 .IPs overlay-ratio=<1\-2500> |
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1168 tune the overlay (default 1000) |
7288 | 1169 .IPs update\-cache |
8132
06b20316d8cb
DXR2 options updated, patch by Alban Bedel, <albeu@free.fr>.
diego
parents:
8082
diff
changeset
|
1170 recreate the VGA cache |
7288 | 1171 .RE |
1172 . | |
6747 | 1173 .TP |
6469 | 1174 .B \-fb <device> (fbdev or DirectFB only) |
7740 | 1175 Specifies the framebuffer device to use. |
1176 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
|
1177 .TP |
6469 | 1178 .B \-fbmode <modename> (fbdev only) |
7740 | 1179 Change video mode to the one that is labelled as <modename> in |
1180 /etc/\:fb.modes. | |
7288 | 1181 |
1182 .I NOTE: | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1183 .br |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1184 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
|
1185 .TP |
6469 | 1186 .B \-fbmodeconfig <filename> (fbdev only) |
7740 | 1187 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
|
1188 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
|
1189 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1190 .B \-forcexv (SDL only) |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1191 Force using XVideo. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1192 .TP |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1193 .B \-fs \ \ \ |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1194 Fullscreen playing (centers movie, and makes black |
7740 | 1195 bands around it). |
1196 Toggle it with the 'f' key (not all video outputs support it). | |
1197 See also \-zoom. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1198 .TP |
7288 | 1199 .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
|
1200 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
|
1201 .TP |
7866
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1202 .B \-geometry x[%][:y[%]] |
8140 | 1203 Adjust where the output is on the screen initially. |
1204 The x and y specifications are in pixels measured from the top-right of the | |
1205 screen to the top-right of the image being displayed, however if a percentage | |
1206 sign is given after the argument it turns the value into a percentage of the | |
1207 screen size in that direction. | |
1208 The values given must be integers. | |
7866
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1209 |
8140 | 1210 .I EXAMPLE: |
7866
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1211 .PD 0 |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1212 .RSs |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1213 .IPs 50:40 |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1214 Places the window at x=50, y=40 |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1215 .IPs 50%:50% |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1216 Places the window in the middle of the screen |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1217 .IPs 100% |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1218 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
|
1219 .IPs 100%:100% |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1220 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
|
1221 .RE |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1222 .PD 1 |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1223 . |
732a8bfc7681
Added the -geometry option (supports fbdev and tdfxfb drivers)
mark
parents:
7864
diff
changeset
|
1224 .TP |
6755 | 1225 .B \-hue <\-100\ \-\ 100> |
7740 | 1226 Adjust hue of video signal (default: 0). |
1227 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
|
1228 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1229 .B \-icelayer <0\-15> (icewm only) |
6268
a96c2f444317
added docu for -icelayer and addition to the faq for -nortc
attila
parents:
6250
diff
changeset
|
1230 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
|
1231 |
7288 | 1232 .PD 0 |
1233 .RSs | |
1234 .IPs 0 | |
1235 Desktop | |
1236 .IPs 2 | |
1237 Below | |
1238 .IPs 4 | |
1239 Normal | |
1240 .IPs 6 | |
1241 OnTop | |
1242 .IPs 8 | |
1243 Dock | |
1244 .IPs 10 | |
1245 AboveDock | |
1246 .IPs 12 | |
1247 Menu (default) | |
1248 .RE | |
1249 .PD 1 | |
1250 . | |
6268
a96c2f444317
added docu for -icelayer and addition to the faq for -nortc
attila
parents:
6250
diff
changeset
|
1251 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1252 .B \-jpeg <option1:option2:...> (\-vo jpeg only) |
7740 | 1253 Specify options for the JPEG output. |
1254 .br | |
1255 Available options are: [no]progressiv, [no]baseline, optimize, smooth, quality | |
1256 and outdir. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1257 .TP |
7794
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
1258 .B \-monitor_dotclock <dotclock\ (or\ pixelclock) range> (fbdev and vesa only) |
7740 | 1259 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
|
1260 .TP |
7794
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
1261 .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
|
1262 .TP |
7794
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
1263 .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
|
1264 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1265 .B \-monitoraspect <ratio> |
7740 | 1266 Set aspect ratio of your monitor or TV screen. |
1267 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
|
1268 |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1269 .I EXAMPLE: |
7288 | 1270 .PD 0 |
1271 .RSs | |
1272 \-monitoraspect 4:3 or 1.3333 | |
1273 .br | |
1274 \-monitoraspect 16:9 or 1.7777 | |
1275 .RE | |
1276 .PD 1 | |
1277 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1278 .TP |
7637 | 1279 .B \-nograbpointer |
7740 | 1280 Do not grab mouse pointer after VidMode change (\-vm), useful for multihead |
1281 setup. | |
7637 | 1282 .TP |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1283 .B \-noslices |
7740 | 1284 Disable drawing video by 16-pixel height slices/\:bands, instead draws the |
8452 | 1285 whole frame in a single run. |
7740 | 1286 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
|
1287 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
|
1288 .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
|
1289 .B \-panscan <0.0\-1.0> |
7740 | 1290 Enables Pan & Scan functionality, i.e.\& in order to display a 16:9 movie |
6351 | 1291 on a 4:3 display, the sides of the movie are cropped to get a 4:3 image |
7740 | 1292 which fits the screen. |
8435 | 1293 This function works only with the xv, xmga, mga and xvidix video out drivers. |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1294 .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
|
1295 The range controls how much of the image is cropped. |
6330 | 1296 .TP |
7637 | 1297 .B \-rootwin |
1298 Play movie in the root window (desktop background) instead of opening | |
7740 | 1299 a new one. |
1300 Works only with x11, xv, xmga and xvidix drivers. | |
7637 | 1301 .TP |
6755 | 1302 .B \-saturation <\-100\ \-\ 100> |
7740 | 1303 Adjust saturation of video output (default: 0). |
1304 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
|
1305 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1306 .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
|
1307 If you use an output driver which can't know the resolution of the screen |
7740 | 1308 (fbdev/\:x11 and/\:or TVout) this is where you can specify the horizontal and |
7288 | 1309 vertical resolution. |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1310 .TP |
7637 | 1311 .B \-stop_xscreensaver |
1312 Turns off xscreensaver at startup and turns it on again on exit. | |
1313 .TP | |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1314 .B \-vm \ \ \ |
7740 | 1315 Try to change to a better video mode. |
1316 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
|
1317 .TP |
7635 | 1318 .B \-vo <driver1[:device],driver2,...[,]> |
7600 | 1319 Specify a priority list of video output drivers (optionally with device) to be |
7740 | 1320 used. |
1321 \'device' is valid with SDL and GGI, too, it means subdriver then. | |
7288 | 1322 |
1323 .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
|
1324 .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
|
1325 See \-vo help for a full list of available drivers. |
7600 | 1326 .br |
1327 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
|
1328 |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1329 .I EXAMPLE: |
7288 | 1330 .PD 0 |
1331 .RSs | |
7740 | 1332 .IPs "\-vo xmga,xv," |
7600 | 1333 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
|
1334 .br |
7740 | 1335 .IPs "\-vo sdl:aalib" |
7600 | 1336 specify the SDL subdriver |
7288 | 1337 .RE |
1338 .PD 1 | |
1339 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1340 .TP |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1341 .B \-vsync \ \ |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1342 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
|
1343 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1344 .B \-wid <window\ id> |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1345 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
|
1346 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
|
1347 .TP |
7740 | 1348 .B \-xineramascreen <0\-...> |
1349 In Xinerama configurations (i.e.\& a single desktop that spans across multiple | |
1350 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
|
1351 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1352 .B \-z <0\-9> |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1353 Specifies compression level for PNG output (-vo png) |
7288 | 1354 |
1355 .PD 0 | |
1356 .RSs | |
1357 .IPs 0 | |
1358 no compression | |
1359 .IPs 9 | |
1360 max compression | |
1361 .RE | |
1362 .PD 1 | |
1363 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1364 .TP |
7219 | 1365 .B \-zrbw (\-vo zr only) |
7192 | 1366 Display in black and white (for optimal performance, this option can be |
1367 combined with the 'decode only in black and white' option for codecs | |
1368 belonging to the FFmpeg family). | |
1369 .TP | |
7219 | 1370 .B \-zrcrop <[width]x[height]+[x offset]+[y offset]> (\-vo zr only) |
7192 | 1371 Select a part of the input image for display, multiple occurences of this |
7740 | 1372 option switch on cinerama mode. |
1373 In cinerama mode the movie is distributed over more than one TV (or beamer) to | |
1374 create a larger screen. | |
1375 Options appearing after the n\-th \-zrcrop apply to the n\-th MJPEG card, each | |
1376 card should at least have a \-zrdev in addition to the \-zrcrop. | |
1377 For examples, see the output of \-zrhelp and the Zr section of the | |
1378 documentation. | |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1379 .TP |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1380 .B \-zrdev <device> (\-vo zr only) |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1381 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
|
1382 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
|
1383 .TP |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1384 .B \-zrfd (\-vo zr only) |
7288 | 1385 Force decimation: Decimation, as specified by \-zrhdec and \-zrvdec, only |
7740 | 1386 happens if the hardware scaler can stretch the image to its original size. |
1387 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
|
1388 .TP |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1389 .B \-zrhelp (\-vo zr only) |
7288 | 1390 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
|
1391 cinerama mode. |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1392 .TP |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1393 .B \-zrnorm <norm> (\-vo zr only) |
7740 | 1394 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
|
1395 .TP |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1396 .B \-zrquality <1\-20> (\-vo zr only) |
7740 | 1397 A number from 1 to 20 representing the jpeg encoding quality. |
1398 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
|
1399 .TP |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1400 .B \-zrvdec <1,2,4> \-zrhdec <1,2,4> (\-vo zr only) |
7740 | 1401 Vertical/\:horizontal decimation: Ask the driver to send only every 2nd or 4th |
1402 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
|
1403 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
|
1404 .TP |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
1405 .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
|
1406 If the movie is smaller than the TV screen, these options control the position |
7740 | 1407 of the movie relative to the upper left corner of the screen. |
1408 The movie is centered by default. | |
7219 | 1409 |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1410 |
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
|
1411 .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
|
1412 .TP |
7635 | 1413 .B \-ac <[-]codec1,[-]codec2,...[,]> |
7600 | 1414 Specify a priority list of audio codecs to be used, according to their codec |
7740 | 1415 name in codecs.conf. |
1416 Use a '-' before the codec name to omit it. | |
7288 | 1417 |
1418 .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
|
1419 .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
|
1420 See \-ac help for a full list of available codecs. |
7600 | 1421 .br |
1422 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
|
1423 |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1424 .I EXAMPLE: |
7288 | 1425 .PD 0 |
1426 .RSs | |
1427 .IPs "\-ac mp3acm" | |
7600 | 1428 force l3codeca.acm MP3 codec |
1429 .IPs "\-ac mad," | |
1430 try libmad first, then fallback to others | |
7635 | 1431 .IPs "\-ac hwac3,a52," |
1432 try hardware AC3 passthrough, then software AC3 codec, then others | |
7600 | 1433 .IPs "\-ac -ffmp3," |
1434 try other codecs except FFmpeg's MP3 decoder | |
7288 | 1435 .RE |
1436 .PD 1 | |
1437 . | |
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
|
1438 .TP |
7600 | 1439 .B \-afm <driver1,driver2,...> |
1440 Specify a priority list of audio drivers to be used, according to their driver | |
7740 | 1441 name in codecs.conf. |
1442 It falls back to default if none is ok. | |
7288 | 1443 |
1444 .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
|
1445 .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
|
1446 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
|
1447 |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1448 .I EXAMPLE: |
7288 | 1449 .PD 0 |
1450 .RSs | |
1451 .IPs "\-afm ffmpeg" | |
7740 | 1452 try FFmpeg's libavcodec (mp1/\:2/\:3) codecs first |
7600 | 1453 .IPs "\-afm acm,dshow" |
1454 try Win32 codecs first | |
7288 | 1455 .RE |
1456 .PD 1 | |
1457 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1458 .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
|
1459 .B \-aspect <ratio> |
7740 | 1460 Override aspect ratio of movies. |
1461 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
|
1462 |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1463 .I EXAMPLE: |
7288 | 1464 .PD 0 |
1465 .RSs | |
1466 \-aspect 4:3 or \-aspect 1.3333 | |
1467 .br | |
1468 \-aspect 16:9 or \-aspect 1.7777 | |
1469 .RE | |
1470 .PD 1 | |
1471 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1472 .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
|
1473 .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
|
1474 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
|
1475 .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
|
1476 .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
|
1477 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
|
1478 |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1479 .I EXAMPLE: |
7288 | 1480 .PD 0 |
1481 .RSs | |
1482 \-lavdopts bug=1 | |
1483 .RE | |
1484 .PD 1 | |
1485 | |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1486 .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
|
1487 .br |
7740 | 1488 Just add the values of the things you want to enable. |
1489 .br | |
1490 Available options are: | |
7288 | 1491 . |
1492 .RSs | |
7740 | 1493 .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
|
1494 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
|
1495 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1496 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
|
1497 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1498 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
|
1499 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1500 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
|
1501 .REss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1502 .IPs er=<value> |
7288 | 1503 error resilience: |
1504 .RSss | |
7740 | 1505 .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
|
1506 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
|
1507 .br |
7794
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
1508 1: careful (should work with broken encoders) |
7288 | 1509 .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
|
1510 2: normal (default) (works with compliant encoders) |
7288 | 1511 .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
|
1512 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
|
1513 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1514 4: very agressive |
7288 | 1515 .REss |
1516 .IPs bug=<value> | |
7701
cec4eca0a879
Man page review part one, spelling, rewording and layout fixes.
diego
parents:
7637
diff
changeset
|
1517 manually work around encoder bugs: |
7288 | 1518 .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
|
1519 0: nothing |
7288 | 1520 .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
|
1521 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
|
1522 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1523 2 (msmpeg4v3): some old lavc generated msmpeg4v3 files (no autodetect) |
7488 | 1524 .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
|
1525 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
|
1526 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1527 8 (mpeg4): UMP4 (autodetected if fourcc==UMP4) |
7488 | 1528 .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
|
1529 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
|
1530 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1531 32 (mpeg4): illegal vlc bug (autodetected per fourcc) |
7288 | 1532 .REss |
7488 | 1533 .IPs gray |
1534 grayscale only decoding (a bit faster than with color) | |
7288 | 1535 .RE |
1536 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1537 .TP |
7434
194e70101c8c
Document -noaspect, patch by Fredrik Noring <noring@nocrew.org>.
diego
parents:
7366
diff
changeset
|
1538 .B \-noaspect |
7637 | 1539 Disable automatic movie aspect ratio compensation. |
7434
194e70101c8c
Document -noaspect, patch by Fredrik Noring <noring@nocrew.org>.
diego
parents:
7366
diff
changeset
|
1540 .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
|
1541 .B \-nosound |
7740 | 1542 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
|
1543 .TP |
8408
6e344036d9db
-vop pp sub-filters options separators fixed (,->/)
gabucino
parents:
8407
diff
changeset
|
1544 .B \-vop pp=<option1/option2/...> |
8407
baa6bcea04fb
fixing -vop pp VS -pp VS ... conflict (somewhat.)
gabucino
parents:
8363
diff
changeset
|
1545 This option enables usage of MPlayer's internal postprocessing filter, |
baa6bcea04fb
fixing -vop pp VS -pp VS ... conflict (somewhat.)
gabucino
parents:
8363
diff
changeset
|
1546 and also gives an interface where you can pass options to the named filter. |
7288 | 1547 |
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
|
1548 .br |
8408
6e344036d9db
-vop pp sub-filters options separators fixed (,->/)
gabucino
parents:
8407
diff
changeset
|
1549 Note that each sub-filter must be separated with a / sign. |
6e344036d9db
-vop pp sub-filters options separators fixed (,->/)
gabucino
parents:
8407
diff
changeset
|
1550 .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
|
1551 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
|
1552 .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
|
1553 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
|
1554 .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
|
1555 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
|
1556 scope: |
7288 | 1557 .RSs |
1558 a: Automatically switches the filter off if the CPU is too slow. | |
1559 .br | |
1560 c: Do chrominance filtering, too. | |
1561 .br | |
1562 y: Do not do chrominance filtering (only luminance filtering). | |
1563 .RE | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1564 |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
1565 .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
|
1566 .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
|
1567 .RE |
7288 | 1568 .PD 0 |
1569 .RSs | |
8408
6e344036d9db
-vop pp sub-filters options separators fixed (,->/)
gabucino
parents:
8407
diff
changeset
|
1570 .IPs "\-vop pp=hb/vb/dr/al/lb" |
6e344036d9db
-vop pp sub-filters options separators fixed (,->/)
gabucino
parents:
8407
diff
changeset
|
1571 .IPs "\-vop pp=hb/vb/dr/al" |
6e344036d9db
-vop pp sub-filters options separators fixed (,->/)
gabucino
parents:
8407
diff
changeset
|
1572 .IPs "\-vop pp=de/\-al" |
7740 | 1573 default filters without brightness/\:contrast correction |
8408
6e344036d9db
-vop pp sub-filters options separators fixed (,->/)
gabucino
parents:
8407
diff
changeset
|
1574 .IPs "\-vop pp=de/tn:1:2:3" |
7288 | 1575 Enable default filters & temporal denoiser. |
8408
6e344036d9db
-vop pp sub-filters options separators fixed (,->/)
gabucino
parents:
8407
diff
changeset
|
1576 .IPs "\-vop pp=hb:y/vb:a \-autoq 6" |
7288 | 1577 Deblock horizontal only luminance and switch vertical deblocking on or |
1578 off automatically depending on available CPU time. | |
1579 .RE | |
1580 .PD 1 | |
1581 . | |
7284
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1582 .TP |
8407
baa6bcea04fb
fixing -vop pp VS -pp VS ... conflict (somewhat.)
gabucino
parents:
8363
diff
changeset
|
1583 .B \-pp <quality> (see \-vop pp option too) |
baa6bcea04fb
fixing -vop pp VS -pp VS ... conflict (somewhat.)
gabucino
parents:
8363
diff
changeset
|
1584 Set postprocess level of the DLL. This option is NO LONGER USABLE with |
baa6bcea04fb
fixing -vop pp VS -pp VS ... conflict (somewhat.)
gabucino
parents:
8363
diff
changeset
|
1585 MPlayer's postprocess filter, but only with Win32 DirectShow DLLs which |
baa6bcea04fb
fixing -vop pp VS -pp VS ... conflict (somewhat.)
gabucino
parents:
8363
diff
changeset
|
1586 have interal postprocessing routine. |
7288 | 1587 |
8407
baa6bcea04fb
fixing -vop pp VS -pp VS ... conflict (somewhat.)
gabucino
parents:
8363
diff
changeset
|
1588 The valid range of \-pp value vary on codecs, mostly |
7740 | 1589 0\-6, where 0=disable 6=slowest/\:best. |
7288 | 1590 |
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
|
1591 .TP |
7488 | 1592 .B \-ssf <mode> |
7288 | 1593 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
|
1594 |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1595 .I EXAMPLE |
7288 | 1596 .PD 0 |
1597 .RSs | |
1598 \-vop scale \-ssf lgb=3.0 | |
1599 .RE | |
1600 .PD 1 | |
1601 | |
1602 .PD 0 | |
1603 .RSs | |
1604 .IPs lgb=<0\-100> | |
1605 Gaussian blur filter (luma) | |
1606 .IPs cgb=<0\-100> | |
1607 Gaussian blur filter (chroma) | |
1608 .IPs ls=<0\-100> | |
1609 sharpen filter (luma) | |
1610 .IPs cs=<0\-100> | |
1611 sharpen filter (chroma) | |
1612 .IPs chs=<h> | |
1613 chroma horizontal shifting | |
1614 .IPs cvs=<v> | |
1615 chroma vertical shifting | |
1616 .RE | |
1617 .PD 1 | |
1618 . | |
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
|
1619 .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
|
1620 .B \-stereo <mode> |
7740 | 1621 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
|
1622 |
7288 | 1623 .PD 0 |
1624 .RSs | |
1625 .IPs 0 | |
1626 Stereo | |
1627 .IPs 1 | |
1628 Left channel | |
1629 .IPs 2 | |
1630 Right channel | |
1631 .RE | |
1632 .PD 1 | |
1633 . | |
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
|
1634 .TP |
7740 | 1635 .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
|
1636 This option sets the quality (and speed, respectively) of the software scaler, |
7740 | 1637 with the \-zoom option. |
1638 For example with x11 or other outputs which lack hardware acceleration. | |
1639 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
|
1640 |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1641 .I NOTE: |
7288 | 1642 .br |
7740 | 1643 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
|
1644 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
|
1645 length (1 \- 10). |
7288 | 1646 |
1647 .PD 0 | |
1648 .RSs | |
1649 .IPs 0 | |
1650 fast bilinear (default) | |
1651 .IPs 1 | |
1652 bilinear | |
1653 .IPs 2 | |
1654 bicubic (good quality) | |
1655 .IPs 3 | |
1656 experimental | |
1657 .IPs 4 | |
1658 nearest neighbour (bad quality) | |
1659 .IPs 5 | |
1660 area | |
1661 .IPs 6 | |
1662 luma bicubic / chroma bilinear | |
1663 .IPs 7 | |
1664 gauss | |
1665 .IPs 8 | |
1666 sincR | |
1667 .IPs 9 | |
1668 lanczos | |
1669 .IPs 10 | |
1670 bicubic spline | |
1671 .RE | |
1672 .PD 1 | |
1673 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1674 .TP |
7635 | 1675 .B \-vc <[-]codec1,[-]codec2,...[,]> |
7600 | 1676 Specify a priority list of video codecs to be used, according to their codec |
7740 | 1677 name in codecs.conf. |
1678 Use a '-' before the codec name to omit it. | |
7288 | 1679 |
1680 .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
|
1681 .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
|
1682 See \-vc help for a full list of available codecs. |
7600 | 1683 .br |
1684 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
|
1685 |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1686 .I EXAMPLE: |
7288 | 1687 .PD 0 |
1688 .RSs | |
1689 .IPs "\-vc divx" | |
7740 | 1690 force Win32/\:VFW DivX codec, no fallback |
7600 | 1691 .IPs "\-vc divx4," |
1692 try divx4linux codec first, then fallback to others | |
1693 .IPs "\-vc -divxds,-divx," | |
7635 | 1694 try other codecs except Win32 DivX codecs |
7600 | 1695 .IPs "\-vc ffmpeg12,mpeg12," |
7740 | 1696 try libavcodec's MPEG1/\:2 codec, then libmpeg2, then others |
7288 | 1697 .RE |
1698 .PD 1 | |
1699 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1700 .TP |
7600 | 1701 .B \-vfm <driver1,driver2,...> |
1702 Specify a priority list of video drivers to be used, according to their driver | |
7740 | 1703 name in codecs.conf. |
1704 It falls back to default if none is ok. | |
7288 | 1705 |
1706 .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
|
1707 .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
|
1708 If libdivxdecore support was compiled in, then odivx and divx4 now contains |
7740 | 1709 just the same DivX4 codec, but different APIs to reach it. |
1710 For difference between them and when to use which, check the DivX4 section in | |
1711 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
|
1712 .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
|
1713 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
|
1714 |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1715 .I EXAMPLE: |
7288 | 1716 .PD 0 |
1717 .RSs | |
7600 | 1718 .IPs "\-vfm ffmpeg,dshow,vfw" |
7740 | 1719 try the libavcodec, then Directshow, then VFW codecs and fallback to the |
1720 others, if still none is ok | |
7288 | 1721 .IPs "\-vfm xanim" |
7600 | 1722 try XAnim codecs first |
7288 | 1723 .RE |
1724 .PD 1 | |
1725 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1726 .TP |
8140 | 1727 .B \-vop <...,filter3[=options],filter2,filter1> |
1728 Activate a comma separated list of video filters and their options in reverse | |
1729 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
|
1730 |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
1731 .I NOTE: |
7288 | 1732 .br |
1733 The parameters are optional and if omitted, some of them are set to default | |
7740 | 1734 values. |
1735 Use -1 to keep the default value. | |
1736 Parameters w:h means width x height in pixels, x:y means x;y position counted | |
1737 from the upper left corner of the bigger image. | |
7288 | 1738 .br |
1739 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
|
1740 .br |
8140 | 1741 Available filters are: |
7288 | 1742 . |
1743 .RSs | |
1744 .IPs crop[=w:h:x:y] | |
7740 | 1745 Crops the given part of the image and discards the rest. |
1746 Useful to remove black bands from widescreen movies. | |
8435 | 1747 .IPs cropdetect[=0\-255] |
1748 Calculates necessary cropping parameters and prints the recommended parameters | |
1749 to stdout. | |
1750 The threshold can be optionally specified from nothing (0) to everything | |
1751 (255). | |
1752 (default: 24) | |
7288 | 1753 .IPs rectangle[=w:h:x:y] |
1754 Draws a rectangle of the requested width and height at the specified | |
7740 | 1755 coordinates over the image (used to test crop). |
1756 (default: maximum w/\:h, upper left x/\:y position) | |
7288 | 1757 .IPs expand[=w:h:x:y:o] |
1758 Expands (not scales) movie resolution to the given value and places the | |
7740 | 1759 unscaled original at coordinates x y. |
1760 Can be used for placing subtitles/\:OSD in the resulting black bands (default: | |
1761 original w/\:h, centered x/\:y). | |
1762 The last parameter (de)activates OSD rendering (default: 0). | |
7288 | 1763 .IPs flip |
7740 | 1764 Flips the image upside down. |
1765 See also option \-flip. | |
7288 | 1766 .IPs mirror |
1767 Flips the image on Y axis. | |
7872 | 1768 .IPs rotate[=<0-7>] |
8140 | 1769 Rotates and flips (optional) the image +/\:\- 90 degrees. |
1770 For parameters between 4-7 rotation is only done if the movie's geometry is | |
1771 portrait and not landscape. | |
7288 | 1772 .IPs scale[=w:h[:c[:p]]] |
1773 Scales the image with the software scaler (slow) and performs a YUV<\->RGB | |
7740 | 1774 colorspace conversion (see \-sws option too). |
1775 The value 0 is used for scaled (aspect) destination w/\:h. | |
1776 (default: original w/\:h, destination w/\:h with \-zoom) Optionaly chroma | |
1777 skipping (c from 0\-3) and scaling parameters can be specified. | |
1778 (see the \-sws option for details) | |
7288 | 1779 .IPs yuy2 |
7740 | 1780 Forces software YV12/\:I420 or 422P to YUY2 conversion. |
7288 | 1781 .IPs rgb2bgr[=swap] |
7740 | 1782 RGB 24/\:32 <\-> BGR 24/\:32 colorspace conversion with optional R <\-> B |
7288 | 1783 swapping. |
1784 .IPs palette | |
7740 | 1785 RGB/\:BGR 8 \-> 15/\:16/\:24/\:32bpp colorspace conversion using palette. |
7288 | 1786 .IPs format[=fourcc] |
7740 | 1787 Restricts the colorspace for next filter. |
1788 It does not do any conversion. | |
1789 Use together with the scale filter for a real conversion. | |
7288 | 1790 .IPs pp[=flags] |
7740 | 1791 Activates the external postprocessing filter. |
8407
baa6bcea04fb
fixing -vop pp VS -pp VS ... conflict (somewhat.)
gabucino
parents:
8363
diff
changeset
|
1792 (see \-vop pp option for details) |
7288 | 1793 .IPs lavc[=quality:fps] |
7740 | 1794 Realtime MPEG1 encoder for use with DVB/\:DXR3 (libavcodec) |
7288 | 1795 .IPs fame |
7740 | 1796 Realtime MPEG1 encoder for use with DVB/\:DXR3 (libfame) |
7288 | 1797 .IPs dvbscale[=aspect] |
7740 | 1798 Set up optimal scaling for DVB cards. |
8217 | 1799 (aspect = DVB_HEIGHT*ASPECTRATIO, default: 768) |
7288 | 1800 .IPs "noise[=luma[u][t|a][h][p]:chroma[u][t|a][h][p]]" |
1801 Adds noise | |
1802 .RSss | |
7290 | 1803 <0\-100>: luma noise |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
1804 .br |
7290 | 1805 <0\-100>: chroma noise |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
1806 .br |
7290 | 1807 u: uniform noise |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
1808 .br |
7290 | 1809 t: temporal noise |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
1810 .br |
7290 | 1811 a: averaged temporal noise |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
1812 .br |
7290 | 1813 h: high quality |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
1814 .br |
7290 | 1815 p: mix with pattern |
7288 | 1816 .REss |
1817 .IPs eq[=bright:cont] | |
1818 Activates the software equalizer with interactive controls like the hardware | |
7740 | 1819 eq controls. |
1820 The values can be from -100 to 100. | |
7288 | 1821 .IPs halfpack |
1822 Convert planar YUV 4:2:0 to half-height packed 4:2:2, downsampling luma but | |
7740 | 1823 keeping all chroma samples. |
1824 Useful for output to low-resolution display devices when hardware downscaling | |
1825 is poor quality or is not available. | |
7632 | 1826 .IPs dint[=sense:level] |
7740 | 1827 Detects and drops first of interlaced frames in video stream. |
1828 Values can be from 0.0 to 1.0 - first (default 0.1) is relative difference | |
1829 between neighbor pixels, second (default 0.15) is what part of image have to | |
1830 be detected as interlaced to drop the frame. | |
8435 | 1831 .IPs lavcdeint |
1832 Use libavcodec's deinterlace filter. | |
8140 | 1833 .IPs "unsharp=l|cWxH:amount[:l|cWxH:amount]" |
1834 Unsharp mask / gaussian blur. | |
1835 .RSss | |
1836 l: apply effect on luma component | |
1837 .br | |
1838 c: apply effect on chroma components | |
1839 .br | |
1840 WxH: width and height of the matrix, odd sized in both directions | |
1841 (min = 3x3, max = 13x11 or 11x13, usually something between 3x3 and 7x7) | |
1842 .br | |
1843 amount: relative amount of sharpness / blur to add to the image | |
1844 (amount < 0 = blur, amount > 0 = sharpen, usually something between -1.5 and | |
1845 1.5) | |
1846 .REss | |
1847 .IPs swapuv | |
1848 Swap U & V plane. | |
1849 .IPs "il=[d|i][s][:[d|i][s]]" | |
1850 (de)interleaves lines. | |
1851 .RSss | |
1852 d: deinterleave | |
1853 .br | |
1854 i: interleave | |
1855 .br | |
1856 s: swap fields (exchange even & odd lines) | |
1857 .REss | |
1858 .IPs "boxblur=radius:power[:radius:power]" | |
1859 .RSss | |
1860 radius: size of the filter | |
1861 .br | |
1862 power: how often the filter should be applied | |
1863 .REss | |
8435 | 1864 .IPs 2xsai |
1865 Use the 2x scale and interpolate algorithm for scaling and smoothing images. | |
1866 .IPs 1bpp | |
1867 TODO: document this | |
1868 .IPs eq2 | |
1869 TODO: document this | |
1870 .IPs yvu9 | |
1871 TODO: document this | |
1872 .IPs bmovl | |
1873 TODO: document this | |
8140 | 1874 |
1875 | |
1876 | |
7288 | 1877 .RE |
1878 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1879 .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
|
1880 .B \-x <x> (MPLAYER only) |
7740 | 1881 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
|
1882 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
|
1883 .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
|
1884 .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
|
1885 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
|
1886 |
7288 | 1887 .PD 0 |
1888 .RSs | |
7740 | 1889 .IPs dr2\ \ |
7288 | 1890 Activate direct rendering method 2. |
1891 .IPs nodr2 | |
1892 Deactivate direct rendering method 2. | |
1893 .RE | |
1894 .PD 1 | |
1895 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1896 .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
|
1897 .B \-xy <x> |
7288 | 1898 .PD 0 |
1899 .RSs | |
1900 .IPs "x<=8" | |
1901 Scale image by factor <x>. | |
7740 | 1902 .IPs "x>8\ " |
7288 | 1903 Set width to <x> and calculate height to keep correct aspect ratio. |
1904 .RE | |
1905 .PD 1 | |
1906 . | |
6310 | 1907 .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
|
1908 .B \-y <y> (MPLAYER only) |
7740 | 1909 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
|
1910 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
|
1911 .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
|
1912 .B \-zoom \ |
7740 | 1913 Allow software scaling, where available. |
1914 Could be used to force scaling with \-vop scale. | |
7288 | 1915 |
1916 .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
|
1917 .br |
7740 | 1918 \-vop scale will IGNORE options \-x / \-y / \-xy / \-fs / \-aspect without |
1919 \-zoom. | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1920 |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1921 |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1922 .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
|
1923 .TP |
7288 | 1924 .B \-audio-density <1\-50> |
6867 | 1925 Number of audio chunks per second (default is 2 for 0.5s long audio chunks). |
7288 | 1926 |
1927 .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
|
1928 .br |
6867 | 1929 CBR only, VBR ignores this as it puts each packet in a new chunk. |
1930 .TP | |
7288 | 1931 .B \-audio-delay <0.0\-...> |
7740 | 1932 Sets the audio delay field in the header. |
1933 Default is 0.0, negative values do not work. | |
1934 This does not delay the audio while encoding, but the player will see the | |
1935 default audio delay, sparing you the use of the \-delay option. | |
6867 | 1936 .TP |
7288 | 1937 .B \-audio-preload <0.0\-2.0> |
6867 | 1938 Sets up audio buffering time interval (default: 0.5s). |
1939 .TP | |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1940 .B \-divx4opts <option1:option2:...> |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1941 If encoding to DivX4, you can specify its parameters here. |
7740 | 1942 .br |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
1943 Available options are: |
7288 | 1944 . |
1945 .RSs | |
1946 .IPs help | |
1947 get help | |
1948 .IPs br=<value> | |
1949 specify bitrate in | |
1950 .RSss | |
1951 kbit <4\-16000> or | |
1952 .br | |
1953 bit <16001\-24000000> | |
1954 .REss | |
1955 .IPs key=<value> | |
1956 maximum keyframe interval (in frames) | |
1957 .IPs deinterlace | |
7740 | 1958 enable deinterlacing (avoid it, DivX4 is buggy) |
7288 | 1959 .IPs q=<1\-5> |
1960 quality (1\-fastest, 5\-best) | |
1961 .IPs min_quant=<1\-31> | |
1962 minimum quantizer | |
1963 .IPs max_quant=<1\-31> | |
1964 maximum quantizer | |
1965 .IPs rc_period=<value> | |
1966 rate control period | |
1967 .IPs rc_reaction_period=<value> | |
1968 rate control reaction period | |
1969 .IPs rc_reaction_ratio=<value> | |
1970 rate control reaction ratio | |
1971 .IPs crispness=<0\-100> | |
7740 | 1972 specify crispness/\:smoothness |
8035
533e212cd282
document new 2pass syntax, remove/fix lots of obsolete junk in docs
rfelker
parents:
7907
diff
changeset
|
1973 .IPs pass=<1\-2> |
533e212cd282
document new 2pass syntax, remove/fix lots of obsolete junk in docs
rfelker
parents:
7907
diff
changeset
|
1974 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
|
1975 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
|
1976 pass=2. |
7781
2263b7200fdd
vbrpass option, patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>.
diego
parents:
7744
diff
changeset
|
1977 .IPs vbrpass=<0\-2> |
8035
533e212cd282
document new 2pass syntax, remove/fix lots of obsolete junk in docs
rfelker
parents:
7907
diff
changeset
|
1978 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
|
1979 VBR. Available options are: |
2263b7200fdd
vbrpass option, patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>.
diego
parents:
7744
diff
changeset
|
1980 . |
7786
9b594e4eb731
some corrections to produce better looking indentations
jonas
parents:
7781
diff
changeset
|
1981 .RSss |
8035
533e212cd282
document new 2pass syntax, remove/fix lots of obsolete junk in docs
rfelker
parents:
7907
diff
changeset
|
1982 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
|
1983 .br |
9b594e4eb731
some corrections to produce better looking indentations
jonas
parents:
7781
diff
changeset
|
1984 1: Analysis (first) pass of two pass encoding. |
9b594e4eb731
some corrections to produce better looking indentations
jonas
parents:
7781
diff
changeset
|
1985 The resulting AVI file can be directed to /dev/null. |
9b594e4eb731
some corrections to produce better looking indentations
jonas
parents:
7781
diff
changeset
|
1986 .br |
9b594e4eb731
some corrections to produce better looking indentations
jonas
parents:
7781
diff
changeset
|
1987 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
|
1988 .REss |
7288 | 1989 .RE |
1990 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
1991 .TP |
8356 | 1992 .B \-endpos <[[hh:]mm:]ss[.ms]|size[b|kb|mb]> (see \-ss and \-sb option too) |
7740 | 1993 Stop encoding at given time or byte position. |
1994 Can be specified in many ways: | |
7288 | 1995 |
1996 .I NOTE: | |
6022
63d320c955c1
noskip to mencoder only opts, endpos understands byte position too and small changes
jonas
parents:
6005
diff
changeset
|
1997 .br |
63d320c955c1
noskip to mencoder only opts, endpos understands byte position too and small changes
jonas
parents:
6005
diff
changeset
|
1998 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
|
1999 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
|
2000 |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
2001 .I EXAMPLE: |
7288 | 2002 .PD 0 |
2003 .RSs | |
2004 .IPs "\-endpos 56" | |
2005 encode only 56 seconds | |
2006 .IPs "\-endpos 01:10:00" | |
2007 encode only 1 hour 10 minutes | |
2008 .IPs "\-endpos 100mb" | |
2009 encode only 100 MBytes | |
2010 .RE | |
2011 .PD 1 | |
2012 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2013 .TP |
6022
63d320c955c1
noskip to mencoder only opts, endpos understands byte position too and small changes
jonas
parents:
6005
diff
changeset
|
2014 .B \-ffourcc <fourcc> |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2015 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
|
2016 |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2017 .I EXAMPLE: |
7288 | 2018 .PD 0 |
2019 .RSs | |
2020 .IPs "-ffourcc div3" | |
7740 | 2021 will have the output file contain 'div3' as video fourcc. |
7288 | 2022 .RE |
2023 .PD 1 | |
2024 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2025 .TP |
7740 | 2026 .B \-include <configuration\ file> |
2027 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
|
2028 .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
|
2029 .B \-info <option1:option2:...> (.AVI only) |
7740 | 2030 Specify the info header of the resulting .AVI file. |
2031 .br | |
2032 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
|
2033 . |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2034 .RSs |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2035 .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
|
2036 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
|
2037 .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
|
2038 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
|
2039 .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
|
2040 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
|
2041 .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
|
2042 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
|
2043 .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
|
2044 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
|
2045 .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
|
2046 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
|
2047 .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
|
2048 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
|
2049 .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
|
2050 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
|
2051 .RE |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2052 . |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2053 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2054 .B \-lameopts <option1:option2:...> |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2055 If encoding to MP3 with libmp3lame, you can specify its parameters here. |
7740 | 2056 .br |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2057 Available options are: |
7288 | 2058 . |
2059 .RSs | |
2060 .IPs help | |
2061 get help | |
2062 .IPs vbr=<0\-4> | |
2063 variable bitrate method | |
2064 .RSss | |
2065 0: cbr | |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2066 .br |
7288 | 2067 1: mt |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2068 .br |
7288 | 2069 2: rh(default) |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2070 .br |
7288 | 2071 3: abr |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2072 .br |
7288 | 2073 4: mtrh |
2074 .REss | |
7740 | 2075 .IPs abr\ \ |
7288 | 2076 average bitrate |
7740 | 2077 .IPs cbr\ \ |
7288 | 2078 constant bitrate |
2079 .IPs br=<0\-1024> | |
2080 specify bitrate in kBit (CBR and ABR only) | |
2081 .IPs q=<0\-9> | |
2082 quality (0-highest, 9-lowest) (only for VBR) | |
2083 .IPs aq=<0\-9> | |
7740 | 2084 algorithmic quality (0-best/\:slowest, 9-worst/\:fastest) |
7288 | 2085 .IPs ratio=<1\-100> |
2086 compression ratio | |
2087 .IPs vol=<0\-10> | |
2088 set audio input gain | |
2089 .IPs mode=<0\-3> | |
7740 | 2090 (default: auto) |
2091 .RSss | |
7288 | 2092 0: stereo |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2093 .br |
7288 | 2094 1: joint-stereo |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2095 .br |
7288 | 2096 2: dualchannel |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2097 .br |
7288 | 2098 3: mono |
7740 | 2099 .REss |
7288 | 2100 .IPs padding=<0\-2> |
7740 | 2101 .RSss |
7288 | 2102 0: no |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2103 .br |
7288 | 2104 1: all |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2105 .br |
7288 | 2106 2: adjust |
7740 | 2107 .REss |
7288 | 2108 .RE |
2109 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2110 .TP |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2111 .B \-lavcopts <option1:option2:...> |
7740 | 2112 If encoding with a codec from libavcodec, you can specify its parameters |
2113 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
|
2114 |
a6dc13dd2fd0
cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents:
7259
diff
changeset
|
2115 .I EXAMPLE: |
7288 | 2116 .PD 0 |
2117 .RSs | |
2118 \-lavcopts vcodec=msmpeg4:vbitrate=1800:vhq:keyint=250 | |
2119 .RE | |
2120 .PD 1 | |
2121 | |
2122 .RS 7 | |
2123 Available options are: | |
2124 .RE | |
2125 . | |
2126 .RSs | |
2127 .IPs vcodec=<value> | |
2128 use the specified codec (there is no default, you must specify it): | |
2129 .RSss | |
7290 | 2130 mjpeg: Motion JPEG |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2131 .br |
7290 | 2132 h263: H263 |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2133 .br |
7290 | 2134 h263p: H263 Plus |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2135 .br |
7740 | 2136 mpeg4: DivX 4/\:5 |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2137 .br |
7290 | 2138 msmpeg4: DivX 3 |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2139 .br |
7290 | 2140 rv10: an old RealVideo codec |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2141 .br |
7290 | 2142 mpeg1video: MPEG1 video :) |
7288 | 2143 .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
|
2144 .IPs vqmin=<2\-31> |
7740 | 2145 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
|
2146 .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
|
2147 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
|
2148 .IPs vqmax=<1\-31> |
7740 | 2149 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
|
2150 .IPs vqdiff=<1\-31> |
7740 | 2151 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
|
2152 .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
|
2153 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
|
2154 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2155 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
|
2156 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2157 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
|
2158 .REss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2159 .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
|
2160 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
|
2161 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2162 0: none (very lq) |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2163 .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
|
2164 1: full (slow) |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2165 .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
|
2166 2: log (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 3: phods (lq) |
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 4: EPZS (default) |
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 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
|
2173 .REss |
7740 | 2174 .IPs vhq\ \ |
2175 high quality mode, encode each macro block in all modes an choose the smallest | |
2176 (slow). | |
2177 (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
|
2178 .IPs v4mv |
7740 | 2179 4 motion vectors per macroblock (slightly better quality), cannot be used with |
2180 B frames. | |
2181 (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
|
2182 .IPs keyint=<0\-300> |
7740 | 2183 interval between keyframes in frames. |
2184 Larger numbers mean slightly smaller files, but less precise seeking, 0 means | |
2185 no key frames and values >300 aren't recommended. | |
2186 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
|
2187 (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
|
2188 .IPs vb_strategy=<0\-1> |
7740 | 2189 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
|
2190 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2191 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
|
2192 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2193 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
|
2194 .REss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2195 .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
|
2196 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
|
2197 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2198 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
|
2199 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2200 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
|
2201 .REss |
8242 | 2202 .IPs aspect=<x.x/y.y> |
2203 Store movie aspect internally, just like MPEG files. Much nicer solution than | |
2204 rescaling, because quality isn't decreased. Only MPlayer will play these files | |
2205 back correctly, other players will display them with wrong aspect. Example: | |
2206 .RSss | |
2207 aspect=16.0/9.0 | |
2208 .REss | |
7288 | 2209 .IPs vbitrate=<value> |
7740 | 2210 specify bitrate (pass\ 1/\:2) in |
7288 | 2211 .RSss |
2212 kBit <4\-16000> or | |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2213 .br |
7288 | 2214 Bit <16001\-24000000> |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2215 .br |
7288 | 2216 (warning: 1kBit = 1000 Bits) |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2217 .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
|
2218 (default: 800) |
7288 | 2219 .REss |
2220 .IPs vratetol=<value> | |
7740 | 2221 approximated filesize tolerance in kbit. |
2222 (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
|
2223 (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
|
2224 .IPs vrc_maxrate=<value> |
7740 | 2225 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
|
2226 .IPs vrc_minrate=<value> |
7740 | 2227 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
|
2228 .IPs vrc_buf_size=<value> |
7740 | 2229 buffer size in kbit (pass\ 1/\:2). |
2230 Note: vratetol should not be too large during the second pass or there might | |
2231 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
|
2232 .IPs vb_qfactor=<-31.0\-31.0> |
7740 | 2233 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
|
2234 .IPs vi_qfactor=<-31.0\-31.0> |
7740 | 2235 (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
|
2236 .IPs vb_qoffset=<-31.0\-31.0> |
7740 | 2237 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
|
2238 .IPs vi_qoffset=<-31.0\-31.0> |
7740 | 2239 (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
|
2240 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2241 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
|
2242 .br |
7740 | 2243 I/\:B-Frame quantizer = P-Frame quantizer * v{b|i}_qfactor + v{b|i}_qoffset |
2244 .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
|
2245 else |
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 |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2247 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
|
2248 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
|
2249 .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
|
2250 quantizer blur (pass1): |
7288 | 2251 .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
|
2252 0.0: qblur disabled |
7290 | 2253 .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
|
2254 0.5 (default) |
7290 | 2255 .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
|
2256 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
|
2257 average the quantizer more over time (slower change) |
7288 | 2258 .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
|
2259 .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
|
2260 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
|
2261 time (slower change) (pass2) (default: 0.5) |
7288 | 2262 .IPs vqcomp=<value> |
7740 | 2263 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
|
2264 .IPs vrc_eq=<equation> |
7740 | 2265 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
|
2266 |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2267 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
|
2268 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2269 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
|
2270 .br |
7740 | 2271 1+(tex/\:avgTex-1)*qComp: approximately the equation of the old ratecontrol |
2272 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
|
2273 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2274 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
|
2275 |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2276 infix operators: +,-,*,/,^ |
7737 | 2277 |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2278 variables: |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2279 .br |
7740 | 2280 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
|
2281 .br |
7740 | 2282 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
|
2283 .br |
7740 | 2284 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
|
2285 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2286 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
|
2287 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2288 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
|
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 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
|
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 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
|
2293 .br |
7740 | 2294 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
|
2295 .br |
7740 | 2296 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
|
2297 .br |
7740 | 2298 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
|
2299 .br |
7740 | 2300 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
|
2301 .br |
7740 | 2302 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
|
2303 .br |
7740 | 2304 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
|
2305 .br |
7740 | 2306 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
|
2307 .br |
7740 | 2308 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
|
2309 |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2310 functions: |
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 |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2312 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
|
2313 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2314 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
|
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 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
|
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 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
|
2319 .br |
8217 | 2320 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
|
2321 . |
7740 | 2322 .IPs vrc_override=<options> |
2323 User specified quality for specific parts (pass\ 1/\:2). | |
2324 The options are <start-frame, end-frame, quality[/\:start-frame, end-frame, | |
2325 quality[/...]]>: | |
7288 | 2326 .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
|
2327 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
|
2328 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2329 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
|
2330 .REss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2331 .IPs vrc_init_cplx=<0\-1000> |
7740 | 2332 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
|
2333 .IPs vqsquish=<0\-1> |
7740 | 2334 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
|
2335 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2336 0: use cliping |
7288 | 2337 .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
|
2338 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
|
2339 .REss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2340 .IPs vlelim=<-1000\-1000> |
7740 | 2341 single coefficient elimination threshold for luminance. |
2342 Negative values will also consider the dc coefficient (should be at least -4 | |
2343 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
|
2344 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
|
2345 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2346 0: disabled (default) |
7288 | 2347 .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
|
2348 -4 (JVT recommendation) |
7288 | 2349 .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
|
2350 .IPs vcelim=<-1000\-1000> |
7740 | 2351 single coefficient elimination threshold for chrominance. |
2352 Negative values will also consider the dc coefficient (should be at least -4 | |
2353 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
|
2354 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2355 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
|
2356 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2357 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
|
2358 .REss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2359 .IPs vstrict |
7740 | 2360 strict standard compliance. |
2361 Only recommended if you want to feed the output into the mpeg4 reference | |
2362 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
|
2363 .IPs vdpart |
7740 | 2364 data partitioning. |
2365 Adds 2 byte per video packet, improves error-resistance when transfering over | |
2366 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
|
2367 .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
|
2368 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
|
2369 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2370 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
|
2371 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2372 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
|
2373 .REss |
7288 | 2374 .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
|
2375 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
|
2376 .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
|
2377 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
|
2378 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2379 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
|
2380 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2381 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
|
2382 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2383 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
|
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 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
|
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 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
|
2388 .REss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2389 .IPs idct=<0\-99> |
7740 | 2390 idct algorithm. |
2391 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
|
2392 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2393 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
|
2394 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2395 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
|
2396 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2397 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
|
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 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
|
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 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
|
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 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
|
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 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
|
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 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
|
2408 .REss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2409 .IPs lumi_mask=<0.0\-1.0> |
7740 | 2410 luminance masking. |
7794
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
2411 Warning: be careful, too large values can cause disasterous things. |
7740 | 2412 Warning2: large values might look good on some monitors but may look horrible |
2413 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
|
2414 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2415 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
|
2416 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2417 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
|
2418 .REss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2419 .IPs dark_mask=<0.0\-1.0> |
7740 | 2420 darkness masking. |
7794
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
2421 Warning: be careful, too large values can cause disasterous things. |
7740 | 2422 Warning2: large values might look good on some monitors but may look horrible |
2423 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
|
2424 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2425 0.0: disabled (default) |
7740 | 2426 .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
|
2427 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
|
2428 .REss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2429 .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
|
2430 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
|
2431 .IPs scplx_mask=<0.0\-1.0> |
7740 | 2432 spatial complexity masking. |
2433 Larger values help against blockiness, if no deblocking filter is used for | |
2434 decoding. | |
2435 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
|
2436 .RSss |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2437 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
|
2438 .br |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2439 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
|
2440 .REss |
7740 | 2441 .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
|
2442 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
|
2443 .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
|
2444 use interlaced dct |
7288 | 2445 .IPs mpeg_quant |
7740 | 2446 use MPEG quantizers instead of H.263. |
2447 (default: disabled) (i.e.\& use H.263 quantizers) | |
7288 | 2448 .RE |
2449 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2450 .TP |
6022
63d320c955c1
noskip to mencoder only opts, endpos understands byte position too and small changes
jonas
parents:
6005
diff
changeset
|
2451 .B \-noskip |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2452 Do not skip frames. |
6022
63d320c955c1
noskip to mencoder only opts, endpos understands byte position too and small changes
jonas
parents:
6005
diff
changeset
|
2453 .TP |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2454 .B \-o <filename> |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2455 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
|
2456 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2457 .B \-oac <codec name> |
7740 | 2458 Encode with the given codec. |
2459 Use \-ovc help to get a list of available codecs. | |
7288 | 2460 (no default set) |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2461 |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2462 .I EXAMPLE: |
7288 | 2463 .PD 0 |
2464 .RSs | |
2465 .IPs "-oac copy" | |
2466 no encoding, just streamcopy | |
2467 .IPs "-oac pcm" | |
2468 encode to uncompressed PCM | |
2469 .IPs "-oac mp3lame" | |
2470 encode to MP3 (using Lame) | |
2471 .RE | |
2472 .PD 1 | |
2473 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2474 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2475 .B \-ofps <fps> |
7740 | 2476 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
|
2477 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
|
2478 (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
|
2479 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2480 .B \-ovc <codec name> |
7740 | 2481 Encode with the given codec. |
2482 Use \-ovc help to get a list of available codecs. | |
7288 | 2483 (no default set) |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2484 |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2485 .I EXAMPLE: |
7288 | 2486 .PD 0 |
2487 .RSs | |
2488 .IPs "\-ovc copy" | |
2489 no encoding, just streamcopy | |
2490 .IPs "\-ovc divx4" | |
8082 | 2491 encode to DivX4/\:DivX5 |
7288 | 2492 .IPs "\-ovc rawrgb" |
2493 encode to uncompressed RGB24 | |
2494 .IPs "\-ovc lavc" | |
2495 encode with a libavcodec codecs | |
2496 .RE | |
2497 .PD 1 | |
2498 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2499 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2500 .B \-passlogfile <filename> |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2501 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
|
2502 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
|
2503 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2504 .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
|
2505 Maximal skipable frames after non-skipped one |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2506 (-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
|
2507 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2508 .B \-v, \-\-verbose |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2509 Enable verbose output (more \-v means more verbosity). |
6712
70aa7a20b9c0
Document -vobsubout, -vobsuboutid and -vobsuboutindex
kmkaplan
parents:
6573
diff
changeset
|
2510 .TP |
70aa7a20b9c0
Document -vobsubout, -vobsuboutid and -vobsuboutindex
kmkaplan
parents:
6573
diff
changeset
|
2511 .B \-vobsubout <basename> |
7740 | 2512 Specify the basename for the output .idx and .sub files. |
2513 This turns off subtitle rendering in the encoded movie and diverts it to | |
2514 Vobsub subtitle files. | |
6712
70aa7a20b9c0
Document -vobsubout, -vobsuboutid and -vobsuboutindex
kmkaplan
parents:
6573
diff
changeset
|
2515 .TP |
70aa7a20b9c0
Document -vobsubout, -vobsuboutid and -vobsuboutindex
kmkaplan
parents:
6573
diff
changeset
|
2516 .B \-vobsuboutindex <index> |
7740 | 2517 Specify the index of the subtitles in the output files. |
2518 (default: 0) | |
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 \-vobsuboutid <langid> |
7740 | 2521 Specify the language two letter code for the subtitles. |
2522 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
|
2523 .TP |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2524 .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
|
2525 If encoding to XviD, you can specify its parameters here. |
7740 | 2526 .br |
8248 | 2527 There's three modes available : constant bitrate (CBR), fixed quantizer and 2pass. |
2528 .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
|
2529 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
|
2530 . |
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2531 .RSs |
8082 | 2532 .IPs pass=<1|2> |
2533 specify the pass in 2pass mode | |
8462
800d77666843
Support the latest development code from XViD dev-api-3 CVS
rguyom
parents:
8452
diff
changeset
|
2534 .IPs bitrate=<value> |
8082 | 2535 sets the bitrate to be used in kbits/\:second if <16000 or in bits/\:second if >16000 |
2536 (CBR or 2pass mode, default=687 kbits/s) | |
8462
800d77666843
Support the latest development code from XViD dev-api-3 CVS
rguyom
parents:
8452
diff
changeset
|
2537 .IPs fixed_quant=<1\-31> |
800d77666843
Support the latest development code from XViD dev-api-3 CVS
rguyom
parents:
8452
diff
changeset
|
2538 switch to fixed quantizer mode and specify the quantizer to be used |
800d77666843
Support the latest development code from XViD dev-api-3 CVS
rguyom
parents:
8452
diff
changeset
|
2539 .IPs me_quality=<0\-6> |
800d77666843
Support the latest development code from XViD dev-api-3 CVS
rguyom
parents:
8452
diff
changeset
|
2540 specify the motion detection quality (default=4) |
800d77666843
Support the latest development code from XViD dev-api-3 CVS
rguyom
parents:
8452
diff
changeset
|
2541 .IPs 4mv |
8479 | 2542 use 4 motion vectors per macro-block, might gives better compression at the cost |
2543 of a slower encoding (default=off) | |
7733
f81d2bd595a2
changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
jonas
parents:
7701
diff
changeset
|
2544 .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
|
2545 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
|
2546 .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
|
2547 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
|
2548 .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
|
2549 size of the rate control buffer |
8248 | 2550 .IPs quant_range=<1-31>-<1-31>[/<1-31>-<1-31>] |
2551 min & max quantizer for all frames (default=2-31, CBR mode) | |
2552 .br | |
2553 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
|
2554 .IPs min_key_interval=<value> |
8248 | 2555 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
|
2556 .IPs max_key_interval=<value> |
8082 | 2557 maximum interval between key frames (default=10*fps) |
2558 .IPs mpeg_quant | |
2559 use MPEG quantizers instead of H.263 (default=off) | |
8194 | 2560 .IPs mod_quant |
2561 decide whether to use MPEG or H.263 quantizers on a frame-by-frame basis. (default=off, 2pass mode only) | |
8082 | 2562 .IPs lumi_mask |
8248 | 2563 use a lumimasking algorithm (default=off, seems buggy) |
2564 .IPs hintedme | |
2565 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) | |
2566 .IPs hintfile | |
2567 specify the temporary file to be used by the 'hintedme' option (default= ./xvid_hint_me.dat, 2pass mode only) | |
8082 | 2568 .IPs debug |
2569 save per-frame statistics in xvid.dbg (default=off) | |
2570 .br | |
2571 this is *not* the 2pass control file | |
8194 | 2572 .IPs keyframe_boost=<0-1000> |
2573 (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
|
2574 .IPs kfthreshold=<value> |
8194 | 2575 (default=10, 2pass mode only) |
2576 .IPs kfreduction=<0-100> | |
2577 (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
|
2578 .RE |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2579 |
389 | 2580 |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2581 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2582 .\" Keyboard control |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2583 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2584 . |
5683 | 2585 .SH "KEYBOARD CONTROL" |
2586 .I NOTE: | |
7288 | 2587 .br |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2588 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
|
2589 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
|
2590 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
|
2591 .br |
7740 | 2592 The default configuration file for the input system is |
2593 ~/.mplayer/\:input.conf but it can be overriden | |
7288 | 2594 using the \-input conf option. |
5683 | 2595 .br |
7740 | 2596 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
|
2597 .TP |
5683 | 2598 .B general control |
7288 | 2599 .PD 0 |
2600 .RSs | |
2601 .IPs "<\- and \->" | |
7740 | 2602 seek backward/\:forward 10 seconds |
7288 | 2603 .IPs "up and down" |
7740 | 2604 seek backward/\:forward 1 minute |
7288 | 2605 .IPs "pgup and pgdown" |
7740 | 2606 seek backward/\:forward 10 minutes |
7288 | 2607 .IPs "< and >" |
7740 | 2608 backward/\:forward in playlist |
7288 | 2609 .IPs "HOME and END" |
7740 | 2610 go to next/\:previous playtree entry in the parent list |
7288 | 2611 .IPs "INS and DEL" |
7740 | 2612 go to next/\:previous alternative source (asx playlist only) |
7288 | 2613 .IPs "p / SPACE" |
2614 pause movie (any key unpauses) | |
2615 .IPs "q / ESC" | |
7794
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
2616 stop playing and quit |
7288 | 2617 .IPs "+ and \-" |
7740 | 2618 adjust audio delay by +/\:\- 0.1 second |
7288 | 2619 .IPs "/ and *" |
7740 | 2620 decrease/\:increase volume |
7288 | 2621 .IPs "9 and 0" |
7740 | 2622 decrease/\:increase volume |
2623 .IPs m\ \ \ \ | |
7288 | 2624 mute sound |
7740 | 2625 .IPs f\ \ \ \ |
7288 | 2626 toggle fullscreen |
2627 .IPs "w and e" | |
7740 | 2628 decrease/\:increase panscan range |
2629 .IPs o\ \ \ \ | |
7288 | 2630 toggle between OSD states: none / seek / seek+timer |
7740 | 2631 .IPs d\ \ \ \ |
7288 | 2632 toggle frame dropping |
7740 | 2633 .IPs v\ \ \ \ |
7628
d6608342591d
This patch adds the functionality to disable/enable subtitles while playing
arpi
parents:
7600
diff
changeset
|
2634 toggle subtitle visibility |
7794
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
2635 .IPs j\ \ \ \ |
bf0d9d17e23a
Documented "j" key, small fixes, rewording, spell checking.
diego
parents:
7786
diff
changeset
|
2636 switch subtitle language |
7288 | 2637 .IPs "z and x" |
7740 | 2638 adjust subtitle delay by +/\:\- 0.1 second |
7288 | 2639 .IPs "r and t" |
2640 adjust subtitle position | |
474 | 2641 |
7288 | 2642 .PP |
2643 (The following keys are valid only when using \-vo xv or | |
2644 \-vo [vesa|fbdev]:vidix or \-vo xvidix \-vo (x)mga or \-vc divxds (slow).) | |
1556 | 2645 |
7288 | 2646 .IPs "1 and 2" |
2647 adjust contrast | |
2648 .IPs "3 and 4" | |
2649 adjust brightness | |
2650 .IPs "5 and 6" | |
2651 adjust hue | |
2652 .IPs "7 and 8" | |
2653 adjust saturation | |
2654 .RE | |
2655 .PD 1 | |
2656 . | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2657 .TP |
5683 | 2658 .B GUI keyboard control |
7288 | 2659 .PD 0 |
2660 .RSs | |
2661 .IPs "ENTER" | |
2662 start playing | |
7740 | 2663 .IPs s\ \ \ \ |
7288 | 2664 stop playing |
7740 | 2665 .IPs a\ \ \ \ |
7288 | 2666 about |
7740 | 2667 .IPs l\ \ \ \ |
7288 | 2668 load file |
7740 | 2669 .IPs c\ \ \ \ |
7288 | 2670 skin browser |
7740 | 2671 .IPs p\ \ \ \ |
7288 | 2672 toggle playlist |
2673 .RE | |
2674 .PD 1 | |
2675 . | |
3322
cdd3f5ac06b2
-slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents:
3239
diff
changeset
|
2676 .TP |
5683 | 2677 .B TV input control |
7288 | 2678 .PD 0 |
2679 .RSs | |
2680 .IPs "h and k" | |
7740 | 2681 select previous/\:next channel |
2682 .IPs n\ \ \ \ | |
7288 | 2683 change norm |
7740 | 2684 .IPs u\ \ \ \ |
7288 | 2685 change channel list |
2686 .RE | |
2687 .PD 1 | |
2688 . | |
5683 | 2689 .TP |
2690 .B DVDNAV input control | |
7288 | 2691 .PD 0 |
2692 .RSs | |
2693 .IPs "K,J,H,L" | |
7740 | 2694 browse up/\:down/\:left/\:right |
2695 .IPs M\ \ \ \ | |
7288 | 2696 jump to main menu |
7740 | 2697 .IPs S\ \ \ \ |
7288 | 2698 select |
2699 .RE | |
2700 .PD 1 | |
3322
cdd3f5ac06b2
-slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents:
3239
diff
changeset
|
2701 |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2702 |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2703 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2704 .\" Slave mode protocol |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2705 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2706 . |
5683 | 2707 .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
|
2708 If the \-slave switch is given, playback is controlled by a |
7740 | 2709 line\-based protocol. |
2710 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
|
2711 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2712 .B Commands |
7288 | 2713 .RSs |
7740 | 2714 .IPs "seek <value> [type=<0/\:1/\:2>]" |
2715 Seek to some place in the movie. | |
2716 Type 0 is a relative seek of +/\:- <value> seconds. | |
2717 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
|
2718 Type 2 is a seek to an absolute position of <value> seconds. |
7288 | 2719 .IPs "audio_delay <value>" |
2720 Adjust the audio delay of value seconds | |
2721 .IPs quit | |
2722 Quit MPlayer | |
2723 .IPs pause | |
7740 | 2724 Pause/\:unpause the playback |
7288 | 2725 .IPs grap_frames |
2726 Somebody know ? | |
2727 .IPs "pt_step <value> [force=<value>]" | |
7740 | 2728 Go to next/\:previous entry in the playtree. |
7288 | 2729 .IPs "pt_up_step <value> [force=<value>]" |
7740 | 2730 Like pt_step but it jumps to next/\:previous in the parent list. |
7288 | 2731 .IPs "alt_src_step <value>" |
7740 | 2732 When more than one source is available it selects the next/\:previous one |
2733 (only supported by asx playlist). | |
7288 | 2734 .IPs "sub_delay <value> [abs=<value>]" |
7740 | 2735 Adjust the subtitles delay of +/\:- <value> seconds or set it to <value> |
2736 seconds when abs is non zero. | |
7288 | 2737 .IPs "osd [level=<value>]" |
2738 Toggle osd mode or set it to level when level > 0. | |
2739 .IPs "volume <dir>" | |
7740 | 2740 Increase/\:decrease volume |
7288 | 2741 .IPs "[contrast|brightness|hue|saturation] <\-100 \- 100> [abs=<value>]" |
7740 | 2742 Set/\:Adjust video parameters. |
7288 | 2743 .IPs "frame_drop [type=<value>]" |
7740 | 2744 Toggle/\:Set frame dropping mode. |
7628
d6608342591d
This patch adds the functionality to disable/enable subtitles while playing
arpi
parents:
7600
diff
changeset
|
2745 .IPs "sub_visibility" |
d6608342591d
This patch adds the functionality to disable/enable subtitles while playing
arpi
parents:
7600
diff
changeset
|
2746 Toggle subtitle visibility. |
7288 | 2747 .IPs "sub_pos <value>" |
2748 Adjust subtitles position. | |
2749 .IPs vo_fullscreen | |
2750 Switch to fullscreen mode. | |
2751 .IPs "tv_step_channel <dir>" | |
7740 | 2752 Select next/\:previous tv channel. |
7288 | 2753 .IPs "tv_step_norm" |
2754 Change TV norm. | |
2755 .IPs "tv_step_chanlist" | |
2756 Change channel list. | |
2757 .IPs "gui_[loadsubtitle|about|play|stop]" | |
2758 GUI actions | |
2759 .RE | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2760 |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2761 |
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 .\" Files |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2764 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2765 . |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2766 .SH FILES |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2767 .TP |
7740 | 2768 /etc/\:mplayer/\:mplayer.conf |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2769 system\-wide settings |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2770 .TP |
7740 | 2771 ~/.mplayer/\:config |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2772 user settings |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2773 .TP |
7740 | 2774 ~/.mplayer/\:input.conf |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2775 input bindings (see '\-input keylist' for full keylist) |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2776 .TP |
7740 | 2777 ~/.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
|
2778 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
|
2779 .TP |
7740 | 2780 ~/.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
|
2781 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
|
2782 .TP |
7740 | 2783 ~/.mplayer/\:font/ |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2784 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
|
2785 .TP |
7740 | 2786 ~/.mplayer/\:DVDkeys/ |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2787 cracked CSS keys |
7288 | 2788 .PD 0 |
6752
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2789 .TP |
224fe311f5f6
Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents:
6747
diff
changeset
|
2790 Sub files |
7740 | 2791 are searched for in this priority (for example /mnt/\:movie/\:movie.avi): |
7288 | 2792 .RSs |
7740 | 2793 /mnt/\:cdrom/\:movie.sub |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2794 .br |
7740 | 2795 ~/.mplayer/\:sub/\:movie.sub |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2796 .br |
7740 | 2797 ~/.mplayer/\:default.sub |
7288 | 2798 .RE |
2799 .PD 1 | |
5683 | 2800 |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2801 |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2802 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2803 .\" Examples |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2804 .\" -------------------------------------------------------------------------- |
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 .SH EXAMPLES |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2807 .TP |
1714 | 2808 .B Quickstart DVD playing |
5683 | 2809 mplayer \-dvd 1 |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2810 .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
|
2811 .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
|
2812 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
|
2813 .TP |
4398 | 2814 .B Play only chapters 5, 6, 7 |
5683 | 2815 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
|
2816 .TP |
1714 | 2817 .B Multiangle DVD playing |
5683 | 2818 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
|
2819 .TP |
1714 | 2820 .B Playing from a different DVD device |
7740 | 2821 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
|
2822 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2823 .B Old style DVD (VOB) playing |
7740 | 2824 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
|
2825 .TP |
1714 | 2826 .B Stream from HTTP |
7740 | 2827 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
|
2828 .TP |
7813
76940a39405a
RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
diego
parents:
7794
diff
changeset
|
2829 .B Stream using RTSP |
76940a39405a
RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
diego
parents:
7794
diff
changeset
|
2830 mplayer rtsp://server.example.com/\:streamName |
76940a39405a
RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
diego
parents:
7794
diff
changeset
|
2831 .TP |
7740 | 2832 .B Convert subtitle to MPsub (to ./\:dump.mpsub) |
5683 | 2833 mplayer dummy.avi \-sub source.sub \-dumpmpsub |
2834 .TP | |
2835 .B Input from standard V4L | |
7288 | 2836 mplayer \-tv on:driver=v4l:width=640:height=480:outfmt=i420 \-vc rawi420 |
2837 \-vo xv | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2838 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2839 .B Encoding DVD title #2, only selected chapters |
7288 | 2840 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
|
2841 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2842 .B Encoding DVD title #2, resizing to 640x480 |
7288 | 2843 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
|
2844 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2845 .B Encoding DVD title #2, resizing to 512xHHH (keep aspect ratio) |
7288 | 2846 mencoder \-dvd 2 \-vop scale \-zoom \-xy 512 \-o title2.avi \-oac copy |
2847 \-ovc divx4 | |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2848 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2849 .B The same, but with libavcodec family, MPEG4 (Divx5) compression |
7288 | 2850 mencoder \-dvd 2 \-o title2.avi \-ovc lavc |
2851 \-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
|
2852 .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
|
2853 .B The same, but with libavcodec family, MJPEG compression |
7288 | 2854 mencoder \-dvd 2 \-o titel2.avi \-ovc lavc |
2855 \-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
|
2856 .TP |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2857 .B Encoding all *.jpg files in the current dir |
7288 | 2858 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
|
2859 .TP |
7288 | 2860 .B Encoding from tuner |
2861 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
|
2862 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2863 .B Encoding from a pipe |
7288 | 2864 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
|
2865 \-\- \- |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2866 .TP |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2867 .B Encoding multiple *.vob files |
7288 | 2868 cat *.vob | mencoder <options> \- |
1 | 2869 |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2870 |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2871 .\" -------------------------------------------------------------------------- |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2872 .\" Bugs, authors, standard disclaimer |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2873 .\" -------------------------------------------------------------------------- |
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 .SH BUGS |
7740 | 2876 Probably. |
2877 PLEASE, double-check the documentation (especially bugreports.html), | |
5965 | 2878 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
|
2879 .br |
6469 | 2880 Send your complete bug reports to the MPlayer-users mailing list at |
7740 | 2881 <mplayer-users@mplayerhq.hu>. |
2882 We love complete bug reports :) | |
1 | 2883 |
5988
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2884 |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2885 .SH AUTHORS |
7740 | 2886 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
|
2887 .TP |
5683 | 2888 MPlayer is (C) 2000\-2002 |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2889 .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
|
2890 .TP |
6469 | 2891 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
|
2892 .B Gabucino |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2893 .br |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2894 .B Diego Biurrun |
7744
6d41f5e905e2
reversed some changes as they produced ugly html output
jonas
parents:
7740
diff
changeset
|
2895 .br |
7235
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2896 .B Jonas Jermann |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2897 .PP |
81eb93508042
preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents:
7219
diff
changeset
|
2898 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
|
2899 |
de86623c35ef
merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents:
5965
diff
changeset
|
2900 |
5683 | 2901 .SH "STANDARD DISCLAIMER" |
7740 | 2902 Use only at your own risk! |
2903 There may be errors and inaccuracies that could be damaging to your system or | |
2904 your eye. | |
2905 Proceed with caution, and although this is highly unlikely, the authors don't | |
2906 take any responsibility for that! | |
1 | 2907 .\" end of file |