エンコードで使うマクロブロック・タイプを選択。
種類はできるだけ沢山使う方がx264の判断が賢くなる。例えば、ディテイルがちょびっとしかないモーションブロックには16x16が適している一方、ディテイルの精細なブロックには4x4が適している。つまり基本的にこのオプションはマクロブロックの効率的な符号化をもたらすという事だ。このオプションの有用度はサブペル動き予測の方式に依存する。p4x4 を使うには p8x8が、i8x8 を使うには --8x8dctが必要。
http://aflux.deltaanime.net/Zero1/MP4/x264.html#rate-control
--analyseThis sets the macroblock types that will be available when encoding. It is better to have more if not all of these modes enabled so as to allow the encoder to make a better decision when encoding, for instance large blocks of motion with little detail can be assigned 16x16 macroblocks, and fine detail can go right down to 4x4. It basically amounts to more efficient coding of macroblocks. The usefulness of some of these modes is dependant on the subpixel motion estimation used. p4x4 requires p8x8. i8x8 requires --8x8dct.