comparison DOCS/man/en/mplayer.1 @ 15724:35d05a4d14fd

sync to x264 rev263 (RDO)
author lorenm
date Wed, 15 Jun 2005 02:28:06 +0000
parents 7f43df51e0e9
children 817442243b82
comparison
equal deleted inserted replaced
15723:ac7dcf4a1f8a 15724:35d05a4d14fd
8173 .TP 8173 .TP
8174 .B me_range=<4\-64> 8174 .B me_range=<4\-64>
8175 radius of exhaustive or multi-hexagon motion search (default: 16) 8175 radius of exhaustive or multi-hexagon motion search (default: 16)
8176 . 8176 .
8177 .TP 8177 .TP
8178 .B subq=<1\-5> 8178 .B subq=<1\-6>
8179 Adjust subpel refinement quality. 8179 Adjust subpel refinement quality.
8180 This parameter controls quality versus speed tradeoffs involved in the motion 8180 This parameter controls quality versus speed tradeoffs involved in the motion
8181 estimation decision process. 8181 estimation decision process.
8182 subq=5 can compress up to 10% better than subq=1. 8182 subq=5 can compress up to 10% better than subq=1.
8183 .RSs 8183 .RSs
8198 Then selects the best type. 8198 Then selects the best type.
8199 Then finishes the quarterpixel refinement for that type. 8199 Then finishes the quarterpixel refinement for that type.
8200 .br 8200 .br
8201 5: Runs best quality quarterpixel precision motion estimation on all 8201 5: Runs best quality quarterpixel precision motion estimation on all
8202 candidate macroblock types, before selecting the best type. 8202 candidate macroblock types, before selecting the best type.
8203 (best, default) 8203 (default)
8204 .br
8205 6: Enables rate-distortion optimization of macroblock types in
8206 I- and P-frames. (best)
8204 .REss 8207 .REss
8205 In the above, "all candidates" doesn't exactly mean all enabled types: 8208 In the above, "all candidates" doesn't exactly mean all enabled types:
8206 4x4, 4x8, 8x4 are tried only if 8x8 is better than 16x16. 8209 4x4, 4x8, 8x4 are tried only if 8x8 is better than 16x16.
8207 . 8210 .
8208 .TP 8211 .TP
8209 .B (no)chroma_me 8212 .B (no)chroma_me
8210 Takes into account chroma information during subpixel motion search 8213 Takes into account chroma information during subpixel motion search
8211 (default: enabled). 8214 (default: enabled).
8212 Requires subq=5. 8215 Requires subq>=5.
8213 . 8216 .
8214 .TP 8217 .TP
8215 .B chroma_qp_offset=<-12\-12> 8218 .B chroma_qp_offset=<-12\-12>
8216 Use a different quantizer for chroma as compared to luma. 8219 Use a different quantizer for chroma as compared to luma.
8217 Useful values are in the range <-2\-2> (default: 0). 8220 Useful values are in the range <-2\-2> (default: 0).