映像の特定部分のビットレート調整。
ゾーンの指定書式は
<start frame>,<end frame>,<option>
<option>の中身は
q=<integer> (QPの強制)
または b=<float> (ビットレートの係数)。/で区切ると複数のゾーン指定ができる。
例:
--zones 200,900,b=0.50/1000,1200,b=2.0
これでフレーム番号200-900の区間のビットレートは平均の約半分に、フレーム番号1000-1200の区間のビットレートが平均の概ね倍になる。
http://aflux.deltaanime.net/Zero1/MP4/x264.html#rate-control
--zonesZones allows you to override bitrate or quantizer at a certain point in the video. A zone is specified as:
Start frame, End frame, Option
Options are q=<integer> (forced QP) or b=<float> (bitrate multiplier).
To start a new zone you need a "/" before the new one begins. To see an example:
--zones 200,900,b=0.50/1000,1200,b=2.0
This means that frames 200 through to 900 will use approximately half the specified average bitrate, and frames 1000 to 1200 will use twice the average bitrate.