From be48a464136056a028e2a811c08ad0f2608090e5 Mon Sep 17 00:00:00 2001 From: Michael Dale Date: Thu, 6 Aug 2009 23:43:44 +0000 Subject: [PATCH] updated firefogg to the "webstream" settings constancy with wikiAtHome --- js2/mwEmbed/libAddMedia/mvFirefogg.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/js2/mwEmbed/libAddMedia/mvFirefogg.js b/js2/mwEmbed/libAddMedia/mvFirefogg.js index c412b4d201..ac5a640f5c 100644 --- a/js2/mwEmbed/libAddMedia/mvFirefogg.js +++ b/js2/mwEmbed/libAddMedia/mvFirefogg.js @@ -78,9 +78,10 @@ mvFirefogg.prototype = { //extends mvBaseUploadInterface min_firefogg_version : '0.9.9.4', fogg_enabled : false, //if firefogg is enabled or not. encoder_settings:{ //@@todo allow server to set this - 'maxSize': 400, - 'videoBitrate': 400, - 'noUpscaling':true + 'maxSize' : '400', + 'videoBitrate' : '544', + 'audioBitrate' : '96', + 'noUpscaling' : true }, sourceFileInfo : {}, ogg_extensions : ['ogg', 'ogv', 'oga'], -- 2.20.1