Keep some B-frames as references
範囲:-
一部のBフレームを参照フレームに使えるようにする。他のフレームがBを参照できるようになるので符号化効率があがる。2枚以上のBフレームが必要で、デコーダー・ラグが2になる事がある。この機能はデフォルトではオフ。コマンドラインに --b-pyramid と追加すると使えるようになる。
*Decoding Delayについて
http://aflux.deltaanime.net/Zero1/MP4/x264.html#frame-type-options
--b-pyramid
Usage: --b-pyramid (default=off)
This allows the encoder to use some B-frames as references. This should help increase efficiency since other frames can now be predicted using B-frames. This feature requires 2 or more B-frames, and may cause a 2 frame decoder lag.