# HG changeset patch # User lorenm # Date 1104710654 0 # Node ID 019b0bc4fdc1381f8d6a519b89abb32a08b3cdda # Parent 0b849af0b8a21843562e1a2dd1fb34c31a297f65 x264: clarify 4x4mv, b8x8mv (thanks to Bond) diff -r 0b849af0b8a2 -r 019b0bc4fdc1 DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Sun Jan 02 23:54:14 2005 +0000 +++ b/DOCS/man/en/mplayer.1 Mon Jan 03 00:04:14 2005 +0000 @@ -7295,17 +7295,16 @@ . .TP .B (no)b8x8mv -Use macroblock types b16x8, b8x16, b8x8 (default: enabled). -Requires B-frames. +Use additional macroblock types b16x8, b8x16, b8x8 (default: enabled). +Without this option, B-frames will use only types +i16x16, i4x4, b16x16, skip, direct. See 4x4mv for details. . .TP .B (no)4x4mv -Use macroblock types p8x4, p4x8, p4x4 (default: disabled). -.br -The available interframe macroblock types are i16x16, i4x4, p16x16, p16x8, -p8x16, p8x8, p8x4, p4x8, p4x4, b16x16, b16x8, b8x16, b8x8, skip, direct. -i16x16, i4x4, p16x16-8x8, b16x16, and skip are always used. +Use additional macroblock types p8x4, p4x8, p4x4 (default: disabled). +Without this option, P-frames will use only types +i16x16, i4x4, p16x16, p16x8, p8x16, p8x8, skip. .br The idea is to find the type and size that best describe a certain area of the picture. @@ -7313,8 +7312,6 @@ small moving objects are better represented by smaller blocks. .br 4x4mv is recommended only with subq >= 3. -Depending on the source material, it can improve or degrade -quality, use it with care. . .TP .B subq=<0\-5>