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
Parameters
  • $wgPopcornEditorUrl
Hooks used
  • BeforePageDisplay
  • MakeGlobalVariablesScript
Quarterly downloads 3 (Ranked 167th)
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 place the file(s) in a directory called PopcornEditor in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    require_once "$IP/extensions/PopcornEditor/PopcornEditor.php";
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.