annotate DOCS/mplayer.1 @ 7585:cfd6a99021ac

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