comparison DOCS/man/en/mplayer.1 @ 15654:c515b4dcec6b

sync to x264 r252 (8x8dct)
author lorenm
date Sun, 05 Jun 2005 19:05:00 +0000
parents 4aae027bf72f
children 5cdd85de64d4
comparison
equal deleted inserted replaced
15653:4aae027bf72f 15654:c515b4dcec6b
8077 With this option, the weights are determined by the temporal position 8077 With this option, the weights are determined by the temporal position
8078 of the B-frame relative to the references. 8078 of the B-frame relative to the references.
8079 Requires bframes > 1. 8079 Requires bframes > 1.
8080 . 8080 .
8081 .TP 8081 .TP
8082 .B (no)i4x4
8083 Use additional macroblock type i4x4 (default: enabled).
8084 Without this option, P- and B-frames will use only
8085 i16x16 and the inter types specified below.
8086 .
8087 .TP
8088 .B (no)i8x8
8089 Use additional macroblock type i8x8 (default: enabled).
8090 This option has no effect unless 8x8dct is enabled.
8091 .
8092 .TP
8082 .B (no)b8x8mv 8093 .B (no)b8x8mv
8083 Use additional macroblock types b16x8, b8x16, b8x8 (default: enabled). 8094 Use additional macroblock types b16x8, b8x16, b8x8 (default: enabled).
8084 Without this option, B-frames will use only types 8095 Without this option, B-frames will use only types
8085 i16x16, i4x4, b16x16, skip, direct. 8096 i16x16, i8x8, i4x4, b16x16, skip, direct.
8086 See 4x4mv for details. 8097 See 4x4mv for details.
8087 . 8098 .
8088 .TP 8099 .TP
8089 .B (no)8x8mv 8100 .B (no)8x8mv
8090 Use additional macroblock types p16x8, p8x16, p8x8 (default: enabled). 8101 Use additional macroblock types p16x8, p8x16, p8x8 (default: enabled).
8091 Without this option, P-frames will use only types 8102 Without this option, P-frames will use only types
8092 i16x16, i4x4, p16x16, skip. 8103 i16x16, i8x8, i4x4, p16x16, skip.
8093 This option is provided for experimentation only. 8104 This option is provided for experimentation only.
8094 It is not recommended to disable 8x8mv in a real encode. 8105 It is not recommended to disable 8x8mv in a real encode.
8095 . 8106 .
8096 .TP 8107 .TP
8097 .B (no)4x4mv 8108 .B (no)4x4mv
8098 Use additional macroblock types p8x4, p4x8, p4x4 (default: disabled). 8109 Use additional macroblock types p8x4, p4x8, p4x4 (default: disabled).
8099 Without this option, P-frames will use only types 8110 Without this option, P-frames will use only types
8100 i16x16, i4x4, p16x16, p16x8, p8x16, p8x8, skip. 8111 i16x16, i8x8, i4x4, p16x16, p16x8, p8x16, p8x8, skip.
8101 Requires 8x8mv. 8112 Requires 8x8mv.
8102 .br 8113 .br
8103 The idea is to find the type and size that best describe a certain area 8114 The idea is to find the type and size that best describe a certain area
8104 of the picture. 8115 of the picture.
8105 For example, a global pan is better represented by 16x16 blocks, while 8116 For example, a global pan is better represented by 16x16 blocks, while
8106 small moving objects are better represented by smaller blocks. 8117 small moving objects are better represented by smaller blocks.
8107 .br 8118 .br
8108 4x4mv is recommended only with subq >= 3. 8119 4x4mv is recommended only with subq >= 3.
8120 .
8121 .TP
8122 .B (no)8x8dct
8123 Adaptive spatial transform size: allows macroblocks to choose between
8124 4x4 and 8x8 DCT. Also allows the i8x8 macroblock type.
8125 Without this option, only 4x4 DCT is used.
8109 . 8126 .
8110 .TP 8127 .TP
8111 .B me=<1\-4> 8128 .B me=<1\-4>
8112 Select fullpixel motion estimation algorithm. 8129 Select fullpixel motion estimation algorithm.
8113 .PD 0 8130 .PD 0