Mercurial > mplayer.hg
comparison DOCS/man/en/mplayer.1 @ 20987:ee1c45139b46
Xvid3 support is no more: Remove Xvid3-specific options
author | gpoirier |
---|---|
date | Sat, 18 Nov 2006 09:57:52 +0000 |
parents | 20110e4437c6 |
children | bbfba839deb3 |
comparison
equal
deleted
inserted
replaced
20986:2422495f5e78 | 20987:ee1c45139b46 |
---|---|
8501 .I NOTE: | 8501 .I NOTE: |
8502 Should you rescale the video, you would need an interlace-aware resizer, | 8502 Should you rescale the video, you would need an interlace-aware resizer, |
8503 which you can activate with \-vf scale=<width>:<height>:1. | 8503 which you can activate with \-vf scale=<width>:<height>:1. |
8504 . | 8504 . |
8505 .TP | 8505 .TP |
8506 .B "4mv\ \ \ \ " | |
8507 Use 4 motion vectors per macroblock. | |
8508 This might give better compression, but slows down encoding. | |
8509 .br | |
8510 .I WARNING: | |
8511 As of Xvid-1.0.x, this option is no longer available separately, and its | |
8512 functionality is included in the me_quality option. | |
8513 When me_quality > 4, 4mv is activated. | |
8514 . | |
8515 .TP | |
8516 .B rc_reaction_delay_factor=<value> | 8506 .B rc_reaction_delay_factor=<value> |
8517 This parameter controls the number of frames the CBR rate controller | 8507 This parameter controls the number of frames the CBR rate controller |
8518 will wait before reacting to bitrate changes and compensating for them | 8508 will wait before reacting to bitrate changes and compensating for them |
8519 to obtain a constant bitrate over an averaging range of frames. | 8509 to obtain a constant bitrate over an averaging range of frames. |
8520 . | 8510 . |
8556 For low bitrates, the smoothing of H.263 will give you less block noise. | 8546 For low bitrates, the smoothing of H.263 will give you less block noise. |
8557 When using custom matrices, MPEG must be used. | 8547 When using custom matrices, MPEG must be used. |
8558 .br | 8548 .br |
8559 .I WARNING: | 8549 .I WARNING: |
8560 As of Xvid-1.0.x, this option is replaced by the quant_type option. | 8550 As of Xvid-1.0.x, this option is replaced by the quant_type option. |
8561 . | |
8562 .TP | |
8563 .B mod_quant | |
8564 Decide whether to use MPEG or H.263 quantizers on a frame-by-frame basis | |
8565 (two pass mode only). | |
8566 .br | |
8567 .I WARNING: | |
8568 This will generate an illegal bitstream, and most likely not be decodable | |
8569 by any MPEG-4 decoder besides libavcodec or Xvid. | |
8570 .br | |
8571 .I WARNING: | |
8572 As of Xvid-1.0.x, this option is no longer available. | |
8573 . | 8551 . |
8574 .TP | 8552 .TP |
8575 .B keyframe_boost=<0\-1000> (two pass mode only) | 8553 .B keyframe_boost=<0\-1000> (two pass mode only) |
8576 Shift some bits from the pool for other frame types to intra frames, | 8554 Shift some bits from the pool for other frame types to intra frames, |
8577 thus improving keyframe quality. | 8555 thus improving keyframe quality. |