comparison DOCS/mencoder.1 @ 5811:7c6cf46a44ce

applied 2 patches
author gabucino
date Wed, 24 Apr 2002 16:47:37 +0000
parents e9aac7e08638
children 21935594d592
comparison
equal deleted inserted replaced
5810:8a357300d0ec 5811:7c6cf46a44ce
192 -lavcopts vcodec=msmpeg4:vbitrate=1800:vhq:keyint=250 192 -lavcopts vcodec=msmpeg4:vbitrate=1800:vhq:keyint=250
193 193
194 Available options: 194 Available options:
195 195
196 help get help 196 help get help
197 vcodec=XXX use the specified codec 197
198 (for full list, see html doc!) 198 vcodec=XXX use the specified codec :
199 mjpeg - Motion JPEG
200 h263 - H263
201 h263p - H263 Plus
202 mpeg4 - DivX 4/5
203 msmpeg4 - DivX 3
204 rv10 - an old RealVideo codec
205 mpeg1video - MPEG1 video :)
206 There's no default, you must
207 specify it.
208
199 vbitrate=XXX specify bitrate in 209 vbitrate=XXX specify bitrate in
200 kbit <4-16000> or 210 kbit <4-16000> or
201 bit <16001-24000000> 211 bit <16001-24000000>
212 (warning: 1kbit = 1000 bits)
213 default = 800k
214
215 vratetol=XXX approximated *filesize* tolerance
216 in bits/kbits.
217 (warning: 1kbit = 1000 bits)
218 default = 1024*8 bits.
219
202 keyint=XXX interval between keyframes 220 keyint=XXX interval between keyframes
203 (specify in frames) 221 (specify in frames, >300 are not
204 vhq very high quality 222 recommended)
205 vme=XXX motion estimation method 223 default = 250 (one key frame every
206 vqmin=XXX minimum quantizer 224 ten seconds in a 25fps movie)
207 vqmax=XXX maximum quantizer 225
208 vqdiff=XXX quantizer difference. Limits the 226 vhq high quality mode, macro blocks
209 maximum quantizer difference 227 will be encoded multiple times and
210 between frames. 228 the smallest will be used.
211 vratetol=XXX approximated bitrate tolerance 229 default = HQ disabled
230
231 vme=XXX [0..5] motion estimation method :
232 0 - no ME at all
233 1 - ME_FULL
234 2 - ME_LOG
235 3 - ME_PHODS
236 4 - ME_EPZS
237 5 - ME_X1
238 EPZS usually gives best results,
239 but you can try X1 too. FULL is
240 very slow and the others are
241 experimental.
242 default = EPZS
243
212 vqcomp=XXX if the value is set to 1.0, the 244 vqcomp=XXX if the value is set to 1.0, the
213 quantizer will stay nearly 245 quantizer will stay nearly
214 constant. If it's 0.0, the 246 constant (high motion scenes will
247 look bad). If it's 0.0, the
215 quantizer will be changed 248 quantizer will be changed
216 to make all frames 249 to make all frames approximately
217 approximately equally sized. 250 equally sized (low motion scenes
251 will look bad).
252 default = 0.5
253
218 vqblur=XXX blurs the quantizer graph over 254 vqblur=XXX blurs the quantizer graph over
219 time. 255 time.
220 0.0 : no blur 256 0.0 : no blur
221 1.0 : average all past 257 1.0 : average all past
222 quantizers 258 quantizers
259 default = 0.5
260
261 vqscale=XXX [2..31] gives each frame the same
262 quantizer (selects fixed quantizer
263 mode).
264 default = 0 (fixed quantizer mode
265 disabled)
266
267 vrc_strategy=X [0..2] different strategies to
268 decide which frames should get
269 which quantizer.
270 default = 2
271
272 v4mv 4 motion vectors per macroblock,
273 may gives you slightly better
274 quality, can only be used in HQ
275 mode and is buggy with B frames
276 currently.
277 default = disabled
278
279 vpass=X [1,2] select internal first pass
280 or second pass of 2-pass mode.
281 default = 0 (1-pass mode)
282
283 The next 3 options apply only to I & P frames :
284
285 vqmin=XX [1..31] minimum quantizer,
286 default = 3
287
288 vqmax=XX [1..31] maximum quantizer
289 default = 15
290
291 vqdiff=XX [1..31] quantizer difference.
292 Limits the maximum quantizer
293 difference between frames.
294 default = 3
295
296 The following options apply only to B frames :
297
298 vmax_b_frames=X [0..4] maximum number of frames
299 between each I/P frame.
300 default = 0 (B-frames generation
301 disabled)
302
303 vb_strategy=X strategy to choose between
304 I/P/B frames :
305 0 allways use max B
306 1 avoid B frames in high
307 motion / scene change (can
308 lead to filesize miss
309 prediction)
310 default = 0
311
312 In fixed quantizer mode you can use those options :
313 vqscale, vmax_b_frames, vhq, vme, keyint
314
315 You can use the following options only in pass 1 of 2-pass mode or in 1-pass mode :
316 vqblur, vqdiff
317
318 You can use the following options only in pass 2 of 2-pass mode :
319 vrc_strategy, vb_strategy
320
321 All other options can be used in all modes.
322
223 .TP 323 .TP
224 .B \-lameopts 324 .B \-lameopts
225 If encoding to MP3 with libmp3lame, you can specify its parameters here, like: 325 If encoding to MP3 with libmp3lame, you can specify its parameters here, like:
226 326
227 -lameopts br=192:cbr 327 -lameopts br=192:cbr