Extension:TimedMediaHandler
TimedMediaHandler Release status: beta |
|||
---|---|---|---|
Implementation | Media | ||
Description | Integrated support for server side transcoding, WebM, Ogg Theora, Vorbis, Speex and Timed Text | ||
Author(s) | Michael Dale, Jan Gerber, Tim Starling and James Heinrich | ||
Latest version | 0.4.0 (2014-04-02) | ||
MediaWiki | 1.17+ | ||
Database changes | Yes | ||
License | GPL2 | ||
Download | |||
|
|||
Translate the TimedMediaHandler extension if it is available at translatewiki.net |
|||
Check usage and version matrix; code metrics | |||
Open tasks · Report a bug |
The TimedMediaHandler extension allows you to display audio and video files in wiki pages, using the same syntax as for image files. It includes the Kaltura HTML5 Player, which supports integrated standard timed text support, real time stream switching between multiple WebM and Ogg derivatives and many other features. TMH server side support includes multiple transcode profiles, php based medata parsing via PEAR Ogg / OggHandler and getID3 for WebM files, and integrates with mediaWiki's jobQueue system for scheduling transcoding jobs.
Contents
Feature Overview[edit | edit source]
See Commons:Commons:TimedText and Multimedia_beta page.
Syntax synopsis[edit | edit source]
In addition to the image embed syntax, Timed Media Handler supports:
- [[File:Video.ogv|File:Video.ogv]]
- Display a video at its nominal size. Displays a still image from the midpoint with a play button to start an embedded player.
- [[File:Audio.oga|File:Audio.oga]]
- Show a placeholder for a sound file, with a play button to start an embedded player.
- [[File:Video.ogv|thumb]]
- Show a video in a floating thumbnail box
- <gallery>File:Video.ogv</gallery>
- Show a video embedded in an image gallery ( each clip will popup a dialog for the full player )
- [[File:Video.ogg|thumbtime=1:25]]
- Use a frame from 1 minute 25 seconds into the video as the placeholder image. A single number is taken as an offset in seconds.
- [[File:Video.ogg|start=1:25]]
- Temporal media fragments Displays a video clip starting at 1 minute 25 seconds into the video. A single number is taken as an offset in seconds. You can also include an end time of the form
end=1:30
Which would result in a clip of 5 seconds playing from 1:25 to 1:30. If thumbtime is not provided, the start time will be used for the displayed thumbnail.
Client support[edit | edit source]
See bug 25370 and associated attached screen shot shows the player working in a few different browsers.
Installation[edit | edit source]
Also see the README for detailed install instructions.
You will want a recent version of ffmpeg in order to support encoding to WebM ( with the latest version of VP8) and a copy of ffmpeg2theora to encode ogg videos. j^ supplies up-to-date static builds of ffmpeg with WebM support and of ffmpeg2theora for major OSs at firefogg.org/nightly/
To install this extension, add the following to the end of your LocalSettings.php:
// TimedMediaHandler is dependent on mwEmbedSupport require_once( "$IP/extensions/MwEmbedSupport/MwEmbedSupport.php" ); // TimedMediaHandler require_once( "$IP/extensions/TimedMediaHandler/TimedMediaHandler.php" );
This extension also requires schema changes, so run update.php after installing.
The extension will automatically add supported file types (except mp4) to $wgFileExtensions, so you do not need to manually add video file types.
Comparison of Wikipedia media encoding options[edit | edit source]
Name | 160P | 360P | 480P | 720P | 1080P | 360P | 480P | 720P | 1080P | |
---|---|---|---|---|---|---|---|---|---|---|
Container | Ogg | WebM | ||||||||
Video | Encoding | Theora | VP8 | |||||||
Max width (pixels) | 288 | 640 | 854 | 1280 | 640 | 854 | 1280 | |||
Max height (pixels) | 160 | 360 | 480 | 720 | 1080 | 360 | 480 | 720 | 1080 | |
Bitrate (Mbit/s) | 0.16 | 0.5 | 1.0 | - | -- | 0.5 | 1.0 | - | - | |
Quality | - | - | - | 7 | - | - | - | 7 | -- | |
Audio | Encoding | Vorbis | ||||||||
Channels | 2 (stereo) | |||||||||
Sampling rate (Hz) | 44100 | |||||||||
Quality | -1 | 1 | 2 | 3 | - | 1 | 2 | 3 | - |
Configuration[edit | edit source]
Here are the configuration variables and their default settings:
// Show a warning to the user if they are not using an html5 browser with high quality ogg support $wgMwEmbedModuleConfig['EmbedPlayer.DirectFileLinkWarning'] = true; // The text interface should always be shown // ( even if there are no text tracks for that asset at render time ) $wgMwEmbedModuleConfig['TimedText.ShowInterface'] = 'always'; // Which users can restart failed or expired transcode jobs $wgGroupPermissions['sysop']['transcode-reset'] = true; // How long you have to wait between transcode resets for non-error transcodes $wgWaitTimeForTranscodeReset = 3600; // The minimum size for an embed video player: $wgMinimumVideoPlayerSize = 200; // Set the supported ogg codecs: $wgMediaVideoTypes = array( 'Theora', 'VP8' ); $wgMediaAudioTypes = array( 'Vorbis', 'Speex', 'FLAC' ); // Default skin for mwEmbed player ( class attribute of video tag ) $wgVideoPlayerSkin = 'kskin'; // Support iframe for remote embedding $wgEnableIframeEmbed = true; // If transcoding is enabled for this wiki ( if disabled, no transcode jobs are added and no // transcode status is displayed. Note if remote embedding an asset we will still check if // the remote repo has transcoding enabled and associated flavors for that media embed. $wgEnableTranscode = true; // If the job runner should run transcode commands in a background thread and monitor the // transcoding progress. This enables more fine grain control of the transcoding process, wraps // encoding commands in a lower priority 'nice' call, and kills long running transcodes that are // not making any progress. If set to false, the job runner will use the more compatible // php blocking shell exec command. $wgEnableNiceBackgroundTranscodeJobs = true; // The priority to be used with the nice transcode commands. $wgTranscodeBackgroundPriority = 19; // The total amout of time a transcoding shell command can take: $wgTranscodeBackgroundTimeLimit = 3600 * 4; // The location of ffmpeg2theora ( transcoding ) $wgFFmpeg2theoraLocation = '/usr/bin/ffmpeg2theora'; // Location of the avconv/ffmpeg binary (used to encode WebM and for thumbnails) $wgFFmpegLocation = '/usr/bin/avconv'; // The NS for TimedText ( registered on mediawiki.org ) // http://www.mediawiki.org/wiki/Extension_namespace_registration // Note commons pre-dates TimedMediaHandler and should set $wgTimedTextNS = 102 in localSettings.php $wgTimedTextNS = 700; /** * Default enabled transcodes * * -If set to empty array, no derivatives will be created * -Derivative keys encode settings are defined in WebVideoTranscode.php * * -These transcodes are *in addition to* the source file. * -Only derivatives with smaller width than the source asset size will be created * -Regardless of source size at least one WebM and Ogg source will be created from the $wgEnabledTranscodeSet * -Derivative jobs are added to the MediaWiki JobQueue the first time the asset is displayed * -Derivative should be listed min to max */ $wgEnabledTranscodeSet = array( // A high end web streamable ogg video WebVideoTranscode::ENC_OGV_480P, // A web low bandwidth streamable WebM video WebVideoTranscode::ENC_WEBM_360P, // A web streamable WebM video WebVideoTranscode::ENC_WEBM_480P, // A high quality WebM stream WebVideoTranscode::ENC_WEBM_720P, // Full HD WebVideoTranscode::ENC_WEBM_1080P, );
For transcoding, make sure you have $wgMaxShellMemory, $wgMaxShellTime, $wgMaxShellFileSize are large enough to allow encoding jobs to run and save output. Default values are most likely too low.
Running transcode jobs[edit | edit source]
Because transcode jobs are resource intensive they will not run as part of normal job queue ( see bug 27336 ) Instead they must be requested by the --type argument:
php runJobs.php --type webVideoTranscode
Encoding nodes[edit | edit source]
To be able to transcode many videos you might want to run multiple encoding nodes that connect to the master db and access your file store directly. If you are using ubuntu lucid (10.04) you should add this ppa and install php5-cli php-pear imagemagick ffmpeg ffmpeg2theora.
Minimal install under Ubuntu 12.04[edit | edit source]
add-apt-repository ppa:j/timedmediahandler apt-get install php5-cli php-pear imagemagick ffmpeg ffmpeg2theora
In Localsettings.php, add the path for PEAR !
ini_set( "include_path", ".:$IP:$IP/includes:$IP/languages:/usr/share/php");
Road Map[edit | edit source]
Add api module for listing of derivatives( done in TimedMediaHandler )- Add support for transcoding from arbitrary format uploads.
Improve transcoding tracking with database tables for registering failed transcodes, time taken per transcode, allow users to flag files as not playable or a visually broken transcodes.- Improve mobile support for uploading and playback ( via native aps if the browser html5 support does not include WebM )
- Add support for WebM flattening of edited sequences
- Add support for mp3 uploads and audio transcoding to mp3 and ogg. ( Off by default until mp3 patents expire in 2012 )
- Add support for IE9 video tag WebM components
- Add support for 1080p videos
- Upgrade to 2.x branch.
Notes[edit | edit source]
These notes about the status of TimedMediaHandler were shared by Jan Gerber at the end of his consulting agreement for WMF on 27 September, 2013:
Since you asked in the last meeting to write up an overview of the current state of TimedMediaHandler, here we go:
- videoscalers:
- setup like jobrunners, but only processing video transcode jobs (configuration of jobs/memory/threads in puppet and wikimedia-config)
- imagescalers:
- extract frames from videos, using avconv for all videos reading videos via http from swift backend
- proxy caches:
- must support HTTP 206 Range Requests for video urls (currently requires custom code that is managed in puppet)
- custom packages for video transcoding (apt.wikimedia.org):
- ffmpeg2theora (new upstream version to reduce memory by only using one thread)
- libav (ubuntu version with patch to fix memory leak in ogg decoder)
- libvpx (new upstream version fixing various issues and quality improvements)
- custom packages for image scaling (apt.wikimedia.org):
- vips (new upstream version addressing various performance issues)
- TimedMediaHandler:
- Upstream coded included in TMH:
- mwEmbed (https://github.com/kaltura/mwEmbed) has local changes needs to be merged during next update
- PEAR File_Ogg (http://pear.php.net/package/File_Ogg) has local changes was part of OggHandler, Tim is upstream maintainer
- getID3 (http://getid3.org) has small local changes but merged upstream
- Statistics and monitoring:
- Transcoding queue and errors:
- http://commons.wikimedia.org/wiki/Special:TimedMediaHandler
- https://commons.wikimedia.org/wiki/User:Dispenser/sandbox
- Ganglia for video scalers:
Wikimedia status[edit | edit source]
Deployment-blocker issues in Bugzilla
See also[edit | edit source]
![]() |
This extension is being used on one or more Wikimedia projects. This probably means that the extension is stable and works well enough to be used by such high-traffic websites. Look for this extension's name in Wikimedia's CommonSettings.php and InitialiseSettings.php configuration files to see where it's installed. A full list of the extensions installed on a particular wiki can be seen on the wiki's Special:Version page. |