[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.909,1.910

Loren Merritt CVS syncmail at mplayerhq.hu
Fri Mar 4 14:11:03 CET 2005


CVS change done by Loren Merritt CVS

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

Modified Files:
	mplayer.1 
Log Message:
sync to x264 r150: new option 'b_pyramid'


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.909
retrieving revision 1.910
diff -u -r1.909 -r1.910
--- mplayer.1	4 Mar 2005 07:50:55 -0000	1.909
+++ mplayer.1	4 Mar 2005 13:11:00 -0000	1.910
@@ -7660,6 +7660,20 @@
 A higher b_bias produces more B-frames. (default: 0)
 .
 .TP
+.B (no)b_pyramid
+Allows B-frames to be used as references for predicting other frames.
+For example, consider 3 consecutive B-frames: I0 B1 B2 B3 P4.
+Without this option, B-frames follow the same pattern as MPEG-[124].
+So they are coded in the order I0 P4 B1 B2 B3, and all the B-frames 
+are predicted from I0 and P4.
+With this option, they are coded as I0 P4 B2 B1 B3.
+B2 is the same as above, but B1 is predicted from I0 and B2, and 
+B3 is predicted from B2 and P4.
+This results in slightly improved compression, at no speed cost.
+Requires bframes >= 2.
+Disadvantage: increases decoding delay to 2 frames.
+.
+.TP
 .B (no)deblock
 Use deblocking filter (default: on).
 As it takes very little time compared to its quality gain, it's not




More information about the MPlayer-DOCS mailing list