annotate DOCS/mplayer.1 @ 7290:570716fadcbc

remove sub sub option lists over .IP
author jonas
date Thu, 05 Sep 2002 23:17:10 +0000
parents 159a5be61015
children 4dc753ff906a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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 .\"
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
4 .\" Run groff -m man -Thtml mplayer.1 > manpage.html for a html version
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
5 .\"
7235
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
6 .
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
7 .\" --------------------------------------------------------------------------
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
8 .\" Macro definitions
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 .
7284
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
11 .\" 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
12 .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
13 ..
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed 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 .\" define indentation for suboptions
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
15 .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
16 ..
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
17 .\" 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
18 .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
19 .IP "\\$1" \n(SS
7235
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
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
21 .\" begin of first grade suboptions, end with .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
22 .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
23 .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
24 ..
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed 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 .\" begin of 2nd grade suboptions
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
26 .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
27 .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
28 .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
29 ..
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed 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 .\" end of 2nd grade suboptions
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
31 .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
32 .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
33 .PD 1
7235
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
34 ..
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 .\" Title
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
38 .\" --------------------------------------------------------------------------
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 .TH MPlayer 1 "2002-09-01"
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
41 .
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
42 .SH NAME
6469
caac66533fa0 Tons of typos plus wording updated here and there.
diego
parents: 6397
diff changeset
43 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
44 .br
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
45 mencoder \- Movie Encoder for Linux
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
46
7235
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
47 .\" --------------------------------------------------------------------------
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
48 .\" Synopsis
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
49 .\" --------------------------------------------------------------------------
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 .SH SYNOPSIS
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
52 .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
53 .RI [options]\ [ \ file\ | \ URL\ | \ playlist\ | \ -\ ]
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
54 .br
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
55 .B mplayer
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
56 .RI [global\ options] \ file1\ [specific\ options]\ [file2]\ \
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
57 [specific\ options]
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
58 .br
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
59 .B mplayer
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
60 .RI [global\ options]\ { group\ of\ files\ and\ options }\ \
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
61 [group\ specific\ options]
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
62 .br
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
63 .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
64 .RI [ dvd | vcd | cdda | cddb | tv ] ://title\ [options]
5694
8031d86f1839 fixes, updates
arpi
parents: 5683
diff changeset
65 .br
8031d86f1839 fixes, updates
arpi
parents: 5683
diff changeset
66 .B mplayer
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
67 .RI [ mms[t] | http | http_proxy | rt[s]p ] :// [user:passwd@] URL [:port]\ \
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
68 [options]
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
69 .br
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
70 .B mencoder
7284
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
71 .RI [options]\ [ \ file\ | \ URL\ | \ -\ ]\ [\-o\ file]
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
72 .br
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
73 .B gmplayer
7284
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
74 .RI [options]\ [\-skin\ skin]
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
75
7235
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
76 .\" --------------------------------------------------------------------------
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
77 .\" Description
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
78 .\" --------------------------------------------------------------------------
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
79 .
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
80 .SH DESCRIPTION
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
81 .B mplayer
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
82 is a movie player for LINUX (runs on many other Unices, and non\-x86
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
83 CPUs, see the documentation). It plays most MPEG/VOB, AVI, OGG/OGM, VIVO,
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
84 ASF/WMA/WMV, QT/MOV/MP4, FLI, RM, NuppelVideo, yuv4mpeg, FILM, RoQ files,
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
85 supported by many native, XAnim, and Win32 DLL codecs. You can watch VideoCD,
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
86 SVCD, DVD, 3ivx, DivX 3/4/5 and even WMV movies, too (without the avifile
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
87 library).
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
88 .PP
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
89 Another great feature of mplayer is the wide range of supported output
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
90 drivers. It works with X11, XV, DGA, OpenGL, SVGAlib, fbdev, AAlib, DirectFB,
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
91 but you can use GGI, SDL (and this way all their drivers), VESA (on every VESA
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
92 compatible card, even without X11!) and some low level card-specific drivers
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
93 (for Matrox, 3Dfx and ATI), too!
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
94 .br
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
95 Most of them support software or hardware scaling, so you can enjoy movies in
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
96 fullscreen. MPlayer supports displaying through some hardware MPEG decoder
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
97 boards, such as the Siemens DVB, DXR2 and DXR3/Hollywood+!
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
98 .PP
6573
7663637ddba4 OSD == onscreen display, typos
diego
parents: 6469
diff changeset
99 MPlayer has an onscreen display (OSD) for status information, nice big
7663637ddba4 OSD == onscreen display, typos
diego
parents: 6469
diff changeset
100 antialiased shaded subtitles and visual feedback for keyboard controls.
7663637ddba4 OSD == onscreen display, typos
diego
parents: 6469
diff changeset
101 European/ISO 8859-1,2 (Hungarian, English, Czech, etc), Cyrillic and Korean
6976
23c3cd12abe5 updated/extended teh introduction part
arpi
parents: 6969
diff changeset
102 fonts are supported along with 9 subtitle formats (MicroDVD, SubRip,
23c3cd12abe5 updated/extended teh introduction part
arpi
parents: 6969
diff changeset
103 SubViewer, Sami, VPlayer, RT, SSA, AQTitle and our own: MPsub). DVD subtitles
23c3cd12abe5 updated/extended teh introduction part
arpi
parents: 6969
diff changeset
104 (SPU streams, VobSub and Closed Captions) are supported.
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
105 .PP
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
106 .B mencoder
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
107 (MPlayer's Movie Encoder) is a simple movie encoder, designed to
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
108 encode MPlayer-playable movies (see above) to other MPlayer-playable formats
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
109 (see below). It encodes to DivX4 (1, 2 or 3 passes), XviD, codecs of
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
110 libavcodec, PCM/MP3/VBRMP3 audio. It also has stream copying abilities, a
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
111 powerful plugin system (crop, expand, flip, postprocess, rotate, scale,
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
112 add/remove noise, rgb/yuv conversion) and more.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
113 .PP
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
114 .B gmplayer
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
115 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
116 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
117
7235
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
118
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
119 .\" --------------------------------------------------------------------------
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
120 .\" Options
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
121 .\" --------------------------------------------------------------------------
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
122 .
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
123 .SH GENERAL NOTES
6772
8a816f073707 Configuration files documented.
diego
parents: 6755
diff changeset
124 .B Check the HTML documentation, too!
7235
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
125
7284
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
126 Every "flag" option has a "noflag" counterpart, e.g. the opposite of the \-fs
6469
caac66533fa0 Tons of typos plus wording updated here and there.
diego
parents: 6397
diff changeset
127 option is \-nofs.
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
128 .br
6772
8a816f073707 Configuration files documented.
diego
parents: 6755
diff changeset
129 You can put all of the options in a config file which will be read every time
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
130 mplayer is run. The system-wide config file 'mplayer.conf' is in your
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
131 configuration directory (e.g. /etc/mplayer or /usr/local/etc/mplayer), the
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
132 user specific one is '~/.mplayer/config'. User specific options override
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
133 system\-wide options and options given on the command line override either.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
134 The syntax of the config files is 'option=<value>', everything after a '#' is
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
135 considered a comment. Options that work without values can be enabled by
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
136 setting them to 'yes' or '1' and disabled by setting them to 'no' or '0'.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
137 Even suboptions can be specified in this way.
6772
8a816f073707 Configuration files documented.
diego
parents: 6755
diff changeset
138
7181
ad1f6cb4cee5 afm/vfm migration, suboption config example, 2 typos
jonas
parents: 7163
diff changeset
139 .I EXAMPLE:
7284
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
140 .br
6772
8a816f073707 Configuration files documented.
diego
parents: 6755
diff changeset
141 # Use Matrox driver by default.
8a816f073707 Configuration files documented.
diego
parents: 6755
diff changeset
142 .br
8a816f073707 Configuration files documented.
diego
parents: 6755
diff changeset
143 vo=xmga
8a816f073707 Configuration files documented.
diego
parents: 6755
diff changeset
144 .br
8a816f073707 Configuration files documented.
diego
parents: 6755
diff changeset
145 # I love practicing handstands while watching videos.
8a816f073707 Configuration files documented.
diego
parents: 6755
diff changeset
146 .br
8a816f073707 Configuration files documented.
diego
parents: 6755
diff changeset
147 flip=yes
7219
32e8afc0a057 cosmetics, 10l at beginning, no real changes
jonas
parents: 7192
diff changeset
148 .br
32e8afc0a057 cosmetics, 10l at beginning, no real changes
jonas
parents: 7192
diff changeset
149 # Decode/encode multiple files from png, start it with -mf on
7181
ad1f6cb4cee5 afm/vfm migration, suboption config example, 2 typos
jonas
parents: 7163
diff changeset
150 .br
ad1f6cb4cee5 afm/vfm migration, suboption config example, 2 typos
jonas
parents: 7163
diff changeset
151 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
152
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
153
7284
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
154 .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
155 .TP
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
156 .B \-autoq <quality> (use with \-vop pp!)
7284
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
157 Dynamically changes the level of postprocess, depending on spare CPU time
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
158 available. The number you specify will be the maximum level used. Usually you
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
159 can use some big number. You may not use it together with \-pp but it is OK
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
160 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
161 .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
162 .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
163 Prints some statistics on CPU usage and dropped frames at the end.
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
164 Used in combination with \-nosound and \-vo null for benchmarking only video
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
165 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
166 .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
167 .B \-dapsync (OBSOLETE)
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
168 Use alternative A/V sync method.
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
169 .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
170 .B \-framedrop (see \-hardframedrop option too!)
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
171 Frame dropping: decode all (except B) frames, video may skip.
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
172 Useful for playback on slow VGA card/bus.
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
173 .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
174 .B \-h, \-\-help
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
175 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
176 .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
177 .B \-hardframedrop
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
178 More intense frame dropping (breaks decoding). Leads to image distortion!
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed 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 .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
180 .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
181 This option can be used to configure certain parts of the input system.
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
182 Relative path are relative to $HOME/.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
183
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
184 .I NOTE:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
185 .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
186 Autorepeat is currently only supported by joysticks.
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
187 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
188 Available commands are:
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
189
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
190 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
191 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
192 .IPs conf=<file>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
193 Read alternative input.conf. If given without pathname, $HOME/.mplayer is
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
194 assumed.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
195 .IPs ar\-delay
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
196 Delay in msec before we start to autorepeat a key (0 to disable).
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
197 .IPs ar\-rate
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
198 How many key presses/second when we autorepeat.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
199 .IPs keylist
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
200 Prints all keys that can be bound to.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
201 .IPs cmdlist
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
202 Prints all commands that can be bound.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
203 .IPs js\-dev
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
204 Specifies the joystick device to use (default is /dev/input/js0).
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
205 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
206 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
207 .
7284
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed 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
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
209 .B \-lircconf <config\ file>
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
210 Specifies a configfile for LIRC (see http://www.lirc.org) if you don't like
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
211 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
212 .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
213 .B \-loop <number>
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed 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 Loops movie playback <number> times. 0 means forever.
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed 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 \-nojoystick
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
217 Turns off joystick support. Default is on, if compiled in.
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
218 .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
219 .B \-nolirc
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
220 Turns off lirc support.
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
221 .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
222 .B \-nortc \ \
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
223 Turns off usage of /dev/rtc (real-time clock).
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
224 .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
225 .B \-playlist <file>
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed 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 Play files according to this file list (1 file/row or Winamp or asx format).
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
227 .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
228 .B \-quiet \ \
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed 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 Display less output, status messages.
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
230 .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
231 .B \-skin <skin\ directory> (BETA 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
232 Load skin from this directory (WITHOUT path name!).
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
233
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
234 .I EXAMPLE:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
235 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
236 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
237 .IPs "\-skin fittyfene"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
238 tries these:
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
239 .RSss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
240 /usr/local/share/mplayer/Skin/fittyfene
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
241 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
242 ~/.mplayer/Skin/fittyfene
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
243 .REss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
244 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
245 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
246 .
7284
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
247 .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
248 .B \-slave \ \
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
249 This option switches on slave mode. This is intended for use
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
250 of MPlayer as a backend to other programs. Instead of intercepting keyboard
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
251 events, MPlayer will read simplistic command lines from its 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
252 See section
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
253 .B SLAVE MODE PROTOCOL
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
254 For the syntax.
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed 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
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
256 .B \-softsleep
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
257 Uses high quality software timers. Efficient as the RTC, doesn't need root,
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
258 but requires more CPU.
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed 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 \-sstep <sec>
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
261 Specifies seconds between displayed frames. Useful for slideshows.
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
262 .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
263 .B \-stop_xscreensaver
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed 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 Turns off xscreensaver at startup and turns it on again on exit.
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
265 .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
266 .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
267
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed 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
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
269 .SH "DEMUXER/STREAM OPTIONS"
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
270 .TP
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
271 .B \-aid <id> (also see \-alang option)
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
272 Select audio channel [MPG/SUB: 0\-31 AVI/OGM: 1\-99 ASF/RM: 0\-127
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
273 VOB: 128\-159 LPCM: 160\-191]
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
274 .TP
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
275 .B \-alang <two letter\ country\ code> (also see \-aid option)
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
276 Works only for DVD playback! Selects DVD audio language. It always tries
7045
48f2fd49977d Sync the man page with the removed sections of the HTML docs.
diego
parents: 7017
diff changeset
277 to play audio streams whose language matches the given code. For the list of
48f2fd49977d Sync the man page with the removed sections of the HTML docs.
diego
parents: 7017
diff changeset
278 available languages, use with the \-v switch and look at the output.
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
279
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
280 .I EXAMPLE:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
281 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
282 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
283 .IPs "\-alang hu,en"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
284 Plays Hungarian and falls back to English if Hungarian is not available.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
285 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
286 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
287 .
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
288 .TP
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
289 .B \-audio\-demuxer <number> (\-audiofile only)
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
290 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
291 Give the demuxer ID as defined in demuxers.h.
6469
caac66533fa0 Tons of typos plus wording updated here and there.
diego
parents: 6397
diff changeset
292 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
293 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
294 .B \-audiofile <filename>
6469
caac66533fa0 Tons of typos plus wording updated here and there.
diego
parents: 6397
diff changeset
295 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
296 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
297 .B \-cdrom\-device <path\ to\ device>
6469
caac66533fa0 Tons of typos plus wording updated here and there.
diego
parents: 6397
diff changeset
298 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
299 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
300 .B \-cache <kbytes>
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
301 This option specifies how much memory (in kbytes) to use when precaching a
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
302 file/URL. 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
303 .TP
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
304 .B \-cdda <option1:option2>
6389
6cc6d0365416 added cdda (paranoia) dox
gabucino
parents: 6383
diff changeset
305 This option can be used to tune the CD Audio reading feature of MPlayer.
6cc6d0365416 added cdda (paranoia) dox
gabucino
parents: 6383
diff changeset
306 Available options are:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
307 .
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
308 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
309 .IPs speed=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
310 set CD spin speed
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
311 .IPs paranoia=<0\-2>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
312 set paranoia level
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
313 .RSss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
314 0: disable checking
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
315 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
316 1: overlap checking only (default)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
317 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
318 2: full data correction and verification
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
319 .REss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
320 .IPs generic-dev=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
321 use specified generic SCSI device
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
322 .IPs sector-size=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
323 atomic read size
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
324 .IPs overlap=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
325 force minimum overlap search during verification to <value> sectors.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
326 .IPs toc-bias
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
327 Assume that the beginning offset of track 1 as reported in the TOC will be
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
328 addressed as LBA 0. Some Toshiba drives need this for getting track boundaries
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
329 correct.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
330 .IPs toc-offset=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
331 Add <value> sectors to the values reported when addressing tracks. May be
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
332 negative.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
333 .IPs (no)skip
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
334 (never) accept imperfect data reconstruction.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
335 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
336 .
6389
6cc6d0365416 added cdda (paranoia) dox
gabucino
parents: 6383
diff changeset
337 .TP
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
338 .B \-chapter <chapter\ id>[-<end\ chapter\ id>]
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
339 Specify which chapter to start playing at. Optionally specify which chapter to
7045
48f2fd49977d Sync the man page with the removed sections of the HTML docs.
diego
parents: 7017
diff changeset
340 end playing at (default: 1). 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
341 .TP
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
342 .B \-csslib <filename>
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
343 (old-style DVD option) This option is used to override the default location of
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
344 libcss.so.
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
345 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
346 .B \-demuxer <number>
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
347 Force demuxer type. 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
348 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
349 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
350 .B \-dumpaudio (MPLAYER only)
6469
caac66533fa0 Tons of typos plus wording updated here and there.
diego
parents: 6397
diff changeset
351 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
352 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
353 .B \-dumpfile <filename> (MPLAYER only)
5992
b70736ca6f0c various fixes
arpi
parents: 5988
diff changeset
354 Specify which file MPlayer should dump to. Should be used together
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
355 with \-dumpaudio/\-dumpvideo/\-dumpstream.
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
356 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
357 .B \-dumpstream (MPLAYER only)
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
358 Dumps the raw stream to ./stream.dump. Useful when ripping from
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
359 DVD or network.
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
360 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
361 .B \-dumpsub (MPLAYER only)
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
362 Dumps the subtitle substream from VOB streams.
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
363 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
364 .B \-dumpvideo (MPLAYER only)
6469
caac66533fa0 Tons of typos plus wording updated here and there.
diego
parents: 6397
diff changeset
365 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
366 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
367 .B \-dvd <title\ id>
6469
caac66533fa0 Tons of typos plus wording updated here and there.
diego
parents: 6397
diff changeset
368 Tell MPlayer which movies (specified by title id) to play. For example
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
369 sometimes '1' is a trailer, and '2' is the real movie.
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
370
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
371 .I NOTE:
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
372 .br
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
373 Sometimes deinterlacing is required for DVD playback,
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
374 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
375 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
376 .B \-dvd\-device <path\ to\ device>
6469
caac66533fa0 Tons of typos plus wording updated here and there.
diego
parents: 6397
diff changeset
377 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
378 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
379 .B \-dvdangle <angle\ id>
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
380 Some DVD discs contain scenes that can be viewed from multiple angles.
7045
48f2fd49977d Sync the man page with the removed sections of the HTML docs.
diego
parents: 7017
diff changeset
381 Here you can tell MPlayer which angles to use (default: 1). Examples can be
48f2fd49977d Sync the man page with the removed sections of the HTML docs.
diego
parents: 7017
diff changeset
382 found below.
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
383 .TP
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
384 .B \-dvdauth <DVD\ device>
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
385 (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
386 .TP
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
387 .B \-dvdkey <CSS\ key>
6879
7e5f45cc7af4 -dvdkey option clarified.
diego
parents: 6867
diff changeset
388 (old-style DVD option) When decoding a VOB file copied undecrypted from DVD,
7e5f45cc7af4 -dvdkey option clarified.
diego
parents: 6867
diff changeset
389 this option gives the CSS key needed to decrypt the VOB (the key is printed
7e5f45cc7af4 -dvdkey option clarified.
diego
parents: 6867
diff changeset
390 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
391 .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
392 .B \-dvdnav (BETA CODE)
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
393 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
394 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
395 .B \-forceidx
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
396 Force rebuilding of INDEX. Useful for files with broken index (desyncs, etc).
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
397 Seeking will be possible. You can fix the index permanently with
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
398 MEncoder (see the documentation).
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
399 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
400 .B \-fps <value>
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
401 Override video framerate (if value is wrong/missing in the header) (float
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
402 number).
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
403 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
404 .B \-frames <number>
5992
b70736ca6f0c various fixes
arpi
parents: 5988
diff changeset
405 Play/convert only first <number> frames, then quit.
472
a25ba0fd865e commiting yesterday's changes that accidently lost ;(((
gabucino
parents: 454
diff changeset
406 .TP
5992
b70736ca6f0c various fixes
arpi
parents: 5988
diff changeset
407 .B \-hr\-mp3\-seek (.MP3 only)
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
408 Hi\-res mp3 seeking. Default is: enabled when playing from external MP3 file,
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
409 as we need to seek to the very exact position to keep A/V sync. It can be slow
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
410 especially when seeking backwards \- it has to rewind to the beginning to find
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
411 the exact frame.
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
412 .TP
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
413 .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
414 Rebuilds INDEX of the AVI if no INDEX was found,
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
415 thus allowing seeking. Useful with broken/incomplete
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
416 downloads, or badly created AVIs.
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
417 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
418 .B \-mc <seconds/frame>
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
419 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
420 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
421 .B \-mf <option1:option2:...>
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
422 Used when decoding from multiple PNG or JPEG files. Available options are:
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
423
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
424 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
425 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
426 .IPs on
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
427 turns on multifile support
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
428 .IPs w=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
429 width of the output (autodetect)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
430 .IPs h=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
431 height of the output (autodetect)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
432 .IPs fps=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
433 fps of the output (default: 25)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
434 .IPs type=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
435 type of input files (available types: jpeg, png)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
436 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
437 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
438 .
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
439 .TP
5992
b70736ca6f0c various fixes
arpi
parents: 5988
diff changeset
440 .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
441 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
442 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
443 .TP
5992
b70736ca6f0c various fixes
arpi
parents: 5988
diff changeset
444 .B \-nobps (.AVI only)
6469
caac66533fa0 Tons of typos plus wording updated here and there.
diego
parents: 6397
diff changeset
445 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
446 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
447 .TP
6753
4e5294c0dafb Huge patch by Jonas Jermann <jjermann@gmx.net> (2/2).
diego
parents: 6752
diff changeset
448 .B \-passwd <password> (see \-user option too!)
4e5294c0dafb Huge patch by Jonas Jermann <jjermann@gmx.net> (2/2).
diego
parents: 6752
diff changeset
449 Specify password for http authentication.
4e5294c0dafb Huge patch by Jonas Jermann <jjermann@gmx.net> (2/2).
diego
parents: 6752
diff changeset
450 .TP
6747
8335b5a02032 Applied patch by Alban Bedel <albeu@free.fr>.
diego
parents: 6730
diff changeset
451 .B \-rawaudio <option1:option2:...>
8335b5a02032 Applied patch by Alban Bedel <albeu@free.fr>.
diego
parents: 6730
diff changeset
452 This option lets you play raw audio files. It may also be used to
6753
4e5294c0dafb Huge patch by Jonas Jermann <jjermann@gmx.net> (2/2).
diego
parents: 6752
diff changeset
453 play audio CDs which are not 44KHz 16Bit stereo.
4e5294c0dafb Huge patch by Jonas Jermann <jjermann@gmx.net> (2/2).
diego
parents: 6752
diff changeset
454 Available options are:
6747
8335b5a02032 Applied patch by Alban Bedel <albeu@free.fr>.
diego
parents: 6730
diff changeset
455
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
456 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
457 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
458 .IPs on
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
459 use raw audio demuxer
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
460 .IPs channels=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
461 number of channels
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
462 .IPs rate=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
463 rate in samples per second
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
464 .IPs samplesize=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
465 sample size in byte
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
466 .IPs format=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
467 fourcc in hex
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
468 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
469 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
470 .
6747
8335b5a02032 Applied patch by Alban Bedel <albeu@free.fr>.
diego
parents: 6730
diff changeset
471 .TP
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
472 .B \-skipopening
6469
caac66533fa0 Tons of typos plus wording updated here and there.
diego
parents: 6397
diff changeset
473 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
474 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
475 .B \-sb <byte\ position> (see \-ss option too!)
6469
caac66533fa0 Tons of typos plus wording updated here and there.
diego
parents: 6397
diff changeset
476 Seek to byte position. Useful for playback from CDROM
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
477 images / vob files with junk at the beginning.
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 \-srate <Hz>
6867
c80534f06cf5 Documented -srate for MEncoder.
diego
parents: 6849
diff changeset
480 Forces the given audio playback rate, changing video speed to keep a-v sync.
c80534f06cf5 Documented -srate for MEncoder.
diego
parents: 6849
diff changeset
481 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
482 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
483 .B \-ss <time> (see \-sb option too!)
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
484 Seek to given time position.
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3583
diff changeset
485
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
486 .I EXAMPLE:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
487 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
488 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
489 .IPs "\-ss 56"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
490 seeks to 56 seconds
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
491 .IPs "\-ss 01:10:00"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
492 seeks to 1 hour 10 min
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
493 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
494 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
495 .
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
496 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
497 .B \-tv <option1:option2:...>
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
498 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
499
7058
2e5c07262861 new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:
arpi
parents: 7049
diff changeset
500 .I NOTE:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
501 .br
7070
aaac9080b8a3 v4l capture update by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>
arpi
parents: 7064
diff changeset
502 Mplayer doesn't accept colons so type dots instead in the device ID,
aaac9080b8a3 v4l capture update by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>
arpi
parents: 7064
diff changeset
503 eg. 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
504 .br
7058
2e5c07262861 new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:
arpi
parents: 7049
diff changeset
505 Be advised that although you can select any samplerate when using ALSA,
2e5c07262861 new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:
arpi
parents: 7049
diff changeset
506 the LAME audio codec is able to encode only the "standard" samplerates.
2e5c07262861 new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:
arpi
parents: 7049
diff changeset
507 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
508 samplerate and use this codec.
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
509 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
510 Available options are:
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
511 .
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
512 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
513 .IPs on
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
514 use TV input
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
515 .IPs noaudio
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
516 no sound
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
517 .IPs driver=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
518 available: dummy, v4l, bsdbt848
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
519 .IPs device=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
520 Specify other device than the default /dev/video0.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
521 .IPs input=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
522 Specify other input than the default 0 (Television) (see output for a list)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
523 .IPs freq=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
524 Specify the frequency to set the tuner to (e.g. 511.250).
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
525 .IPs outfmt=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
526 output format of the tuner (yv12, rgb32, rgb24, rgb16, rgb15, uyvy, yuy2,
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
527 i420)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
528 .IPs width=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
529 width of the output window
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
530 .IPs height=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
531 height of the output window
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
532 .IPs norm=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
533 available: PAL, SECAM, NTSC
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
534 .IPs channel=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
535 Set tuner to <value> channel.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
536 .IPs chanlist=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
537 available: europe-east, europe-west, us-bcast, us-cable, etc
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
538 .IPs audiorate=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
539 set audio capture bitrate
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
540 .IPs alsa
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
541 capture from ALSA
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
542 .IPs amode=<0\-3>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
543 choose an audio mode:
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
544 .RSss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
545 0: mono
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
546 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
547 1: stereo
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
548 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
549 2: language 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
550 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
551 3: language 2
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
552 .REss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
553 .IPs forcechan=<1\-2>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
554 By default, the count of recorded audio channels is determined automatically
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
555 by querying the audio mode from the tv card. This option allows to force
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
556 stereo/mono recording regardless of the amode option and the values returned
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
557 by v4l. This can be used for troubleshooting when the tv card is unable to
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
558 report the current audio mode.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
559 .IPs adevice=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
560 set an audio device
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
561 .RSss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
562 /dev/... for OSS
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
563 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
564 hardware ID for ALSA
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
565 .REss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
566 .IPs audioid=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
567 choose an audio output of the capture card, if it has more of them
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
568 .IPs "[volume|bass|treble|balance]=<0\-65535>"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
569 These options set parameters of the mixer on the video capture card. They will
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
570 have no effect, if your card doesn't have one.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
571 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
572 .
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
573 .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
574 .B \-user <user name> (see \-passwd option too!)
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
575 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
576 .TP
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
577 .B \-vcd <track>
6469
caac66533fa0 Tons of typos plus wording updated here and there.
diego
parents: 6397
diff changeset
578 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
579 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
580 .B \-vid <id>
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
581 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
582 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
583 .B \-vivo <sub\-options> (DEBUG CODE)
6469
caac66533fa0 Tons of typos plus wording updated here and there.
diego
parents: 6397
diff changeset
584 Force audio parameters for the .vivo demuxer (for debugging purposes).
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
585
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
586
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
587 .SH "OSD/SUB OPTIONS"
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
588 .I NOTE:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
589 .br
7235
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
590 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
591 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
592 .B \-dumpmpsub (MPLAYER only)
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
593 Convert the given subtitle (specified with the \-sub switch) to MPlayer's
6383
49f9e6b07687 Pontscho says panscan works with xmga only, not with mga.
diego
parents: 6378
diff changeset
594 subtitle format, MPsub. 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
595 .TP
6378
64a828f1872b added -dumpsrtsub
gabucino
parents: 6351
diff changeset
596 .B \-dumpsrtsub (MPLAYER only)
64a828f1872b added -dumpsrtsub
gabucino
parents: 6351
diff changeset
597 Convert the given subtitle (specified with the \-sub switch) to the time-based
64a828f1872b added -dumpsrtsub
gabucino
parents: 6351
diff changeset
598 SubViewer (SRT) subtitle format. Creates a dumpsub.srt file in current
64a828f1872b added -dumpsrtsub
gabucino
parents: 6351
diff changeset
599 directory.
64a828f1872b added -dumpsrtsub
gabucino
parents: 6351
diff changeset
600 .TP
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
601 .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
602 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
603 subtitles.
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
604 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
605 .B \-ffactor <number>
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
606 Resample alphamap of the font. Can be:
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
607
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
608 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
609 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
610 .IPs 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
611 plain white fonts
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
612 .IPs 0.75
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
613 very narrow black outline [default]
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
614 .IPs 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
615 narrow black outline
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
616 .IPs 10
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
617 bold black outline
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
618 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
619 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
620 .
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
621 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
622 .B \-font <path\ to\ font.desc\ file>
7241
283561e2bef5 better subfont description, moved to the write place
jonas
parents: 7235
diff changeset
623 Search for the OSD/SUB fonts in an alternative directory (default for normal
283561e2bef5 better subfont description, moved to the write place
jonas
parents: 7235
diff changeset
624 fonts: ~/.mplayer/font/font.desc, default for FreeType fonts:
283561e2bef5 better subfont description, moved to the write place
jonas
parents: 7235
diff changeset
625 ~/.mplayer/subfont.ttf).
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
626
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
627 .I NOTE:
7235
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
628 .br
7241
283561e2bef5 better subfont description, moved to the write place
jonas
parents: 7235
diff changeset
629 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
630 .br
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
631 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
632 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
633
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
634 .I EXAMPLE:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
635 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
636 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
637 \-font ~/.mplayer/arial\-14/font.desc
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
638 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
639 \-font ~/.mplayer/arialuni.ttf
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
640 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
641 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
642 .
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
643 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
644 .B \-noautosub
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
645 Turns off automatic subtitles.
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
646 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
647 .B \-osdlevel <0\-2> (MPLAYER only)
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
648 Specifies which mode the OSD should start in (0: none, 1: seek, 2: seek+timer,
6924
765d3da45d57 oac/ovc changes, -osdleevl defaults to 1
arpi
parents: 6879
diff changeset
649 default is 1).
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
650 .TP
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
651 .B \-sid <id> (also see \-slang option)
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
652 Turns on DVD subtitle displaying. Also, you MUST specify a number which
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
653 corresponds to a DVD subtitle language (0\-31). For the list of available
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
654 subtitles, use with the \-v switch and look at the output.
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
655 .TP
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
656 .B \-slang <two\ letter\ country\ code> (also see \-sid option)
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
657 Works only for DVD playback! Turns on/selects DVD subtitle language. For the
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
658 list of available subtitles, use with the \-v switch and look at the output.
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
659
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
660 .I EXAMPLE:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
661 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
662 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
663 .IPs "\-slang hu,en"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
664 Selects Hungarian and falls back to English if Hungarian is not available.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
665 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
666 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
667 .
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
668 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
669 .B \-sub <subtitle\ file>
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
670 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
671 .TP
7235
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
672 .B \-subcc \
7049
0caeda287ff9 -subcc option documented, patch by Robert R. Wal <rrw at hell pl>.
diego
parents: 7045
diff changeset
673 Display DVD Closed Caption (CC) subtitles. These are NOT the VOB subtitles,
0caeda287ff9 -subcc option documented, patch by Robert R. Wal <rrw at hell pl>.
diego
parents: 7045
diff changeset
674 these are special ASCII subtitles for the hearing impaired encoded in the VOB
0caeda287ff9 -subcc option documented, patch by Robert R. Wal <rrw at hell pl>.
diego
parents: 7045
diff changeset
675 userdata stream on most region 1 DVDs. CC subtitles have not been spotted on
0caeda287ff9 -subcc option documented, patch by Robert R. Wal <rrw at hell pl>.
diego
parents: 7045
diff changeset
676 DVDs from other regions so far.
0caeda287ff9 -subcc option documented, patch by Robert R. Wal <rrw at hell pl>.
diego
parents: 7045
diff changeset
677 .TP
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
678 .B \-subcp <codepage>
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
679 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
680 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
681
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
682 .I EXAMPLE:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
683 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
684 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
685 \-subcp latin2
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
686 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
687 \-subcp cp1250
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
688 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
689 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
690 .
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
691 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
692 .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
693 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
694 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
695 .B \-subdelay <sec>
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
696 Delays subtitles by <sec> seconds. Can be negative.
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
697 .TP
7241
283561e2bef5 better subfont description, moved to the write place
jonas
parents: 7235
diff changeset
698 .B \-subfont-autoscale <0\-3>
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
699 Sets the autoscale mode.
7241
283561e2bef5 better subfont description, moved to the write place
jonas
parents: 7235
diff changeset
700
7284
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
701 .I NOTE:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
702 .br
7241
283561e2bef5 better subfont description, moved to the write place
jonas
parents: 7235
diff changeset
703 Zero means that text-scale and osd-scale are font heights in points.
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
704 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
705 The mode can be:
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
706
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
707 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
708 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
709 .IPs 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
710 no autoscale
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
711 .IPs 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
712 proportional to movie width
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
713 .IPs 2
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
714 proportional to movie height
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
715 .IPs 3
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
716 proportional to movie diagonal (default)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
717 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
718 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
719 .
7241
283561e2bef5 better subfont description, moved to the write place
jonas
parents: 7235
diff changeset
720 .TP
283561e2bef5 better subfont description, moved to the write place
jonas
parents: 7235
diff changeset
721 .B \-subfont-blur <0\-8>
283561e2bef5 better subfont description, moved to the write place
jonas
parents: 7235
diff changeset
722 Sets the font blur radius (default: 2).
283561e2bef5 better subfont description, moved to the write place
jonas
parents: 7235
diff changeset
723 .TP
283561e2bef5 better subfont description, moved to the write place
jonas
parents: 7235
diff changeset
724 .B \-subfont-encoding <value>
283561e2bef5 better subfont description, moved to the write place
jonas
parents: 7235
diff changeset
725 Sets the font encoding. When set to "unicode", all the glyphs from the
283561e2bef5 better subfont description, moved to the write place
jonas
parents: 7235
diff changeset
726 font file will be rendered and unicode will be used (default: unicode).
283561e2bef5 better subfont description, moved to the write place
jonas
parents: 7235
diff changeset
727 .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
728 .B \-subfont-osd-scale <0\-100>
7241
283561e2bef5 better subfont description, moved to the write place
jonas
parents: 7235
diff changeset
729 Sets the osd elements autoscale coefficient (default: 6).
283561e2bef5 better subfont description, moved to the write place
jonas
parents: 7235
diff changeset
730 .TP
283561e2bef5 better subfont description, moved to the write place
jonas
parents: 7235
diff changeset
731 .B \-subfont-outline <0\-8>
283561e2bef5 better subfont description, moved to the write place
jonas
parents: 7235
diff changeset
732 Sets the font outline thickness (default: 2).
283561e2bef5 better subfont description, moved to the write place
jonas
parents: 7235
diff changeset
733 .TP
283561e2bef5 better subfont description, moved to the write place
jonas
parents: 7235
diff changeset
734 .B \-subfont-text-scale <0\-100>
283561e2bef5 better subfont description, moved to the write place
jonas
parents: 7235
diff changeset
735 Sets the subtitle text autoscale coefficient (percentage of the
283561e2bef5 better subfont description, moved to the write place
jonas
parents: 7235
diff changeset
736 screen size) (default: 5).
283561e2bef5 better subfont description, moved to the write place
jonas
parents: 7235
diff changeset
737 .TP
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
738 .B \-subfps <rate>
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
739 Specify frame/sec rate of subtitle file (float number),
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
740 default: the same fps as the movie.
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
741
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
742 .I NOTE:
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
743 .br
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
744 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
745 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
746 .B \-subfile <filename> (BETA CODE)
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
747 Currently useless. 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
748 .TP
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
749 .B \-subpos <0\-100> (useful with \-vop expand)
6250
a279d7427ed8 explanation of the '-subpos' flag, patch by Diego Biurrun
arpi
parents: 6120
diff changeset
750 Specify the position of subtitles on the screen. The value is the vertical
a279d7427ed8 explanation of the '-subpos' flag, patch by Diego Biurrun
arpi
parents: 6120
diff changeset
751 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
752 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
753 .B \-unicode
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
754 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
755 .TP
7235
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
756 .B \-utf8 \ \
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
757 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
758 .TP
6469
caac66533fa0 Tons of typos plus wording updated here and there.
diego
parents: 6397
diff changeset
759 .B \-vobsub <vobsub\ file\ without\ extension>
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
760 Specify the VobSub files that are to be used for subtitle. This is
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
761 the full pathname without extensions, i.e. without the ".idx", ".ifo"
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
762 or ".sub".
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
763 .TP
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
764 .B \-vobsubid <0-31>
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
765 Specify the VobSub subtitle id. Valid values range from 0 to 31.
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
766
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
767
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
768 .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
769 .TP
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
770 .B \-abs <value> (OBSOLETE)
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
771 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
772 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
773 .B \-ao <driver>[:<device>]
6469
caac66533fa0 Tons of typos plus wording updated here and there.
diego
parents: 6397
diff changeset
774 Select audio output driver and optionally device. "device" is valid with
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
775 SDL, too, it means subdriver then.
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
776
7284
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
777 .I NOTE:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
778 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
779 To get a full list of available drivers, see \-ao help.
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
780
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
781 .I EXAMPLE
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
782 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
783 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
784 .IPs "\-ao oss:/dev/dsp1"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
785 specifies the sound device to use with OSS (replaces the old \-dsp option)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
786 .IPs "\-ao sdl:esd"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
787 specifies the SDL subdriver
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
788 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
789 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
790 .
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
791 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
792 .B \-aofile <filename>
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
793 Filename for \-ao pcm.
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
794 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
795 .B \-aop <plugin1:plugin2:...>
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
796 Specify audio plugin(s) and their options (see documentation too).
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
797 Available options are:
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
798 .
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
799 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
800 .IPs list=[plugins]
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
801 comma separated list of plugins (resample, surround, format, volume,
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
802 extrastereo, volnorm)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
803 .IPs delay=<sec>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
804 example plugin, do not use!
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
805 .IPs format=<format>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
806 output format (format plugin only)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
807 .IPs fout=<Hz>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
808 output frequency (resample plugin only)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
809 .IPs volume=<0\-255>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
810 volume (volume plugin only)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
811 .IPs mul=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
812 stereo coefficient (default: 2.5) (extrastereo plugin only)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
813 .IPs softclip
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
814 compressor/"soft\-clipping" capabilities (volume plugin only)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
815 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
816 .
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
817 .TP
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
818 .B \-channels <number>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
819 Select number of audio output channels to be used.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
820
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
821 .I NOTE:
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
822 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
823 Currently this option is only honored for AC3 audio, and/or the surround
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
824 plugin.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
825 .br
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
826 Available options are:
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
827
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
828 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
829 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
830 .IPs 2
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
831 Stereo
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
832 .IPs 4
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
833 Surround
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
834 .IPs 6
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
835 Full 5.1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
836 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
837 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
838 .
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
839 .TP
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
840 .B \-delay <sec>
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
841 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
842 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
843 .B \-mixer <device>
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
844 This option will tell MPlayer to use a different device for mixing than
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
845 /dev/mixer.
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
846 .TP
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
847 .B \-nowaveheader (-ao pcm only)
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
848 Don't include wave header. Used for RAW PCM.
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
849
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
850
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
851 .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
852 .TP
7235
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
853 .B \-aa* (\-vo aa only)
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
854 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
855 .I mplayer \-aahelp
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
856 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
857 .B \-bpp <depth>
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
858 Use different color depth than autodetect. Not all \-vo drivers support
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
859 it (fbdev, dga2, svga, vesa).
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
860 .TP
6755
a31b9f15cbff - fix audio equalizer
pontscho
parents: 6753
diff changeset
861 .B \-brightness <\-100\ \-\ 100>
7284
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
862 Adjust brightness of video output (default 0). It changes intensity of
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
863 RGB components of video signal from black to white screen.
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
864 .TP
6755
a31b9f15cbff - fix audio equalizer
pontscho
parents: 6753
diff changeset
865 .B \-contrast <\-100\ \-\ 100>
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
866 Adjust contrast of video output (default 0). Works in similar manner as
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
867 brightness.
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
868 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
869 .B \-display <name>
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
870 Specify the hostname and display number of the X server you want to display
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
871 on.
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
872
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
873 .I EXAMPLE:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
874 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
875 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
876 \-display xtest.localdomain:0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
877 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
878 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
879 .
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
880 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
881 .B \-double
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
882 Enables doublebuffering. Fixes flicker by storing two frames in memory, and
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
883 displaying one while decoding another. Can effect OSD. Needs twice the memory
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
884 than a single buffer, so it won't work on cards with very few video memory.
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
885 .TP
7235
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
886 .B \-dr \ \ \
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
887 Turns on direct rendering (not supported by all codecs and video outputs)
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
888 (default is off).
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
889 .TP
6747
8335b5a02032 Applied patch by Alban Bedel <albeu@free.fr>.
diego
parents: 6730
diff changeset
890 .B \-dxr2 <option1:option2:...>
8335b5a02032 Applied patch by Alban Bedel <albeu@free.fr>.
diego
parents: 6730
diff changeset
891 This option is used to control the dxr2 driver.
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
892 .
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
893 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
894 .IPs overlay
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
895 enable the overlay
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
896 .IPs overlay-ratio
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
897 tune the overlay
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
898 .IPs ucode=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
899 path to the microcode
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
900 .IPs norm=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
901 TV norm
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
902 .IPs ar-mode=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
903 aspect ratio mode
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
904 .IPs macrovision=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
905 macrovision mode
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
906 .IPs 75ire
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
907 enable 7.5 IRE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
908 .IPs bw
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
909 b/w TV output
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
910 .IPs color
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
911 color TV output
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
912 .IPs interlaced
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
913 interlaced TV output
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
914 .IPs square/ccir601\-pixel
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
915 TV pixel mode
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
916 .IPs iec958\-encoded/decoded
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
917 iec958 output mode
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
918 .IPs mute
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
919 mute sound output
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
920 .IPs ignore\-cache
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
921 do not use VGA cache
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
922 .IPs update\-cache
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
923 recreate VGA cache
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
924 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
925 .
6747
8335b5a02032 Applied patch by Alban Bedel <albeu@free.fr>.
diego
parents: 6730
diff changeset
926 .TP
6469
caac66533fa0 Tons of typos plus wording updated here and there.
diego
parents: 6397
diff changeset
927 .B \-fb <device> (fbdev or DirectFB only)
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
928 Specifies the framebuffer device to use. By default it uses /dev/fb0.
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
929 .TP
6469
caac66533fa0 Tons of typos plus wording updated here and there.
diego
parents: 6397
diff changeset
930 .B \-fbmode <modename> (fbdev only)
caac66533fa0 Tons of typos plus wording updated here and there.
diego
parents: 6397
diff changeset
931 Change video mode to the one that is labelled as <modename> in /etc/fb.modes.
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
932
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
933 .I NOTE:
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
934 .br
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
935 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
936 .TP
6469
caac66533fa0 Tons of typos plus wording updated here and there.
diego
parents: 6397
diff changeset
937 .B \-fbmodeconfig <filename> (fbdev only)
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
938 Use this config file instead of the default /etc/fb.modes.
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
939 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
940 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
941 .B \-forcexv (SDL only)
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
942 Force using XVideo.
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
943 .TP
7235
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
944 .B \-fs \ \ \
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
945 Fullscreen playing (centers movie, and makes black
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
946 bands around it). Toggle it with the 'f' key (not all video
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
947 outputs support it).
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
948 .TP
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
949 .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
950 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
951 .TP
6755
a31b9f15cbff - fix audio equalizer
pontscho
parents: 6753
diff changeset
952 .B \-hue <\-100\ \-\ 100>
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
953 Adjust hue of video signal (default 0). You can get colored negative
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
954 of image with this option.
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
955 .TP
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
956 .B \-icelayer <0\-15> (icewm only)
6268
a96c2f444317 added docu for -icelayer and addition to the faq for -nortc
attila
parents: 6250
diff changeset
957 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
958
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
959 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
960 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
961 .IPs 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
962 Desktop
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
963 .IPs 2
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
964 Below
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
965 .IPs 4
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
966 Normal
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
967 .IPs 6
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
968 OnTop
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
969 .IPs 8
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
970 Dock
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
971 .IPs 10
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
972 AboveDock
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
973 .IPs 12
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
974 Menu (default)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
975 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
976 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
977 .
6268
a96c2f444317 added docu for -icelayer and addition to the faq for -nortc
attila
parents: 6250
diff changeset
978 .TP
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
979 .B \-jpeg <option1:option2:...> (\-vo jpeg only)
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
980 Specify options for the JPEG output. Available options are:
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
981 [no]progressiv, [no]baseline, optimize, smooth, quality and outdir.
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
982 .TP
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
983 .B \-monitor_dotclock <dotclock\ (or\ pixelclock) range> (fbdev only)
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
984 Look into etc/example.conf for further information and in DOCS/video.html.
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
985 .TP
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
986 .B \-monitor_hfreq <horizontal frequency range> (fbdev only)
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
987 .TP
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
988 .B \-monitor_vfreq <vertical frequency range> (fbdev only)
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
989 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
990 .B \-monitoraspect <ratio>
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
991 Set aspect ratio of your screen.
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
992
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
993 .I EXAMPLE:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
994 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
995 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
996 \-monitoraspect 4:3 or 1.3333
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
997 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
998 \-monitoraspect 16:9 or 1.7777
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
999 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1000 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1001 .
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1002 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1003 .B \-noslices
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1004 Disable drawing video by 16-pixel height slices/bands, instead draws the
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1005 while frame in a single run. May be faster or slower, depending on card/cache.
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1006 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
1007 .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
1008 .B \-panscan <0.0\-1.0>
6330
68a3003b57ce panscan added
gabucino
parents: 6326
diff changeset
1009 Enables Pan & Scan functionality, i.e. in order to display a 16:9 movie
6351
91673ed4e773 -panscan clarified
diego
parents: 6338
diff changeset
1010 on a 4:3 display, the sides of the movie are cropped to get a 4:3 image
6753
4e5294c0dafb Huge patch by Jonas Jermann <jjermann@gmx.net> (2/2).
diego
parents: 6752
diff changeset
1011 which fits the screen. This function works only with xv, xmga and xvidix
6351
91673ed4e773 -panscan clarified
diego
parents: 6338
diff changeset
1012 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
1013 .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
1014 The range controls how much of the image is cropped.
6330
68a3003b57ce panscan added
gabucino
parents: 6326
diff changeset
1015 .TP
6755
a31b9f15cbff - fix audio equalizer
pontscho
parents: 6753
diff changeset
1016 .B \-saturation <\-100\ \-\ 100>
7284
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1017 Adjust saturation of video output (default 0). You can get grayscale output
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1018 with this option.
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1019 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1020 .B \-rootwin
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1021 Play movie in the root window (desktop background) instead of opening
6351
91673ed4e773 -panscan clarified
diego
parents: 6338
diff changeset
1022 a new one. Works only with x11, xv, xmga and xvidix drivers.
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1023 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1024 .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
1025 If you use an output driver which can't know the resolution of the screen
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1026 (fbdev/x11 and/or TVout) this is where you can specify the horizontal and
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1027 vertical resolution.
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1028 .TP
7235
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
1029 .B \-vm \ \ \
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1030 Try to change to a better video mode. dga, x11/xv (XF86VidMode) and sdl
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1031 output drivers support it.
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1032 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1033 .B \-vo <driver>[:<device>]
6469
caac66533fa0 Tons of typos plus wording updated here and there.
diego
parents: 6397
diff changeset
1034 Select video output driver and optionally device. "device" is valid with
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
1035 SDL and GGI too, it means subdriver then.
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1036
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1037 .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
1038 .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
1039 See \-vo help for a full list of available drivers.
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
1040
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
1041 .I EXAMPLE:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1042 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1043 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1044 \-vo xmga
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1045 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1046 \-vo sdl:aalib
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1047 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1048 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1049 .
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1050 .TP
7235
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
1051 .B \-vsync \ \
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
1052 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
1053 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1054 .B \-wid <window\ id>
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1055 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
1056 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
1057 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1058 .B \-xineramascreen <screen\ number>
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1059 In Xinerama configurations (i.e. a single desktop that spans across multiple
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1060 displays) this option tells MPlayer which screen to display movie on. Range 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1061 \- ...
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1062 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1063 .B \-z <0\-9>
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1064 Specifies compression level for PNG output (-vo png)
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1065
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1066 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1067 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1068 .IPs 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1069 no compression
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1070 .IPs 9
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1071 max compression
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1072 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1073 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1074 .
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1075 .TP
7219
32e8afc0a057 cosmetics, 10l at beginning, no real changes
jonas
parents: 7192
diff changeset
1076 .B \-zrbw (\-vo zr only)
7192
f771e685f3b1 Zr documentation updated plus some typos fixed.
diego
parents: 7189
diff changeset
1077 Display in black and white (for optimal performance, this option can be
f771e685f3b1 Zr documentation updated plus some typos fixed.
diego
parents: 7189
diff changeset
1078 combined with the 'decode only in black and white' option for codecs
f771e685f3b1 Zr documentation updated plus some typos fixed.
diego
parents: 7189
diff changeset
1079 belonging to the FFmpeg family).
f771e685f3b1 Zr documentation updated plus some typos fixed.
diego
parents: 7189
diff changeset
1080 .TP
7219
32e8afc0a057 cosmetics, 10l at beginning, no real changes
jonas
parents: 7192
diff changeset
1081 .B \-zrcrop <[width]x[height]+[x offset]+[y offset]> (\-vo zr only)
7192
f771e685f3b1 Zr documentation updated plus some typos fixed.
diego
parents: 7189
diff changeset
1082 Select a part of the input image for display, multiple occurences of this
f771e685f3b1 Zr documentation updated plus some typos fixed.
diego
parents: 7189
diff changeset
1083 option switch on cinerama mode. In cinerama mode the movie is distributed
f771e685f3b1 Zr documentation updated plus some typos fixed.
diego
parents: 7189
diff changeset
1084 over more than one TV (or beamer) to create a larger screen. Options appearing
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1085 after the n\-th \-zrcrop apply to the n\-th MJPEG card, each card should at
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1086 least have a \-zrdev in addition to the \-zrcrop. For examples, see the output
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1087 of \-zrhelp and the Zr section of the documentation.
7235
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
1088 .TP
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
1089 .B \-zrdev <device> (\-vo zr only)
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
1090 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
1091 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
1092 .TP
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
1093 .B \-zrfd (\-vo zr only)
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1094 Force decimation: Decimation, as specified by \-zrhdec and \-zrvdec, only
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1095 happens if the hardware scaler can stretch the image to its original size. Use
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1096 this option to force decimation.
7235
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
1097 .TP
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
1098 .B \-zrhelp (\-vo zr only)
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1099 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
1100 cinerama mode.
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
1101 .TP
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
1102 .B \-zrnorm <norm> (\-vo zr only)
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
1103 Specify norm PAL/NTSC, the default is 'no change'.
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
1104 .TP
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
1105 .B \-zrquality <1\-20> (\-vo zr only)
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
1106 A number from 1 to 20 representing the jpeg encoding quality. 1 gives the best
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
1107 quality and 20 gives very bad quality.
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
1108 .TP
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
1109 .B \-zrvdec <1,2,4> \-zrhdec <1,2,4> (\-vo zr only)
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
1110 Vertical/horizontal decimation: Ask the driver to send only every 2nd or 4th
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
1111 line/pixel of the input image to the MJPEG card and use the scaler of the
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
1112 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
1113 .TP
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
1114 .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
1115 If the movie is smaller than the TV screen, these options control the position
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
1116 of the movie relative to the upper left corner of the screen. The movie
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
1117 is centered by default.
7219
32e8afc0a057 cosmetics, 10l at beginning, no real changes
jonas
parents: 7192
diff changeset
1118
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1119
7284
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1120 .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
1121 .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
1122 .B \-ac <codec name>
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1123 Force usage of a specific audio codec, according to its codec name in
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1124 codecs.conf.
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1125
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1126 .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
1127 .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
1128 See \-ac help for a full list of available codecs.
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1129
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1130 .I EXAMPLE:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1131 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1132 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1133 .IPs "\-ac mp3"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1134 use mp3lib
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1135 .IPs "\-ac mad"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1136 use libmad
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1137 .IPs "\-ac mp3acm"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1138 use l3codeca.acm MP3 codec
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1139 .IPs "\-ac ac3"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1140 use AC3 codec
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1141 .IPs "\-ac hwac3"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1142 enable hardware AC3 passthrough (see documentation)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1143 .IPs "\-ac vorbis"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1144 use libvorbis
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1145 .IPs "\-ac ffmp3"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1146 use FFmpeg's MP3 decoder (SLOW)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1147 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1148 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1149 .
7284
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1150 .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
1151 .B \-afm <driver name>
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1152 Force usage of a specific audio codec family, according to its driver name
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1153 in codecs.conf and fall back to default if it failed.
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1154
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1155 .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
1156 .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
1157 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
1158
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1159 .I EXAMPLE:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1160 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1161 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1162 .IPs "\-afm ffmpeg"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1163 use FFmpeg's libavcodec (mp1/2/3)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1164 .IPs "\-afm acm"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1165 use a matching Win32 codec
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1166 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1167 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1168 .
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1169 .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
1170 .B \-aspect <ratio>
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1171 Override aspect ratio of movies. It's autodetected on MPEG files, but can't be
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1172 autodetected on most AVI files.
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1173
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1174 .I EXAMPLE:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1175 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1176 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1177 \-aspect 4:3 or \-aspect 1.3333
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1178 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1179 \-aspect 16:9 or \-aspect 1.7777
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1180 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1181 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1182 .
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1183 .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
1184 .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
1185 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
1186 .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
1187 .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
1188 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
1189
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1190 .I EXAMPLE:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1191 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1192 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1193 \-lavdopts bug=1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1194 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1195 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1196
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1197 Available options are:
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1198 .
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1199 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1200 .IPs ver=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1201 error resilience:
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1202 .RSss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1203 -1: needed for some very broken encoders
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1204 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1205 0: default
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1206 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1207 1: more aggressive error detection
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1208 .REss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1209 .IPs bug=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1210 manual workaround encoder bugs:
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1211 .RSss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1212 0: default
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1213 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1214 1: workaround for some old lavc generated msmpeg4v3 files
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1215 .REss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1216 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1217 .
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1218 .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
1219 .B \-nosound
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1220 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
1221 .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
1222 .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
1223 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
1224 and is another way of calling it (not with \-pp).
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1225
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1226 .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
1227 .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
1228 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
1229 .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
1230 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
1231 .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
1232 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
1233 scope:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1234 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1235 a: Automatically switches the filter off if the CPU is too slow.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1236 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1237 c: Do chrominance filtering, too.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1238 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1239 y: Do not do chrominance filtering (only luminance filtering).
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1240 .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
1241 .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
1242 Each filter defaults to 'c' (chrominance).
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1243 .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
1244 \-npp only controls the external postprocess filter, and you HAVE TO
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1245 load it manually by \-vop pp (Usage: \-vop pp \-npp <options>),
7284
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1246 it is not auto-loaded!
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1247
7284
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1248 .I EXAMPLE:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1249 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1250 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1251 .IPs "\-npp hb,vb,dr,al,lb"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1252 same as \-pp 0x2007f
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1253 .IPs "\-npp hb,vb,dr,al"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1254 same as \-pp 0x7f
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1255 .IPs "\-npp de,\-al"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1256 default filters without brightness/contrast correction
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1257 .IPs "\-npp de,tn:1:2:3"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1258 Enable default filters & temporal denoiser.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1259 .IPs "\-npp hb:y,vb:a \-autoq 6"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1260 Deblock horizontal only luminance and switch vertical deblocking on or
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1261 off automatically depending on available CPU time.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1262 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1263 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1264 .
7284
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1265 .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
1266 .B \-pp <quality> (see \-npp option too!)
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1267 Apply postprocess filter on decoded image.
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1268
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1269 Value given by \-pp is sent to the codec, if the codec has built-in postprocess
7284
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1270 filter (newer win32 DShow DLLs, divx4linux) otherwise the external postprocess
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1271 filter plugin (-vop pp) is auto-loaded and used.
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1272 Note, that you can use the built-in and external pp at the
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1273 same time, use \-pp to set internal pp, and \-vop pp=value to set up the
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1274 external!
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1275
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1276 The valid range of \-pp value for built-in pp filters vary on codecs, mostly
7284
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1277 0-6, where 0=disable 6=slowest/best.
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1278
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1279 For the external pp filter, this is the numerical mode to use postprocessing.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1280 The '\-npp' option described above has the same effects but with letters. To
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1281 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
1282
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed 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 .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
1284 The following values are known to give good results:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1285 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1286 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1287 .IPs "\-pp 0x20000 (\-npp lb)"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1288 deinterlacing (for DVD/MPEG2 playback e.g.)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1289 .IPs "\-pp 0x7f (\-npp hb,vb,dr,al)"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1290 deblocking filter (for DivX)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1291 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1292 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1293 .
7284
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1294 .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
1295 .B \-ssf <mode> (BETA CODE)
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1296 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
1297
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1298 .I EXAMPLE
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1299 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1300 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1301 \-vop scale \-ssf lgb=3.0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1302 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1303 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1304
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1305 .RS 7
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1306 Available modes are:
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1307 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1308
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1309 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1310 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1311 .IPs lgb=<0\-100>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1312 Gaussian blur filter (luma)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1313 .IPs cgb=<0\-100>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1314 Gaussian blur filter (chroma)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1315 .IPs ls=<0\-100>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1316 sharpen filter (luma)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1317 .IPs cs=<0\-100>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1318 sharpen filter (chroma)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1319 .IPs chs=<h>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1320 chroma horizontal shifting
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1321 .IPs cvs=<v>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1322 chroma vertical shifting
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1323 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1324 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1325 .
7284
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1326 .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
1327 .B \-stereo <mode>
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1328 Select type of MP2/MP3 stereo output.
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1329
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1330 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1331 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1332 .IPs 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1333 Stereo
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1334 .IPs 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1335 Left channel
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1336 .IPs 2
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1337 Right channel
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1338 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1339 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1340 .
7284
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1341 .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
1342 .B \-sws <software\ scaler\ type> (see \-vop scale option too!)
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1343 This option sets the quality (and speed, respectively) of the software scaler,
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1344 with the \-zoom option. For example with x11 or other outputs which lack
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1345 hardware acceleration. Possible settings are:
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1346
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1347 .I NOTE:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1348 .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
1349 For \-sws 2 and 7, the sharpness can be set with the scaling parameter (p)
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1350 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
1351 length (1 \- 10).
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1352
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1353 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1354 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1355 .IPs 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1356 fast bilinear (default)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1357 .IPs 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1358 bilinear
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1359 .IPs 2
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1360 bicubic (good quality)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1361 .IPs 3
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1362 experimental
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1363 .IPs 4
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1364 nearest neighbour (bad quality)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1365 .IPs 5
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1366 area
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1367 .IPs 6
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1368 luma bicubic / chroma bilinear
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1369 .IPs 7
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1370 gauss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1371 .IPs 8
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1372 sincR
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1373 .IPs 9
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1374 lanczos
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1375 .IPs 10
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1376 bicubic spline
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1377 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1378 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1379 .
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1380 .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
1381 .B \-vc <codec name>
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1382 Force usage of a specific video codec, according to its codec name in
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1383 codecs.conf.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1384
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1385 .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
1386 .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
1387 See \-vc help for a full list of available codecs.
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1388
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1389 .I EXAMPLE:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1390 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1391 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1392 .IPs "\-vc divx"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1393 use VFW DivX codec
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1394 .IPs "\-vc divxds"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1395 use DirectShow DivX codec
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1396 .IPs "\-vc ffdivx"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1397 use libavcodec's DivX codec
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1398 .IPs "\-vc ffmpeg12"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1399 use libavcodec's MPEG1/2 codec
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1400 .IPs "\-vc divx4"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1401 use Project Mayo's DivX codec
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1402 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1403 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1404 .
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1405 .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
1406 .B \-vfm <driver name>
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1407 Force usage of a specific video codec family, according to its driver name
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1408 in codecs.conf and fall back to default if it failed.
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1409
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1410 .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
1411 .br
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1412 If libdivxdecore support was compiled in, then odivx and divx4 now contains
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1413 just the same DivX4 codec, but different APIs to reach it. For difference
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1414 between them and when to use which, check the DivX4 section in the
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1415 documentation.
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1416 .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
1417 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
1418
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
1419 .I EXAMPLE:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1420 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1421 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1422 .IPs "\-vfm ffmpeg"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1423 use libavcodec codecs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1424 .IPs "\-vfm vfw"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1425 use VFW (Win32) codecs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1426 .IPs "\-vfm odivx"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1427 use OpenDivX/DivX4 codec (YV12) (same as \-vc odivx but fallback)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1428 .IPs "\-vfm dshow"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1429 use DirectShow (Win32) codecs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1430 .IPs "\-vfm divx4"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1431 use DivX4 codec (YUY2) (same as \-vc divx4 but fallback)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1432 .IPs "\-vfm xanim"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1433 use XAnim codecs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1434 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1435 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1436 .
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1437 .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
1438 .B \-vop <...,plugin3[=options],plugin2,plugin1>
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1439 Activate a comma separated list of video filters.
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1440
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1441 .I NOTE:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1442 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1443 The parameters are optional and if omitted, some of them are set to default
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1444 values. Use -1 to keep the default value.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1445 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1446 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
1447 .br
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1448 Available plugins are:
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1449 .
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1450 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1451 .IPs crop[=w:h:x:y]
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1452 Crops the given part of the image and discards the rest. Useful to remove
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1453 black bands from widescreen movies.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1454 .IPs rectangle[=w:h:x:y]
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1455 Draws a rectangle of the requested width and height at the specified
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1456 coordinates over the image (used to test crop). (default: maximum w/h, upper
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1457 left x/y position)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1458 .IPs expand[=w:h:x:y:o]
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1459 Expands (not scales) movie resolution to the given value and places the
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1460 unscaled original at coordinates x y. Can be used for placing subtitles/OSD in
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1461 the resulting black bands (default: original w/h, centered x/y). The last
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1462 parameter (de)activates OSD rendering (default: 0).
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1463 .IPs flip
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1464 Flips the image upside down.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1465 .IPs mirror
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1466 Flips the image on Y axis.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1467 .IPs rotate[=<0-3>]
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1468 Rotates and flips the image +/\- 90 degrees.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1469 .IPs scale[=w:h[:c[:p]]]
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1470 Scales the image with the software scaler (slow) and performs a YUV<\->RGB
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1471 colorspace conversion (see \-sws option too!). The value 0 is used for scaled
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1472 (aspect) destination w/h. (default: original w/h, destination w/h with \-zoom)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1473 Optionaly chroma skipping (c from 0\-3) and scaling parameters can be
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1474 specified. (see the \-sws option for details)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1475 .IPs yuy2
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1476 Forces software YV12/I420 to YUY2 conversion.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1477 .IPs rgb2bgr[=swap]
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1478 RGB 24/32 <\-> BGR 24/32 colorspace conversion with optional R <\-> B
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1479 swapping.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1480 .IPs palette
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1481 RGB/BGR 8 \-> 15/16/24/32bpp colorspace conversion using palette.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1482 .IPs format[=fourcc]
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1483 Restricts the colorspace for next filter. It does not do any conversion! Use
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1484 the scale filter for a real conversion.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1485 .IPs pp[=flags]
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1486 Activates the internal postprocessing filter. (see \-pp option for details)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1487 .IPs lavc[=quality:fps]
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1488 Realtime MPEG1 encoder for use with DVB/DXR3 (libavcodec)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1489 .IPs fame
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1490 Realtime MPEG1 encoder for use with DVB/DXR3 (libfame)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1491 .IPs dvbscale[=aspect]
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1492 Set up optimal scaling for DVB cards. (aspect=DVB_HEIGHT*ASPECTRATIO)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1493 .IPs cropdetect[=0\-255]
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1494 Calculates necessary cropping parameters and prints the recommended parameters
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1495 to stdout. The threshold can be optionally specified from nothing (0) to
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1496 everything (255). (default: 24)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1497 .IPs "noise[=luma[u][t|a][h][p]:chroma[u][t|a][h][p]]"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1498 Adds noise
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1499 .RSss
7290
570716fadcbc remove sub sub option lists over .IP
jonas
parents: 7288
diff changeset
1500 <0\-100>: luma noise
570716fadcbc remove sub sub option lists over .IP
jonas
parents: 7288
diff changeset
1501 .br
570716fadcbc remove sub sub option lists over .IP
jonas
parents: 7288
diff changeset
1502 <0\-100>: chroma noise
570716fadcbc remove sub sub option lists over .IP
jonas
parents: 7288
diff changeset
1503 .br
570716fadcbc remove sub sub option lists over .IP
jonas
parents: 7288
diff changeset
1504 u: uniform noise
570716fadcbc remove sub sub option lists over .IP
jonas
parents: 7288
diff changeset
1505 t: temporal noise
570716fadcbc remove sub sub option lists over .IP
jonas
parents: 7288
diff changeset
1506 a: averaged temporal noise
570716fadcbc remove sub sub option lists over .IP
jonas
parents: 7288
diff changeset
1507 h: high quality
570716fadcbc remove sub sub option lists over .IP
jonas
parents: 7288
diff changeset
1508 p: mix with pattern
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1509 .REss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1510 .IPs eq[=bright:cont]
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1511 Activates the software equalizer with interactive controls like the hardware
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1512 eq controls. The values can be from -100 to 100.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1513 .IPs halfpack
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1514 Convert planar YUV 4:2:0 to half-height packed 4:2:2, downsampling luma but
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1515 keeping all chroma samples. Useful for output to low-resolution display
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1516 devices when hardware downscaling is poor quality or is not available.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1517 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1518 .
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1519 .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
1520 .B \-x <x> (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
1521 Scale image to x width (if sw/hw scaling available). Disables aspect calcs.
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1522 .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
1523 .B \-xvidopts <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
1524 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
1525
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1526 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1527 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1528 .IPs dr2
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1529 Activate direct rendering method 2.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1530 .IPs nodr2
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1531 Deactivate direct rendering method 2.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1532 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1533 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1534 .
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1535 .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
1536 .B \-xy <x>
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1537 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1538 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1539 .IPs "x<=8"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1540 Scale image by factor <x>.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1541 .IPs "x>8"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1542 Set width to <x> and calculate height to keep correct aspect ratio.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1543 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1544 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1545 .
6310
eda1e909a3bf -stop_xscreensaver option
diego
parents: 6268
diff changeset
1546 .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
1547 .B \-y <y> (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
1548 Scale image to y height (if sw/hw scaling available). Disables aspect calcs.
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1549 .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
1550 .B \-zoom \
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1551 Allow software scaling, where available. Could be used to force scaling with
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1552 \-vop scale
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1553
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1554 .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
1555 .br
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1556 \-vop scale will IGNORE options \-x/\-y/\-xy/\-fs/\-aspect without \-zoom.
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1557
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1558
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1559 .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
1560 .TP
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1561 .B \-audio-density <1\-50>
6867
c80534f06cf5 Documented -srate for MEncoder.
diego
parents: 6849
diff changeset
1562 Number of audio chunks per second (default is 2 for 0.5s long audio chunks).
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1563
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1564 .I NOTE:
7284
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1565 .br
6867
c80534f06cf5 Documented -srate for MEncoder.
diego
parents: 6849
diff changeset
1566 CBR only, VBR ignores this as it puts each packet in a new chunk.
c80534f06cf5 Documented -srate for MEncoder.
diego
parents: 6849
diff changeset
1567 .TP
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1568 .B \-audio-delay <0.0\-...>
6867
c80534f06cf5 Documented -srate for MEncoder.
diego
parents: 6849
diff changeset
1569 Sets the audio delay field in the header. Default is 0.0, negative values do
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1570 not work. This does not delay the audio while encoding, but the player will
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1571 see the default audio delay, sparing you the use of the \-delay option.
6867
c80534f06cf5 Documented -srate for MEncoder.
diego
parents: 6849
diff changeset
1572 .TP
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1573 .B \-audio-preload <0.0\-2.0>
6867
c80534f06cf5 Documented -srate for MEncoder.
diego
parents: 6849
diff changeset
1574 Sets up audio buffering time interval (default: 0.5s).
c80534f06cf5 Documented -srate for MEncoder.
diego
parents: 6849
diff changeset
1575 .TP
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
1576 .B \-divx4opts <option1:option2:...>
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
1577 If encoding to DivX4, you can specify its parameters here.
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
1578 Available options are:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1579 .
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1580 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1581 .IPs help
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1582 get help
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1583 .IPs br=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1584 specify bitrate in
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1585 .RSss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1586 kbit <4\-16000> or
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1587 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1588 bit <16001\-24000000>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1589 .REss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1590 .IPs key=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1591 maximum keyframe interval (in frames)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1592 .IPs deinterlace
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1593 enable deinterlacing (avoid it, DivX4 is buggy!)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1594 .IPs q=<1\-5>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1595 quality (1\-fastest, 5\-best)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1596 .IPs min_quant=<1\-31>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1597 minimum quantizer
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1598 .IPs max_quant=<1\-31>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1599 maximum quantizer
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1600 .IPs rc_period=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1601 rate control period
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1602 .IPs rc_reaction_period=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1603 rate control reaction period
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1604 .IPs rc_reaction_ratio=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1605 rate control reaction ratio
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1606 .IPs crispness=<0\-100>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1607 specify crispness/smoothness
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1608 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1609 .
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1610 .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
1611 .B \-endpos <time|byte\ position> (see \-ss and \-sb option too!)
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
1612 Stop encoding at given time or byte position. Can be specified in many ways:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1613
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1614 .I NOTE:
6022
63d320c955c1 noskip to mencoder only opts, endpos understands byte position too and small changes
jonas
parents: 6005
diff changeset
1615 .br
63d320c955c1 noskip to mencoder only opts, endpos understands byte position too and small changes
jonas
parents: 6005
diff changeset
1616 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
1617 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
1618
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed 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 .I EXAMPLE:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1620 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1621 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1622 .IPs "\-endpos 56"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1623 encode only 56 seconds
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1624 .IPs "\-endpos 01:10:00"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1625 encode only 1 hour 10 minutes
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1626 .IPs "\-endpos 100mb"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1627 encode only 100 MBytes
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1628 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1629 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1630 .
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1631 .TP
6022
63d320c955c1 noskip to mencoder only opts, endpos understands byte position too and small changes
jonas
parents: 6005
diff changeset
1632 .B \-ffourcc <fourcc>
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
1633 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
1634
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
1635 .I EXAMPLE:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1636 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1637 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1638 .IPs "-ffourcc div3"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1639 will have the output file contain "div3" as video fourcc.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1640 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1641 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1642 .
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1643 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1644 .B \-include <config\ file>
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1645 Specify config file to be parsed after the default
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1646 .TP
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
1647 .B \-lameopts <option1:option2:...>
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
1648 If encoding to MP3 with libmp3lame, you can specify its parameters here.
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
1649 Available options are:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1650 .
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1651 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1652 .IPs help
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1653 get help
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1654 .IPs vbr=<0\-4>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1655 variable bitrate method
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1656 .RSss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1657 0: cbr
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1658 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1659 1: mt
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1660 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1661 2: rh(default)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1662 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1663 3: abr
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1664 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1665 4: mtrh
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1666 .REss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1667 .IPs abr
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1668 average bitrate
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1669 .IPs cbr
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1670 constant bitrate
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1671 .IPs br=<0\-1024>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1672 specify bitrate in kBit (CBR and ABR only)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1673 .IPs q=<0\-9>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1674 quality (0-highest, 9-lowest) (only for VBR)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1675 .IPs aq=<0\-9>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1676 algorithmic quality (0-best/slowest, 9-worst/fastest)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1677 .IPs ratio=<1\-100>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1678 compression ratio
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1679 .IPs vol=<0\-10>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1680 set audio input gain
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1681 .IPs mode=<0\-3>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1682 0: stereo
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1683 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1684 1: joint-stereo
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1685 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1686 2: dualchannel
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1687 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1688 3: mono
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1689 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1690 (default: auto)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1691 .IPs padding=<0\-2>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1692 0: no
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1693 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1694 1: all
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1695 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1696 2: adjust
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1697 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1698 .
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1699 .TP
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
1700 .B \-lavcopts <option1:option2:...>
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
1701 If encoding with a codec from libavcodec, you can specify its parameters 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
1702
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1703 .I EXAMPLE:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1704 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1705 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1706 \-lavcopts vcodec=msmpeg4:vbitrate=1800:vhq:keyint=250
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1707 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1708 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1709
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1710 .RS 7
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1711 Available options are:
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1712 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1713 .
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1714 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1715 .IPs help
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1716 get help
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1717 .IPs vcodec=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1718 use the specified codec (there is no default, you must specify it):
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1719 .RSss
7290
570716fadcbc remove sub sub option lists over .IP
jonas
parents: 7288
diff changeset
1720 mjpeg: Motion JPEG
570716fadcbc remove sub sub option lists over .IP
jonas
parents: 7288
diff changeset
1721 .br
570716fadcbc remove sub sub option lists over .IP
jonas
parents: 7288
diff changeset
1722 h263: H263
570716fadcbc remove sub sub option lists over .IP
jonas
parents: 7288
diff changeset
1723 .br
570716fadcbc remove sub sub option lists over .IP
jonas
parents: 7288
diff changeset
1724 h263p: H263 Plus
570716fadcbc remove sub sub option lists over .IP
jonas
parents: 7288
diff changeset
1725 .br
570716fadcbc remove sub sub option lists over .IP
jonas
parents: 7288
diff changeset
1726 mpeg4: DivX 4/5
570716fadcbc remove sub sub option lists over .IP
jonas
parents: 7288
diff changeset
1727 .br
570716fadcbc remove sub sub option lists over .IP
jonas
parents: 7288
diff changeset
1728 msmpeg4: DivX 3
570716fadcbc remove sub sub option lists over .IP
jonas
parents: 7288
diff changeset
1729 .br
570716fadcbc remove sub sub option lists over .IP
jonas
parents: 7288
diff changeset
1730 rv10: an old RealVideo codec
570716fadcbc remove sub sub option lists over .IP
jonas
parents: 7288
diff changeset
1731 .br
570716fadcbc remove sub sub option lists over .IP
jonas
parents: 7288
diff changeset
1732 mpeg1video: MPEG1 video :)
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1733 .REss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1734 .IPs vbitrate=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1735 specify bitrate in
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1736 .RSss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1737 kBit <4\-16000> or
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1738 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1739 Bit <16001\-24000000>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1740 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1741 (warning: 1kBit = 1000 Bits)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1742 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1743 default = 800k
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1744 .REss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1745 .IPs vratetol=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1746 approximated *filesize* tolerance in kBits. (warning: 1kBit = 1000 Bits)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1747 default = 1024*8 kBits = 1MByte
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1748 .IPs keyint=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1749 interval between keyframes (specify in frames, >300 are not recommended)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1750 default = 250 (one key frame every ten seconds in a 25fps movie)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1751 .IPs vhq
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1752 high quality mode, macro blocks will be encoded multiple times and the
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1753 smallest will be used. (default: HQ disabled)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1754 .IPs vme=<0\-5>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1755 motion estimation method (EPZS usually gives best results, but you can try X1,
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1756 too. FULL is very slow and the others are experimental):
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1757 .RSss
7290
570716fadcbc remove sub sub option lists over .IP
jonas
parents: 7288
diff changeset
1758 0: no ME at all
570716fadcbc remove sub sub option lists over .IP
jonas
parents: 7288
diff changeset
1759 .br
570716fadcbc remove sub sub option lists over .IP
jonas
parents: 7288
diff changeset
1760 1: ME_FULL
570716fadcbc remove sub sub option lists over .IP
jonas
parents: 7288
diff changeset
1761 .br
570716fadcbc remove sub sub option lists over .IP
jonas
parents: 7288
diff changeset
1762 2: ME_LOG
570716fadcbc remove sub sub option lists over .IP
jonas
parents: 7288
diff changeset
1763 .br
570716fadcbc remove sub sub option lists over .IP
jonas
parents: 7288
diff changeset
1764 3: ME_PHODS
570716fadcbc remove sub sub option lists over .IP
jonas
parents: 7288
diff changeset
1765 .br
570716fadcbc remove sub sub option lists over .IP
jonas
parents: 7288
diff changeset
1766 4: ME_EPZS (default)
570716fadcbc remove sub sub option lists over .IP
jonas
parents: 7288
diff changeset
1767 .br
570716fadcbc remove sub sub option lists over .IP
jonas
parents: 7288
diff changeset
1768 5: ME_X1
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1769 .REss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1770 .IPs vqcomp=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1771 If the value is set to 1.0, the quantizer will stay nearly constant (high
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1772 motion scenes will look bad). If it's 0.0, the quantizer will be changed to
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1773 make all frames approximately equally sized (low motion scenes will look bad).
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1774 (default: 0.5)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1775 .IPs vqblur=<0\-1>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1776 blurs the quantizer graph over time:
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1777 .RSss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1778 0.0: no blur
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1779 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1780 1.0: average all past quantizers
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1781 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1782 (default: 0.5)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1783 .REss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1784 .IPs vqscale=<2\-31>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1785 gives each frame the same quantizer (selects fixed quantizer mode).
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1786 (default: 0 (fixed quantizer mode disabled))
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1787 .IPs vrc_strategy=<0\-2>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1788 different strategies to decide which frames should get which quantizer.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1789 (default: 2)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1790 .IPs v4mv
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1791 4 motion vectors per macroblock, may give you slightly better quality, can
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1792 only be used in HQ mode and is buggy with B frames currently.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1793 (default: disabled)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1794 .IPs vpass=<1/2>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1795 select internal first pass or second pass of 2-pass mode.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1796 (default: 0 (1-pass mode))
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1797 .IPs gray
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1798 encode in grayscale mode. (default: disabled)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1799 .IPs mpeg_quant
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1800 use MPEG quantizers instead of H.263. (default: disabled) (i.e. use H.263
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1801 quantizers)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1802
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1803 .PP
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1804 The next 3 options apply only to I & P frames:
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1805 .IPs vqmin=<1\-31>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1806 minimum quantizer (default: 3)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1807 .IPs vqmax=<1\-31>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1808 maximum quantizer (default: 15)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1809 .IPs vqdiff=<1\-31>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1810 quantizer difference. Limits the maximum quantizer difference between frames.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1811 (default: 3)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1812
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1813 .PP
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1814 The following options apply only to B frames:
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1815 .IPs vmax_b_frames=<0\-4>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1816 maximum number of frames between each I/P frame. (default: 0 (B-frames
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1817 generation disabled))
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1818 .IPs vb_strategy=<0/1>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1819 strategy to choose between I/P/B frames:
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1820 .RSss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1821 0: always use max B
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1822 .br
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1823 1: avoid B frames in high motion / scene change (can lead to misprediction of
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1824 file size) (default: 0)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1825 .REss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1826 .IPs vb_qfactor=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1827 quantizer factor between B and I/P frames (larger means higher quantizer for B
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1828 frames) (default: 2.0)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1829 .IPs vb_qoffset=<value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1830 quantizer offset between B and I/P frames (larger means higher quantizer for B
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1831 frames) (default: 0.0)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1832
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1833 .PP
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1834 The actual quantizer for a given B frame is computed in pass 1 as shown below:
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1835 .RSss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1836 prev_IorP_quantizer * vb_qfactor + vb_qoffset
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1837 .REss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1838
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1839 .PP
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1840 In fixed quantizer mode you can use those options:
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1841 .RSss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1842 vqscale, vmax_b_frames, vhq, vme, keyint
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1843 .REss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1844
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1845 .PP
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1846 You can use the following options only in pass 1 of 2-pass mode or in 1-pass
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1847 mode:
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1848 .RSss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1849 vqblur, vqdiff
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1850 .REss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1851
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1852 .PP
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1853 You can use the following options only in pass 2 of 2-pass mode:
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1854 .RSss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1855 vrc_strategy, vb_strategy
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1856 .REss
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1857
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1858 .PP
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1859 All other options can be used in all modes.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1860 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1861 .
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1862 .TP
6022
63d320c955c1 noskip to mencoder only opts, endpos understands byte position too and small changes
jonas
parents: 6005
diff changeset
1863 .B \-noskip
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
1864 Do not skip frames.
6022
63d320c955c1 noskip to mencoder only opts, endpos understands byte position too and small changes
jonas
parents: 6005
diff changeset
1865 .TP
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1866 .B \-o <filename>
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1867 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
1868 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1869 .B \-oac <codec name>
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1870 Encode with the given codec. Use \-ovc help to get a list of available codecs.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1871 (no default set)
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1872
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
1873 .I EXAMPLE:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1874 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1875 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1876 .IPs "-oac copy"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1877 no encoding, just streamcopy
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1878 .IPs "-oac pcm"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1879 encode to uncompressed PCM
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1880 .IPs "-oac mp3lame"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1881 encode to MP3 (using Lame)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1882 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1883 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1884 .
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1885 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1886 .B \-ofps <fps>
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1887 The output file will have different frame/sec than the source.
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1888 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
1889 (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
1890 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1891 .B \-ovc <codec name>
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1892 Encode with the given codec. Use \-ovc help to get a list of available codecs.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1893 (no default set)
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1894
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
1895 .I EXAMPLE:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1896 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1897 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1898 .IPs "\-ovc copy"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1899 no encoding, just streamcopy
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1900 .IPs "\-ovc divx4"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1901 encode to DivX4/DivX5 or XviD
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1902 .IPs "\-ovc rawrgb"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1903 encode to uncompressed RGB24
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1904 .IPs "\-ovc lavc"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1905 encode with a libavcodec codecs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1906 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1907 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1908 .
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1909 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1910 .B \-pass <1/2>
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1911 With this you can encode 2pass DivX4 files. First encode with \-pass 1, then
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1912 with the same parameters, encode with \-pass 2.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1913
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1914 .I NOTE:
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
1915 .br
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1916 Use \-lavcopts vpass=1/2 for libavcodec 2-pass instead of \-pass 1/2.
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1917 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1918 .B \-passlogfile <filename>
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1919 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
1920 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
1921 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1922 .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
1923 Maximal skipable frames after non-skipped one
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
1924 (-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
1925 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1926 .B \-v, \-\-verbose
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
1927 Enable verbose output (more \-v means more verbosity).
6712
70aa7a20b9c0 Document -vobsubout, -vobsuboutid and -vobsuboutindex
kmkaplan
parents: 6573
diff changeset
1928 .TP
70aa7a20b9c0 Document -vobsubout, -vobsuboutid and -vobsuboutindex
kmkaplan
parents: 6573
diff changeset
1929 .B \-vobsubout <basename>
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1930 Specify the basename for the output .idx and .sub files. This turns
6712
70aa7a20b9c0 Document -vobsubout, -vobsuboutid and -vobsuboutindex
kmkaplan
parents: 6573
diff changeset
1931 off subtitle rendering in the encoded movie and diverts it to Vobsub
70aa7a20b9c0 Document -vobsubout, -vobsuboutid and -vobsuboutindex
kmkaplan
parents: 6573
diff changeset
1932 subtitle files.
70aa7a20b9c0 Document -vobsubout, -vobsuboutid and -vobsuboutindex
kmkaplan
parents: 6573
diff changeset
1933 .TP
70aa7a20b9c0 Document -vobsubout, -vobsuboutid and -vobsuboutindex
kmkaplan
parents: 6573
diff changeset
1934 .B \-vobsuboutindex <index>
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1935 Specify the index of the subtitles in the output files. (default: 0)
6712
70aa7a20b9c0 Document -vobsubout, -vobsuboutid and -vobsuboutindex
kmkaplan
parents: 6573
diff changeset
1936 .TP
70aa7a20b9c0 Document -vobsubout, -vobsuboutid and -vobsuboutindex
kmkaplan
parents: 6573
diff changeset
1937 .B \-vobsuboutid <langid>
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1938 Specify the language two letter code for the subtitles. This
6712
70aa7a20b9c0 Document -vobsubout, -vobsuboutid and -vobsuboutindex
kmkaplan
parents: 6573
diff changeset
1939 overrides what is read from the DVD or the .ifo file.
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1940
389
d19a6cf1c2e3 some typos corrected
gabucino
parents: 224
diff changeset
1941
7235
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
1942 .\" --------------------------------------------------------------------------
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
1943 .\" Keyboard control
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
1944 .\" --------------------------------------------------------------------------
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
1945 .
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
1946 .SH "KEYBOARD CONTROL"
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
1947 .I NOTE:
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1948 .br
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
1949 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
1950 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
1951 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
1952 .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
1953 The default config file for the input system is
a6dc13dd2fd0 cosmetics: notes, examples, synopsis, preparations for rewrite, removed spaces at end, moved player options at beginning and decoding before encoding options, some small changes, no content changes
jonas
parents: 7259
diff changeset
1954 $HOME/.mplayer/input.conf but it can be overriden
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1955 using the \-input conf option.
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
1956 .br
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
1957 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
1958 .TP
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
1959 .B general control
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1960 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1961 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1962 .IPs "<\- and \->"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1963 seek backward/forward 10 seconds
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1964 .IPs "up and down"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1965 seek backward/forward 1 minute
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1966 .IPs "pgup and pgdown"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1967 seek backward/forward 10 minutes
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1968 .IPs "< and >"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1969 backward/forward in playlist
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1970 .IPs "HOME and END"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1971 go to next/previous playtree entry in the parent list
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1972 .IPs "INS and DEL"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1973 go to next/previous alternative source (asx playlist only)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1974 .IPs "p / SPACE"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1975 pause movie (any key unpauses)
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1976 .IPs "q / ESC"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1977 stop playing and quit program
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1978 .IPs "+ and \-"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1979 adjust audio delay by +/\- 0.1 second
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1980 .IPs "/ and *"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1981 decrease/increase volume
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1982 .IPs "9 and 0"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1983 decrease/increase volume
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1984 .IPs m
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1985 mute sound
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1986 .IPs f
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1987 toggle fullscreen
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1988 .IPs "w and e"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1989 decrease/increase panscan range
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1990 .IPs o
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1991 toggle between OSD states: none / seek / seek+timer
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1992 .IPs d
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1993 toggle frame dropping
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1994 .IPs "z and x"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1995 adjust subtitle delay by +/\- 0.1 second
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1996 .IPs "r and t"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1997 adjust subtitle position
474
5bf4b70bd66a some options fixed
gabucino
parents: 472
diff changeset
1998
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
1999 .PP
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2000 (The following keys are valid only when using \-vo xv or
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2001 \-vo [vesa|fbdev]:vidix or \-vo xvidix \-vo (x)mga or \-vc divxds (slow).)
1556
30078d692e63 *** empty log message ***
gabucino
parents: 1516
diff changeset
2002
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2003 .IPs "1 and 2"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2004 adjust contrast
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2005 .IPs "3 and 4"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2006 adjust brightness
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2007 .IPs "5 and 6"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2008 adjust hue
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2009 .IPs "7 and 8"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2010 adjust saturation
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2011 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2012 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2013 .
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
2014 .TP
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
2015 .B GUI keyboard control
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2016 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2017 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2018 .IPs "ENTER"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2019 start playing
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2020 .IPs s
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2021 stop playing
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2022 .IPs a
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2023 about
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2024 .IPs l
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2025 load file
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2026 .IPs c
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2027 skin browser
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2028 .IPs p
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2029 toggle playlist
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2030 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2031 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2032 .
3322
cdd3f5ac06b2 -slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents: 3239
diff changeset
2033 .TP
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
2034 .B TV input control
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2035 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2036 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2037 .IPs "h and k"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2038 select previous/next channel
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2039 .IPs n
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2040 change norm
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2041 .IPs u
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2042 change channel list
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2043 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2044 .PD 1
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2045 .
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
2046 .TP
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
2047 .B DVDNAV input control
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2048 .PD 0
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2049 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2050 .IPs "K,J,H,L"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2051 browse up/down/left/right
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2052 .IPs M
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2053 jump to main menu
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2054 .IPs S
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2055 select
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2056 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2057 .PD 1
3322
cdd3f5ac06b2 -slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>
arpi
parents: 3239
diff changeset
2058
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
2059
7235
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
2060 .\" --------------------------------------------------------------------------
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
2061 .\" Slave mode protocol
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
2062 .\" --------------------------------------------------------------------------
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
2063 .
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
2064 .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
2065 If the \-slave switch is given, playback is controlled by a
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
2066 line\-based protocol. Each line must contain one command
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
2067 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
2068 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
2069 .B Commands
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2070 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2071 .IPs "seek <value> [type=<0/1>]"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2072 Seek to some place in the movie. Type 0 is a relative seek of +/- <value>
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2073 seconds. Type 1 seek to <value> % in the movie.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2074 .IPs "audio_delay <value>"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2075 Adjust the audio delay of value seconds
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2076 .IPs quit
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2077 Quit MPlayer
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2078 .IPs pause
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2079 Pause/unpause the playback
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2080 .IPs grap_frames
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2081 Somebody know ?
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2082 .IPs "pt_step <value> [force=<value>]"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2083 Go to next/previous entry in the playtree.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2084 .IPs "pt_up_step <value> [force=<value>]"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2085 Like pt_step but it jumps to next/previous in the parent list.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2086 .IPs "alt_src_step <value>"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2087 When more than one source is available it selects the next/previous one (only
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2088 supported by asx playlist).
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2089 .IPs "sub_delay <value> [abs=<value>]"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2090 Adjust the subtitles delay of +/- <value> seconds or set it to <value> seconds
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2091 when abs is non zero.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2092 .IPs "osd [level=<value>]"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2093 Toggle osd mode or set it to level when level > 0.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2094 .IPs "volume <dir>"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2095 Increase/decrease volume
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2096 .IPs "[contrast|brightness|hue|saturation] <\-100 \- 100> [abs=<value>]"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2097 Set/Adjust video parameters.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2098 .IPs "frame_drop [type=<value>]"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2099 Toggle/Set frame dropping mode.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2100 .IPs "sub_pos <value>"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2101 Adjust subtitles position.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2102 .IPs vo_fullscreen
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2103 Switch to fullscreen mode.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2104 .IPs "tv_step_channel <dir>"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2105 Select next/previous tv channel.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2106 .IPs "tv_step_norm"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2107 Change TV norm.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2108 .IPs "tv_step_chanlist"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2109 Change channel list.
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2110 .IPs "gui_[loadsubtitle|about|play|stop]"
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2111 GUI actions
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2112 .RE
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
2113
7235
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
2114
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
2115 .\" --------------------------------------------------------------------------
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
2116 .\" Files
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
2117 .\" --------------------------------------------------------------------------
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
2118 .
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
2119 .SH FILES
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
2120 .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
2121 /etc/mplayer/mplayer.conf
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
2122 system\-wide settings
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
2123 .TP
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
2124 ~/.mplayer/config
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
2125 user settings
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
2126 .TP
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
2127 ~/.mplayer/input.conf
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
2128 input bindings (see '\-input keylist' for full keylist)
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
2129 .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
2130 ~/.mplayer/gui.conf
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
2131 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
2132 .TP
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
2133 ~/.mplayer/gui.pl
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
2134 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
2135 .TP
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
2136 ~/.mplayer/font/
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
2137 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
2138 .TP
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
2139 ~/.mplayer/DVDkeys/
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
2140 cracked CSS keys
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2141 .PD 0
6752
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
2142 .TP
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
2143 Sub files
224fe311f5f6 Huge patch by Jonas Jermann <jjermann@gmx.net> (1/2).
diego
parents: 6747
diff changeset
2144 are searched for in this priority (for example /mnt/movie/movie.avi):
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2145 .RSs
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2146 /mnt/cdrom/movie.sub
6316
502fde1285e7 Albeu is right, 10l
jonas
parents: 6315
diff changeset
2147 .br
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2148 ~/.mplayer/sub/movie.sub
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
2149 .br
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2150 ~/.mplayer/default.sub
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2151 .RE
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2152 .PD 1
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
2153
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
2154
7235
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
2155 .\" --------------------------------------------------------------------------
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
2156 .\" Examples
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
2157 .\" --------------------------------------------------------------------------
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
2158 .
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
2159 .SH EXAMPLES
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
2160 .TP
1714
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
2161 .B Quickstart DVD playing
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
2162 mplayer \-dvd 1
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
2163 .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
2164 .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
2165 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
2166 .TP
4398
4039f5580f76 -chapter option updates (and some else?)
gabucino
parents: 4389
diff changeset
2167 .B Play only chapters 5, 6, 7
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
2168 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
2169 .TP
1714
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
2170 .B Multiangle DVD playing
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
2171 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
2172 .TP
1714
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
2173 .B Playing from a different DVD device
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
2174 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
2175 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
2176 .B Old style DVD (VOB) playing
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
2177 mplayer \-dvdauth /dev/dvd /mnt/dvd/VIDEO_TS/VTS_02_4.VOB
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
2178 .TP
1714
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
2179 .B Stream from HTTP
b42b78566029 *** empty log message ***
gabucino
parents: 1702
diff changeset
2180 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
2181 .TP
2207
726b7877f1ac -dumpmpsub added
gabucino
parents: 2167
diff changeset
2182 .B Convert subtitle to MPsub (to ./dump.mpsub)
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
2183 mplayer dummy.avi \-sub source.sub \-dumpmpsub
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
2184 .TP
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
2185 .B Input from standard V4L
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2186 mplayer \-tv on:driver=v4l:width=640:height=480:outfmt=i420 \-vc rawi420
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2187 \-vo xv
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
2188 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
2189 .B Encoding DVD title #2, only selected chapters
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2190 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
2191 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
2192 .B Encoding DVD title #2, resizing to 640x480
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2193 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
2194 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
2195 .B Encoding DVD title #2, resizing to 512xHHH (keep aspect ratio)
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2196 mencoder \-dvd 2 \-vop scale \-zoom \-xy 512 \-o title2.avi \-oac copy
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2197 \-ovc divx4
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
2198 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
2199 .B The same, but with libavcodec family, MPEG4 (Divx5) compression
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2200 mencoder \-dvd 2 \-o title2.avi \-ovc lavc
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2201 \-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
2202 .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
2203 .B The same, but with libavcodec family, MJPEG compression
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2204 mencoder \-dvd 2 \-o titel2.avi \-ovc lavc
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2205 \-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
2206 .TP
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
2207 .B Encoding all *.jpg files in the current dir
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2208 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
2209 .TP
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2210 .B Encoding from tuner
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2211 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
2212 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
2213 .B Encoding from a pipe
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2214 rar p test-SVCD.rar | mencoder \-ovc divx4 \-divx4opts br=800 \-ofps 24
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2215 \-pass 1 \-\- \-
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
2216 .TP
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
2217 .B Encoding multiple *.vob files
7288
159a5be61015 rewrite (much ;), no content change
jonas
parents: 7284
diff changeset
2218 cat *.vob | mencoder <options> \-
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
2219
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
2220
7235
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
2221 .\" --------------------------------------------------------------------------
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
2222 .\" Bugs, authors, standard disclaimer
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
2223 .\" --------------------------------------------------------------------------
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
2224 .
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
2225 .SH BUGS
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
2226 Probably. PLEASE, double-check the documentation (especially bugreports.html),
5965
27519699d416 applied Jonas Jermann's patch (v1)
gabucino
parents: 5906
diff changeset
2227 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
2228 .br
6469
caac66533fa0 Tons of typos plus wording updated here and there.
diego
parents: 6397
diff changeset
2229 Send your complete bug reports to the MPlayer-users mailing list at
caac66533fa0 Tons of typos plus wording updated here and there.
diego
parents: 6397
diff changeset
2230 <mplayer-users@mplayerhq.hu>. We love complete bug reports :)
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
2231
5988
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
2232
7235
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
2233 .SH AUTHORS
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
2234 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
2235 .TP
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
2236 MPlayer is (C) 2000\-2002
7235
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
2237 .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
2238 .TP
6469
caac66533fa0 Tons of typos plus wording updated here and there.
diego
parents: 6397
diff changeset
2239 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
2240 .B Gabucino
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
2241 .br
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
2242 .B Diego Biurrun
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
2243 .br
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
2244 .B Jonas Jermann
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
2245 .PP
81eb93508042 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
jonas
parents: 7219
diff changeset
2246 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
2247
de86623c35ef merging mplayer+mencodre manpage, reorganized by section, updated by Jonas Jermann <jjermann@gmx.net>
arpi
parents: 5965
diff changeset
2248
5683
588237bcd14c applied goth (Jonas Jermann)'s patch
gabucino
parents: 5619
diff changeset
2249 .SH "STANDARD DISCLAIMER"
2848
33c32f3d9f1f many small updates, fixes (some/more to be completed soon)
gabucino
parents: 2664
diff changeset
2250 Use only at your own risk! There may be errors and inaccuracies that could
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
2251 be damaging to your system or your eye. Proceed with caution, and although
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
2252 this is highly unlikely, the author doesn't take any responsibility for that!
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
2253 .\" end of file