Paladox has uploaded a new change for review.

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

Change subject: Enabled ogg opus support for TimedMediaHandler
......................................................................

Enabled ogg opus support for TimedMediaHandler

Per comment at https://gerrit.wikimedia.org/r/#/c/238826/ by user TheDJ.

Change-Id: Id1e765c8357570888e4c3e926f9bad3e76aaa85c
---
M wmf-config/CommonSettings.php
1 file changed, 5 insertions(+), 0 deletions(-)


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

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 0e189c0..76e04ed 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -669,6 +669,11 @@
 
        // use new ffmpeg build w/ VP9 & Opus support
        $wgFFmpegLocation = '/usr/bin/ffmpeg';
+
+       // Test ogg opus support
+       $wgEnabledAudioTranscodeSet = array(
+               WebVideoTranscode::ENC_OGG_OPUS
+       );
 }
 
 if ( $wgDBname == 'foundationwiki' ) {

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

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

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

Reply via email to