comparison DOCS/man/en/mplayer.1 @ 27734:ae735e2ef76d

update x264's section with r999 of x264
author gpoirier
date Tue, 14 Oct 2008 09:31:19 +0000
parents d447c8e27651
children e49937996ec2
comparison
equal deleted inserted replaced
27733:e764b5bd9b4d 27734:ae735e2ef76d
10042 .TP 10042 .TP
10043 .B me_range=<4\-64> 10043 .B me_range=<4\-64>
10044 radius of exhaustive or multi-hexagon motion search (default: 16) 10044 radius of exhaustive or multi-hexagon motion search (default: 16)
10045 . 10045 .
10046 .TP 10046 .TP
10047 .B subq=<1\-7> 10047 .B subq=<1\-9>
10048 Adjust subpel refinement quality. 10048 Adjust subpel refinement quality.
10049 This parameter controls quality versus speed tradeoffs involved in the motion 10049 This parameter controls quality versus speed tradeoffs involved in the motion
10050 estimation decision process. 10050 estimation decision process.
10051 subq=5 can compress up to 10% better than subq=1. 10051 subq=5 can compress up to 10% better than subq=1.
10052 .PD 0 10052 .PD 0
10067 macroblock types. 10067 macroblock types.
10068 Then selects the best type. 10068 Then selects the best type.
10069 Then finishes the quarterpixel refinement for that type. 10069 Then finishes the quarterpixel refinement for that type.
10070 .IPs 5 10070 .IPs 5
10071 Runs best quality quarterpixel precision motion estimation on all 10071 Runs best quality quarterpixel precision motion estimation on all
10072 candidate macroblock types, before selecting the best type (default). 10072 candidate macroblock types, before selecting the best type.
10073 Also refines the two motion vectors used in bidirectional macroblocks,
10074 rather than reusing vectors from the forward and backward searches.
10073 .IPs 6 10075 .IPs 6
10074 Enables rate-distortion optimization of macroblock types in 10076 Enables rate-distortion optimization of macroblock types in
10075 I- and P-frames. 10077 I- and P-frames (default).
10076 .IPs 7 10078 .IPs 7
10077 Enables rate-distortion optimization of motion vectors and intra modes. (best) 10079 Enables rate-distortion optimization of macroblock types in all frames.
10080 .IPs 8
10081 Enables rate-distortion optimization of motion vectors in I- and P-frames.
10082 .IPs 9
10083 Enables rate-distortion optimization of motion vectors in all frames (best).
10078 .RE 10084 .RE
10079 .PD 1 10085 .PD 1
10080 .RS 10086 .RS
10081 In the above, "all candidates" does not exactly mean all enabled types: 10087 In the above, "all candidates" does not exactly mean all enabled types:
10082 4x4, 4x8, 8x4 are tried only if 8x8 is better than 16x16. 10088 4x4, 4x8, 8x4 are tried only if 8x8 is better than 16x16.
10094 reference frame. 10100 reference frame.
10095 Without this option, a whole macroblock must use the same reference. 10101 Without this option, a whole macroblock must use the same reference.
10096 Requires frameref>1. 10102 Requires frameref>1.
10097 . 10103 .
10098 .TP 10104 .TP
10099 .B (no)brdo 10105 .B trellis=<0\-2> (cabac only)
10100 Enables rate-distortion optimization of macroblock types in B-frames.
10101 Requires subq>=6.
10102 .
10103 .TP
10104 .B (no)bime
10105 Refine the two motion vectors used in bidirectional macroblocks,
10106 rather than re-using vectors from the forward and backward searches.
10107 This option has no effect without B-frames.
10108 .
10109 .TP
10110 .B trellis=<0\-2>
10111 rate-distortion optimal quantization 10106 rate-distortion optimal quantization
10112 .PD 0 10107 .PD 0
10113 .RSs 10108 .RSs
10114 .IPs 0 10109 .IPs 0
10115 disabled (default) 10110 disabled (default)
10117 enabled only for the final encode 10112 enabled only for the final encode
10118 .IPs 2 10113 .IPs 2
10119 enabled during all mode decisions (slow, requires subq>=6) 10114 enabled during all mode decisions (slow, requires subq>=6)
10120 .RE 10115 .RE
10121 .PD 1 10116 .PD 1
10117 .
10118 .TP
10119 .B psy-rd=rd[:trell]
10120 Sets the strength of the psychovisual optimization.
10121 .PD 0
10122 .RSs
10123 .IPs rd=<0.0\-10.0>
10124 rate-distortion strength (requires subq>=6) (default: 1.0)
10125 .IPs trell=<0.0\-10.0>
10126 trellis (requires trellis, experimental) (default: 0.0)
10127 .RE
10128 .PD 1
10129 .
10122 . 10130 .
10123 .TP 10131 .TP
10124 .B deadzone_inter=<0\-32> 10132 .B deadzone_inter=<0\-32>
10125 Set the size of the inter luma quantization deadzone for non-trellis 10133 Set the size of the inter luma quantization deadzone for non-trellis
10126 quantization (default: 21). 10134 quantization (default: 21).