comparison DOCS/man/en/mplayer.1 @ 14411:fba04febec4e

x264: disable subq=0 (the huge bitrate penalty wasn't worth the speed), and set default subq to best. wording. renumber direct_pred (temporal seems to be best)
author lorenm
date Fri, 07 Jan 2005 11:11:21 +0000
parents eb6ad5bd5fea
children 160dc87f9e8a
comparison
equal deleted inserted replaced
14410:9b7f3566b603 14411:fba04febec4e
7281 .PD 0 7281 .PD 0
7282 .RSs 7282 .RSs
7283 .IPs 0 7283 .IPs 0
7284 None: direct macroblocks are not used. 7284 None: direct macroblocks are not used.
7285 .IPs 1 7285 .IPs 1
7286 Spatial: motion vectors are extrapolated from neighboring blocks.
7287 .IPs 2
7286 Temporal: motion vectors are interpolated from the following P-frame. 7288 Temporal: motion vectors are interpolated from the following P-frame.
7287 (default) 7289 (default)
7288 .IPs 2 7290 .RE
7289 Spatial: motion vectors are extrapolated from neighboring blocks. 7291 .PD 1
7290 .RE
7291 .PD 1
7292 Spatial and temporal are approximately the same speed, and neither is
7293 strictly better than the other.
7294 The best choice depends on the movie. 7292 The best choice depends on the movie.
7293 Spatial and temporal are approximately the same speed and PSNR,
7294 but temporal often looks better.
7295 direct_pred=0 is usually both slower and lower quality. 7295 direct_pred=0 is usually both slower and lower quality.
7296 . 7296 .
7297 .TP 7297 .TP
7298 .B (no)b8x8mv 7298 .B (no)b8x8mv
7299 Use additional macroblock types b16x8, b8x16, b8x8 (default: enabled). 7299 Use additional macroblock types b16x8, b8x16, b8x8 (default: enabled).
7313 small moving objects are better represented by smaller blocks. 7313 small moving objects are better represented by smaller blocks.
7314 .br 7314 .br
7315 4x4mv is recommended only with subq >= 3. 7315 4x4mv is recommended only with subq >= 3.
7316 . 7316 .
7317 .TP 7317 .TP
7318 .B subq=<0\-5> 7318 .B subq=<1\-5>
7319 Adjust subpel refinement quality. 7319 Adjust subpel refinement quality.
7320 This parameter controls quality versus speed tradeoffs involved in the motion 7320 This parameter controls quality versus speed tradeoffs involved in the motion
7321 estimation decision process. 7321 estimation decision process.
7322 It can improve quality significantly. 7322 It can improve quality significantly.
7323 .RSs 7323 .RSs
7324 0: halfpel only 7324 1: fullpixel mode decision, 1 iteration of qpel on the winner (fastest)
7325 .br 7325 .br
7326 1: 1 iteration of qpel on the winning candidate 7326 2: fullpixel mode decision, 2 iterations of qpel on the winner
7327 .br 7327 .br
7328 2: 2 iterations of qpel on the winning candidate 7328 3: halfpel mode decision, qpel on the winner
7329 .br 7329 .br
7330 3: halfpel on all MB types, qpel on the winner (default) 7330 4: qpel mode decision
7331 .br 7331 .br
7332 4: qpel on all 7332 5: qpel mode decision, more iterations (best, default)
7333 .br
7334 5: more iterations of qpel
7335 .REss 7333 .REss
7336 . 7334 .
7337 .TP 7335 .TP
7338 .B log=<-1\-3> 7336 .B log=<-1\-3>
7339 Adjust the amount of logging info printed to the screen. 7337 Adjust the amount of logging info printed to the screen.