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