Index: trunk/extensions/TimedMediaHandler/WebVideoTranscode/WebVideoTranscodeJob.php |
— | — | @@ -272,7 +272,7 @@ |
273 | 273 | |
274 | 274 | $cmd =''; |
275 | 275 | // 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"; |
277 | 277 | |
278 | 278 | // Check for video quality: |
279 | 279 | if ( isset( $options['videoQuality'] ) && $options['videoQuality'] >= 0 ) { |