Index: trunk/extensions/TimedMediaHandler/WebVideoTranscode/WebVideoTranscode.php |
— | — | @@ -83,6 +83,16 @@ |
84 | 84 | 'bufDelay' => '256', |
85 | 85 | 'codec' => 'theora', |
86 | 86 | ), |
| 87 | + |
| 88 | + WebVideoTranscode::ENC_OGV_HQ_VBR => |
| 89 | + array( |
| 90 | + 'maxSize' => '720', |
| 91 | + 'videoQuality' => 6, |
| 92 | + 'audioQuality' => 3, |
| 93 | + 'noUpscaling' => 'true', |
| 94 | + 'keyframeInterval' => '128', |
| 95 | + 'codec' => 'theora', |
| 96 | + ), |
87 | 97 | |
88 | 98 | // WebM transcode: |
89 | 99 | WebVideoTranscode::ENC_WEBM_6MBS => |