Mercurial > mplayer.hg
comparison DOCS/man/en/mplayer.1 @ 13965:b825bd2efe14
sync to x264 r61 (improved 2pass ratecontrol)
rename option 'fullinter' to '4x4mv'
author | lorenm |
---|---|
date | Thu, 18 Nov 2004 07:16:02 +0000 |
parents | 91b6a78856e5 |
children | d5dff36405c3 |
comparison
equal
deleted
inserted
replaced
13964:1df275df47d5 | 13965:b825bd2efe14 |
---|---|
7089 .B rc_sens=<0\-100> (CBR only) | 7089 .B rc_sens=<0\-100> (CBR only) |
7090 ratecontrol sensitivity (default: 4) | 7090 ratecontrol sensitivity (default: 4) |
7091 . | 7091 . |
7092 .TP | 7092 .TP |
7093 .B ip_factor=<value> | 7093 .B ip_factor=<value> |
7094 quantizer factor between I- and P-frames (default: 2.0) | 7094 quantizer factor between I- and P-frames (default: 1.4) |
7095 . | 7095 . |
7096 .TP | 7096 .TP |
7097 .B pb_factor=<value> | 7097 .B pb_factor=<value> |
7098 quantizer factor between P- and B-frames (default: 2.0) | 7098 quantizer factor between P- and B-frames (default: 1.4) |
7099 . | 7099 . |
7100 .TP | 7100 .TP |
7101 .B pass=<1\-3> | 7101 .B pass=<1\-3> |
7102 Enable 2 or 3-pass mode. | 7102 Enable 2 or 3-pass mode. |
7103 It is recommended to always encode in 2 or 3-pass mode as it leads to a | 7103 It is recommended to always encode in 2 or 3-pass mode as it leads to a |
7145 This affects the ratecontrol: a lower value makes the | 7145 This affects the ratecontrol: a lower value makes the |
7146 bitrate more constant, while a higher value makes the quantization parameter | 7146 bitrate more constant, while a higher value makes the quantization parameter |
7147 more constant. | 7147 more constant. |
7148 . | 7148 . |
7149 .TP | 7149 .TP |
7150 .B qblur=<0\-99> | 7150 .B cplx_blur=<0\-999> |
7151 Temporal blur of the quantization parameter (default: 0.5). | 7151 Temporal blur of the estimated frame complexity, before curve compression |
7152 (default: 20). | |
7152 Lower values allow the quantizer value to jump around more, | 7153 Lower values allow the quantizer value to jump around more, |
7153 higher values force it to vary more smoothly. | 7154 higher values force it to vary more smoothly. |
7154 . | 7155 cplx_blur ensures that each I-frame has quality comparable to the following |
7155 .TP | 7156 P-frames, and ensures that alternating high and low complexity frames |
7156 .B (no)fullinter | 7157 (e.g. low fps animation) do not waste bits on fluctuating quantizer. |
7158 . | |
7159 .TP | |
7160 .B qblur=<0\-99> | |
7161 Temporal blur of the quantization parameter, after curve compression | |
7162 (default: 0.5). | |
7163 Lower values allow the quantizer value to jump around more, | |
7164 higher values force it to vary more smoothly. | |
7165 . | |
7166 .TP | |
7167 .B (no)4x4mv | |
7157 Use all available interframe macroblock types (i16x16, i4x4, p16x16, | 7168 Use all available interframe macroblock types (i16x16, i4x4, p16x16, |
7158 p16x8, p8x16, p8x8, p8x4, p4x8, p4x4, pskip) | 7169 p16x8, p8x16, p8x8, p8x4, p4x8, p4x4, skip) |
7159 The idea is to find the type and size that best describe a certain area | 7170 The idea is to find the type and size that best describe a certain area |
7160 of the picture, i.e.\& very effective for Anime, which usually contains | 7171 of the picture, i.e.\& very effective for Anime, which usually contains |
7161 large areas of the same color (default: i16x16, i4x4, p16x16-8x8). | 7172 large areas of the same color (default: i16x16, i4x4, p16x16-8x8, skip). |
7162 Depending on the source material, it can improve or degrade quality, use | 7173 Depending on the source material, it can improve or degrade quality, use |
7163 it with care. | 7174 it with care. |
7164 . | 7175 . |
7165 .TP | 7176 .TP |
7166 .B subq=<0\-5> | 7177 .B subq=<0\-5> |