Extension:PopcornEditor
Appearance
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 | |
|
|
Quarterly downloads | 0 |
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
[edit]- Download and move the extracted
PopcornEditor
folder to yourextensions/
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' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.