2602
|
1 .\" MEncoder (C) 2000-2001 Arpad Gereoffy <arpi@esp-team.scene.hu>
|
|
2 .\" This manpage was/is done by Gabucino
|
2597
|
3 .\"
|
|
4 .TH MEncoder
|
|
5 .SH NAME
|
|
6 mencoder \- Movie Encoder for Linux
|
|
7 .SH SYNOPSIS
|
|
8 .B mencoder
|
2602
|
9 .RB [ \-vcd\ <track\ number> ]
|
|
10 .RB [ \-dvd\ <titleid> ]
|
|
11 .RB [ \-chapter\ <chapterid> ]
|
|
12 .RB [ \-dvdangle\ <angleid> ]
|
|
13 .RB [ \-dvdkey\ <key> ]
|
|
14 .RB [ \-nobps ]
|
|
15 .RB [ \-aid\ <id> ]
|
|
16 .RB [ \-vid\ <id> ]
|
|
17 .RB [ \-pp\ <quality> ]
|
|
18 .RB [ \-vc\ <video\ codec\ name> ]
|
|
19 .RB [ \-ac\ <audio\ codec\ name> ]
|
|
20 .RB [ \-vfm\ <video\ codec\ family> ]
|
|
21 .RB [ \-afm\ <audio\ codec\ family> ]
|
2630
|
22 .RB [ \-include\ <configfile> ]
|
2602
|
23 .RB [ \-v ]
|
|
24 .RB [ \-mp3file\ <filename> ]
|
|
25 .RB [ \-ac3file\ <filename> ]
|
|
26 .RB [ \-ovc\ <video\ codec\ name> ]
|
|
27 .RB [ \-oac\ <audio\ codec\ name> ]
|
2628
|
28 .RB [ \-divx4opts\ <codec\ options> ]
|
|
29 .RB [ \-lameopts\ <codec\ options> ]
|
2602
|
30 .RB [ \-pass\ <1/2> ]
|
2603
|
31 .RB [ \-ofps\ <fps> ]
|
|
32 .RB [ \-o\ <filename> ]
|
2602
|
33 .I - or file or device
|
2597
|
34 .PP
|
|
35 .SH DESCRIPTION
|
|
36 .I mencoder
|
|
37 Encoder.
|
|
38 .LP
|
|
39 .SH "GENERAL OPTIONS"
|
|
40 .TP
|
|
41 .I NOTE
|
2602
|
42 Every "flag" option has "noflag" pair, e.g. -flag opposite is -noflag
|
|
43 .TP
|
|
44 .B \-vcd <track number>
|
|
45 Encode the specified VCD track.
|
2597
|
46 .TP
|
2602
|
47 .B \-dvd <title number>
|
|
48 Encode the specified DVD title.
|
|
49 .TP
|
|
50 .B \-chapter <chapter id>
|
|
51 Use with -dvd option (see above). Start encoding at the specified chapter.
|
2597
|
52 .TP
|
2602
|
53 .B \-dvdangle <angle id>
|
|
54 Use with -dvd option (see above), and if the DVD disc has multiple angles.
|
|
55 It will encode the angle specified here.
|
|
56 .TP
|
|
57 .B \-dvdkey <key>
|
|
58 Used to decrypt CSS-encrypted streams on hard disk (with given CSS decrypt
|
|
59 key).
|
2597
|
60 .TP
|
2602
|
61 .B \-nobps
|
|
62 Used only for AVIs. Do not use the bps value in the AVI header, instead
|
|
63 calculate it.
|
|
64 .TP
|
|
65 .B \-aid <audio stream id>
|
|
66 If source media contains multiple audio streams (for example DVDs), encode
|
|
67 the specified one.
|
2597
|
68 .TP
|
2602
|
69 .B \-vid <video stream id>
|
|
70 If source media contains multiple video streams, encode the specified one.
|
|
71 .TP
|
|
72 .B \-pp <value>
|
|
73 Apply a postprocess filter to enhance image quality. (values?)
|
2597
|
74 .TP
|
2602
|
75 .B \-vc <codec name>
|
|
76 Use specified codec (according to codecs.conf) for decoding input video
|
|
77 stream.
|
|
78 .TP
|
|
79 .B \-ac <codec name>
|
|
80 Use specified codec (according to codecs.conf) for decoding input audio
|
|
81 stream.
|
2597
|
82 .TP
|
2602
|
83 .B \-vfm <video family>
|
2630
|
84 (useful?) (yes!)
|
2602
|
85 .TP
|
|
86 .TP
|
|
87 .B \-afm <audio family>
|
2630
|
88 (useful?) (yes!)
|
2597
|
89 .TP
|
2628
|
90 .B \-include
|
2630
|
91 Include what? Configfile.
|
2628
|
92 .TP
|
|
93 .B \-v
|
|
94 Increase verbosity.
|
|
95 .TP
|
|
96 .B \-divx4opts
|
|
97 If encoding to DivX4, you can specify its parameters here, like:
|
|
98
|
2630
|
99 -divx4opts br=1800:deinterlace:key=250
|
2628
|
100
|
|
101 Available options:
|
|
102
|
2631
|
103 help get help (TODO!)
|
|
104 br=XXX specify bitrate in
|
|
105 kbit <4-16000> or
|
|
106 bit <16001-24000000>
|
|
107 key=XXX maximum keyframe interval
|
|
108 (in frames)
|
|
109 deinterlace enable deinterlacing
|
|
110 q=XXXX quality (1-fastest, 5-best)
|
|
111 min_quant=XXX minimum quantizer (0-32)
|
|
112 max_quant=XXX maximum quantizer (0-32)
|
|
113 rc_period=XXX rate control period
|
|
114 rc_reaction_period=XXX rate control
|
|
115 reaction period
|
|
116 rc_reaction_ratio=XXX rate control
|
|
117 reaction ratio
|
2628
|
118
|
|
119 .TP
|
|
120 .B \-lameopts
|
|
121 If encoding to MP3 with libmp3lame, you can specify its parameters here, like:
|
|
122
|
|
123 -lameopts vbr=192
|
|
124
|
|
125 Available options:
|
|
126
|
2631
|
127 help get help (TODO!)
|
|
128 br=XXX specify bitrate in
|
|
129 kbit <0-1024>
|
|
130 vbr=XXX variable bitrate method
|
|
131 0=cbr
|
|
132 1=mt
|
|
133 2=rh(default)
|
|
134 3=abr
|
|
135 4=mtrh
|
|
136 cbr constant bitrate
|
|
137 mode=XXX 0=stereo
|
|
138 1=joint-stereo
|
|
139 2=dualchannel
|
|
140 3=mono
|
|
141 (default: auto)
|
|
142 padding=XXX 0=no
|
|
143 1=all
|
|
144 2=adjust
|
|
145 ratio=XXX compression ratio <1-100>
|
2628
|
146
|
|
147 .TP
|
2602
|
148 .B \-OTHERS
|
|
149 TODO
|
|
150 .IP
|
|
151 .SH FILES AND DIRECTORIES
|
|
152 .IP
|
|
153 .SH "EXAMPLES"
|
2597
|
154 .IP
|
|
155 .SH BUGS
|
|
156 Probably. Check the documentation.
|
|
157
|
|
158 Bugreports should be addressed to the MPlayer-users mailing list
|
|
159 (mplayer-users@mplayerhq.hu) ! If you want to submit a bugreport
|
|
160 (which we love to receive!), please double-check the bugreports.html, and
|
|
161 tell us all that we need to know to identify your problem.
|
|
162
|
|
163 .LP
|
|
164 .SH AUTHORS
|
|
165 Check documentation !
|
|
166
|
|
167 MPlayer is (C) 2000-2001
|
|
168 .I Arpad Gereoffy <arpi@thot.banki.hu>
|
|
169
|
|
170 This manpage is written and maintained by
|
|
171 .I Gabucino .
|
|
172 .LP
|
|
173 .SH STANDARD DISCLAIMER
|
|
174 Use only at your own risk! There may be errors and inaccuracies that could
|
|
175 be damaging to your system or your eye. Proceed with caution, and although
|
|
176 this is highly unlikely, the author doesn't take any responsibility for that!
|
|
177 .\" end of file
|