<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<STYLE>
BLOCKQUOTE {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; MARGIN-LEFT: 2em
}
OL {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
UL {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
BODY {
        LINE-HEIGHT: 1.5; FONT-FAMILY: Î¢ÈíÑźÚ; COLOR: #000000; FONT-SIZE: 10.5pt
}
</STYLE>

<META name=GENERATOR content="MSHTML 8.00.7601.19104"></HEAD>
<BODY style="MARGIN: 10px">
<DIV>Hi</DIV>
<DIV> </DIV>
<DIV>I want to encode an video and the frame order want to be as follow:</DIV>
<DIV> </DIV>
<DIV>Display order : I1 Br2 B3 P4 Br5 B6 P7...... for low delay because only one 
frame delay under this condition</DIV>
<DIV> </DIV>
<DIV>so the encode order should be</DIV>
<DIV> </DIV>
<DIV>I1 P4 Br2 B3 P7 Br5 Br6</DIV>
<DIV> </DIV>
<DIV>but when I use x264 to encode the video the encode order is as 
follow:</DIV>
<DIV> </DIV>
<DIV>I1 P4 Br3 B2 P7 Br6 B5</DIV>
<DIV> </DIV>
<DIV>so the display order for the encode order should be</DIV>
<DIV> </DIV>
<DIV>I1 B2 Br3 P4 B5 Br6 P7  </DIV>
<DIV> </DIV>
<DIV>My question is that is there any setting to change the B frame order?</DIV>
<DIV> </DIV>
<DIV>Thanks</DIV>
<DIV>Best regards</DIV>
<DIV> </DIV>
<DIV> </DIV>
<HR style="WIDTH: 210px; HEIGHT: 1px" align=left color=#b5c4df SIZE=1>

<DIV><SPAN>highgod0401</SPAN></DIV></BODY></HTML>