1 | piwigo-videojs |
---|
2 | ============== |
---|
3 | |
---|
4 | Extend Piwigo with video support. [Videojs](http://videojs.com/) port for piwigo. Play your videos in the HTML5 video tag on your web gallery! |
---|
5 | |
---|
6 | Piwigo-videojs is a [plugin](http://piwigo.org/ext/extension_view.php?eid=610) for the [Piwigo](http://piwigo.org/) web gallery that allows you to render various video files within your piwigo install. |
---|
7 | |
---|
8 | Installation |
---|
9 | ------------ |
---|
10 | |
---|
11 | Upload this in ``your-gallery/plugins/`` dir. |
---|
12 | |
---|
13 | * download the archive from github |
---|
14 | |
---|
15 | wget -O piwigo-videojs.zip https://github.com/xbgmsharp/piwigo-videojs/archive/master.zip |
---|
16 | |
---|
17 | unzip piwigo-videojs.zip |
---|
18 | |
---|
19 | * or clone the project |
---|
20 | |
---|
21 | git clone git://github.com/xbgmsharp/piwigo-videojs.git |
---|
22 | |
---|
23 | Then, go to the admin site, in the plugin section and activate it. |
---|
24 | |
---|
25 | Supported formats |
---|
26 | ----------------- |
---|
27 | |
---|
28 | ### Videos ### |
---|
29 | |
---|
30 | * webm,webmv |
---|
31 | * ogg,ogv |
---|
32 | * mp4,m4v |
---|
33 | |
---|
34 | Usage |
---|
35 | ----- |
---|
36 | |
---|
37 | Basically, medias will be inserted in a same way as standard pictures. |
---|
38 | |
---|
39 | Please refer to the [wiki](https://github.com/xbgmsharp/piwigo-videojs/wiki) for additional information. |
---|
40 | |
---|
41 | Support |
---|
42 | ----- |
---|
43 | |
---|
44 | To get support, please create new [issue](https://github.com/xbgmsharp/piwigo-videojs/issues) |
---|
45 | |
---|
46 | Help me improve the plugin, rate my [plugin](http://piwigo.org/ext/extension_view.php?eid=610), and if possible please send a greeting message to me ;) |
---|
47 | |
---|
48 | Credit |
---|
49 | ------ |
---|
50 | |
---|
51 | * [videojs](http://videojs.com/) |
---|
52 | * [getid3](http://getid3.sourceforge.net/) |
---|
53 | * [piwigo-jplayer](https://github.com/d-matt/piwigo-jplayer) |
---|
54 | |
---|
55 | Licence |
---|
56 | ------- |
---|
57 | The piwigo-videojs plugin for Piwigo is free software: you can redistribute it |
---|
58 | and/or modify it under the terms of the GNU General Public License as |
---|
59 | published by the Free Software Foundation. |
---|
60 | |
---|
61 | This program is distributed in the hope that it will be useful, but WITHOUT |
---|
62 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
---|
63 | FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
---|
64 | |
---|
65 | See <http://www.gnu.org/licenses/gpl.html>. |
---|