r54611 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r54610‎ | r54611 | r54612 >
Date:21:29, 7 August 2009
Author:dale
Status:deferred
Tags:
Comment:
added a explicit keyframeInterval per gmaxwell's mention on wikitech-l. (I get ffmpeg2theora: unrecognized option `--buf-delay for adding in buf-delay)
Modified paths:
  • /trunk/extensions/WikiAtHome/WikiAtHome.php (modified) (history)

Diff [purge]

Index: trunk/extensions/WikiAtHome/WikiAtHome.php
@@ -268,22 +268,24 @@
269269 //if you want to re-derive things you should change its key above in the WikiAtHome class
270270 $wgDerivativeSettings[ WikiAtHome::ENC_SAVE_BANDWITH ] =
271271 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'
280281 );
281282 $wgDerivativeSettings[ WikiAtHome::ENC_WEB_STREAM ] =
282283 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'
288290 );
289291
290292 $wgDerivativeSettings[ WikiAtHome::ENC_HQ_STREAM ] =

Status & tagging log