annotate DOCS/mplayer.1 @ 7691:5381fb575552

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