Mercurial > mplayer.hg
changeset 14313:019b0bc4fdc1
x264: clarify 4x4mv, b8x8mv (thanks to Bond)
author | lorenm |
---|---|
date | Mon, 03 Jan 2005 00:04:14 +0000 |
parents | 0b849af0b8a2 |
children | 1aecb421ef6c |
files | DOCS/man/en/mplayer.1 |
diffstat | 1 files changed, 6 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- 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>