Aaron Schulz has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/55747


Change subject: Actually use ffmpeg for ogg thumbs as is done for webm
......................................................................

Actually use ffmpeg for ogg thumbs as is done for webm

Change-Id: I33dd5978573e9f33d547f857dc7b1fd8dfda2a3f
---
M wmf-config/CommonSettings.php
1 file changed, 1 insertion(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/47/55747/1

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 0004e00..4964924 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -970,13 +970,12 @@
        $wgEnableTranscode = $wgEnableUploads;
 
        $wgOggThumbLocation = false; // use ffmpeg for performance
+       // $wgOggThumbLocation = '/usr/bin/oggThumb';
 
        //tmh1/2 have 12 cores and need lots of shared memory
        //for avconv / ffmpeg2theora
        $wgTranscodeBackgroundMemoryLimit = 4 * 1024 * 1024; // 4GB
 }
-
-$wgOggThumbLocation = '/usr/bin/oggThumb';
 
 include( $IP . '/extensions/AssertEdit/AssertEdit.php' );
 

-- 
To view, visit https://gerrit.wikimedia.org/r/55747
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I33dd5978573e9f33d547f857dc7b1fd8dfda2a3f
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to