comparison DOCS/man/en/mplayer.1 @ 15699:18c282a75734

Better description of XviD's keyframe_boost and kfthreshold. Consitency fixes.
author gpoirier
date Wed, 08 Jun 2005 20:37:35 +0000
parents 8ce6ba68efb3
children 1a542b10ea87
comparison
equal deleted inserted replaced
15698:cb4bd8e959d6 15699:18c282a75734
7407 .I WARNING: 7407 .I WARNING:
7408 As of XviD-1.0.x, this option is replaced by the 7408 As of XviD-1.0.x, this option is replaced by the
7409 [min|max]_[i|p|b]quant options. 7409 [min|max]_[i|p|b]quant options.
7410 . 7410 .
7411 .TP 7411 .TP
7412 .B min_key_interval=<value> 7412 .B min_key_interval=<value> (two pass only)
7413 minimum interval between keyframes (default: 0, two pass only) 7413 minimum interval between keyframes (default: 0)
7414 . 7414 .
7415 .TP 7415 .TP
7416 .B max_key_interval=<value> 7416 .B max_key_interval=<value>
7417 maximum interval between keyframes (default: 10*fps) 7417 maximum interval between keyframes (default: 10*fps)
7418 . 7418 .
7437 .br 7437 .br
7438 .I WARNING: 7438 .I WARNING:
7439 As of XviD-1.0.x, this option is no longer available. 7439 As of XviD-1.0.x, this option is no longer available.
7440 . 7440 .
7441 .TP 7441 .TP
7442 .B keyframe_boost=<0\-1000> 7442 .B keyframe_boost=<0\-1000> (two pass mode only)
7443 Shift some bits from the pool for other frame types to intra frames, 7443 Shift some bits from the pool for other frame types to intra frames,
7444 thus improving keyframe quality. 7444 thus improving keyframe quality.
7445 (default: 0, two pass mode only) 7445 This amount is an extra percentage, so a value of 10 will give
7446 . 7446 your keyframes 10% more bits than normal
7447 .TP 7447 (default: 0).
7448 .B kfthreshold=<value> 7448 .
7449 (default: 10, two pass mode only) 7449 .TP
7450 .B kfthreshold=<value> (two pass mode only)
7451 Works together with kfreduction.
7452 Determines the minimum distance below which you consider that
7453 two frames are considered consecutive and treated differently
7454 according to kfreduction.
7455 (default: 10).
7450 . 7456 .
7451 .TP 7457 .TP
7452 .B kfreduction=<0\-100> 7458 .B kfreduction=<0\-100>
7453 The above two settings can be used to adjust the size of keyframes that 7459 The above two settings can be used to adjust the size of keyframes that
7454 you consider too close to the first (in a row). 7460 you consider too close to the first (in a row).