[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.835,1.836

Loren Merritt CVS syncmail at mplayerhq.hu
Mon Jan 3 01:04:17 CET 2005


CVS change done by Loren Merritt CVS

Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv25956

Modified Files:
	mplayer.1 
Log Message:
x264: clarify 4x4mv, b8x8mv (thanks to Bond)


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.835
retrieving revision 1.836
diff -u -r1.835 -r1.836
--- mplayer.1	2 Jan 2005 22:38:21 -0000	1.835
+++ mplayer.1	3 Jan 2005 00:04:14 -0000	1.836
@@ -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>




More information about the MPlayer-DOCS mailing list