r103338 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103337‎ | r103338 | r103339 >
Date:16:44, 16 November 2011
Author:j
Status:ok
Tags:
Comment:
libav does not map this and 0 is default anyway, this way settings should work with ffmpeg pacakge in ubuntu 10.11
Modified paths:
  • /trunk/extensions/TimedMediaHandler/WebVideoTranscode/WebVideoTranscodeJob.php (modified) (history)

Diff [purge]

Index: trunk/extensions/TimedMediaHandler/WebVideoTranscode/WebVideoTranscodeJob.php
@@ -272,7 +272,7 @@
273273
274274 $cmd ='';
275275 // Add the boiler plate vp8 ffmpeg command:
276 - $cmd.=" -y -skip_threshold 0 -rc_buf_aggressivity 0 -bufsize 6000k -rc_init_occupancy 4000 -threads 4";
 276+ $cmd.=" -y -skip_threshold 0 -bufsize 6000k -rc_init_occupancy 4000 -threads 4";
277277
278278 // Check for video quality:
279279 if ( isset( $options['videoQuality'] ) && $options['videoQuality'] >= 0 ) {

Status & tagging log