From: Michael Dale Date: Thu, 6 Aug 2009 23:43:44 +0000 (+0000) Subject: updated firefogg to the "webstream" settings constancy with wikiAtHome X-Git-Tag: 1.31.0-rc.0~40452 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=be48a464136056a028e2a811c08ad0f2608090e5;p=lhc%2Fweb%2Fwiklou.git updated firefogg to the "webstream" settings constancy with wikiAtHome --- 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'],