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