Brion VIBBER has uploaded a new change for review.

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

Change subject: Enable 720p and 1080p .ogv Ogg Theora transcodes
......................................................................

Enable 720p and 1080p .ogv Ogg Theora transcodes

Variable bitrate HD transcodes aren't as huge overall as I had
feared -- see https://phabricator.wikimedia.org/T108172#2340964

720p plays back in ogv.js on any MacBook Pro I've tested, and on
64-bit iOS devices such as iPad Air.

1080p plays back acceptably on Macs and iPad Pro as well.

(MS Edge provides similar performance as Safari on Windows 10,
while IE stumbles along at half the decode speed.)

For the 4K rendering of 'Tears of Steel', 720p renders to an
average 2.1 Mbps and 1080p to average 4.0 Mbps, which is
actually about the same as our current constant bitrate WebMs.
Note that instantaneous bandwidth peaks rather higher during
scenes with high complexity!

Bug: T108172
Change-Id: I2a95708d25c64f747353dd9f6157894b51034cb3
---
M TimedMediaHandler.php
1 file changed, 8 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/TimedMediaHandler 
refs/changes/21/291921/1

diff --git a/TimedMediaHandler.php b/TimedMediaHandler.php
index 68838b1..1d4faf1 100644
--- a/TimedMediaHandler.php
+++ b/TimedMediaHandler.php
@@ -172,6 +172,14 @@
        // High-bitrate Ogg stream
        WebVideoTranscode::ENC_OGV_480P,
 
+       // Variable-bitrate HD Ogg stream
+       // for ogv.js on reasonably speedy machines
+       WebVideoTranscode::ENC_OGV_720P,
+
+       // Variable-bitrate HD Ogg stream
+       // for ogv.js on reasonably speedy machines
+       WebVideoTranscode::ENC_OGV_1080P,
+
 /*
        // MP4 H.264/AAC
        // Primary format for the Apple/Microsoft world

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2a95708d25c64f747353dd9f6157894b51034cb3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/TimedMediaHandler
Gerrit-Branch: master
Gerrit-Owner: Brion VIBBER <br...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to