Extension:PopcornEditor

From mediawiki.org
MediaWiki extensions manual
PopcornEditor
Release status: experimental
Description Extension to embed the Popcorn in-browser video editor
Author(s) Brion VIBBERtalk
MediaWiki >= 1.29.0
License No license specified
Download
  • $wgPopcornEditorUrl
Quarterly downloads 1 (Ranked 146th)
Translate the PopcornEditor extension if it is available at translatewiki.net

The PopcornEditor extension embeds the standalone version of Mozilla's Popcorn in-browser video editor, allowing Popcorn video projects to be stored as media files on the wiki.

Currently this is early demoware, allowing basic saving but has no playback outside of the editor yet.

Installation

  • Download and move the extracted PopcornEditor folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/PopcornEditor
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'PopcornEditor' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.