Index: trunk/extensions/WikiAtHome/WikiAtHome.php |
— | — | @@ -268,22 +268,24 @@ |
269 | 269 | //if you want to re-derive things you should change its key above in the WikiAtHome class |
270 | 270 | $wgDerivativeSettings[ WikiAtHome::ENC_SAVE_BANDWITH ] = |
271 | 271 | array( |
272 | | - 'videoBitrate' => '128', |
273 | | - 'audioBitrate' => '32', |
274 | | - 'samplerate' => '22050', |
275 | | - 'framerate' => '15', |
276 | | - 'channels' => '1', |
277 | | - 'maxSize' => '200', |
278 | | - 'noUpscaling' => 'true', |
279 | | - 'twopass' => 'true' |
| 272 | + 'videoBitrate' => '128', |
| 273 | + 'audioBitrate' => '32', |
| 274 | + 'samplerate' => '22050', |
| 275 | + 'framerate' => '15', |
| 276 | + 'channels' => '1', |
| 277 | + 'maxSize' => '200', |
| 278 | + 'noUpscaling' => 'true', |
| 279 | + 'twopass' => 'true', |
| 280 | + 'keyframeInterval' => '64' |
280 | 281 | ); |
281 | 282 | $wgDerivativeSettings[ WikiAtHome::ENC_WEB_STREAM ] = |
282 | 283 | array( |
283 | | - 'maxSize' => '400', |
284 | | - 'videoBitrate' => '512', |
285 | | - 'audioBitrate' => '96', |
286 | | - 'noUpscaling' => 'true', |
287 | | - 'twopass' => 'true' |
| 284 | + 'maxSize' => '400', |
| 285 | + 'videoBitrate' => '512', |
| 286 | + 'audioBitrate' => '96', |
| 287 | + 'noUpscaling' => 'true', |
| 288 | + 'twopass' => 'true', |
| 289 | + 'keyframeInterval' => '128' |
288 | 290 | ); |
289 | 291 | |
290 | 292 | $wgDerivativeSettings[ WikiAtHome::ENC_HQ_STREAM ] = |