https://github.com/piwigo/piwigo-videojs
Videojs port for piwigo. Play your videos on your web gallery!
https://github.com/piwigo/piwigo-videojs
Last synced: over 1 year ago
JSON representation
Videojs port for piwigo. Play your videos on your web gallery!
- Host: GitHub
- URL: https://github.com/piwigo/piwigo-videojs
- Owner: Piwigo
- License: gpl-3.0
- Created: 2012-06-24T12:18:29.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T22:58:03.000Z (over 1 year ago)
- Last Synced: 2025-03-29T10:09:51.395Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://piwigo.org/ext/extension_view.php?eid=610
- Size: 7.91 MB
- Stars: 71
- Watchers: 17
- Forks: 47
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
piwigo-videojs
==============
[](https://piwigo.org/ext/index.php?eid=610)
[](https://piwigo.org/ext/index.php?eid=610)
[](https://github.com/Piwigo/piwigo-videojs/issues?utf8=✓&q=is%3Aissue+is%3Aclosed)
[](https://github.com/Piwigo/piwigo-videojs/issues)
A [plugin](http://piwigo.org/ext/extension_view.php?eid=610) which extends [Piwigo](http://piwigo.org) with video support:
* retrieves video metadata
* produces thumbnails from videos
* brings [Videojs](http://videojs.com/) port for piwigo
## Installation & Configuration
After installation, you must [configure](https://github.com/Piwigo/piwigo-videojs/wiki/How-to-install-the-plugin#installation) your Piwigo with the LocalFiles Editor plugin and [install](https://github.com/Piwigo/piwigo-videojs/wiki/How-to-install-the-plugin#requirements) `ExifTool`, `FFmpeg` or `MediaInfo` on your server to extract metadata and generate posters of a video. If `FFmpeg` cannot be installed, we explain [here](https://github.com/Piwigo/piwigo-videojs/wiki/How-to-install-the-plugin#upload-video-posters-manually) how to upload posters manually.
## Supported formats
The supported formats are those [supported by most browsers](https://caniuse.com/?search=video):
* mp4,m4v
* webm,webmv
* ogg,ogv
## Usage
Basically, medias are uploaded in a same way as standard pictures. You then synchronize the metadata and create posters and VideoJS thumbnails of a selection of medias from the Adminitrstaion / Plugins / VideoJS interface. You can also do this from the Edit Photo page or the Batch Manager page.
## Support
* Please look at the [forums](https://piwigo.org/forum/) if you encounter any issues.
* To report bugs and suggest new features, please create a new [issue](https://github.com/xbgmsharp/piwigo-videojs/issues).
## Thanks
* [videojs](http://videojs.com/)
* [getID3](http://getid3.sourceforge.net/)
* [FFmpeg](http://www.ffmpeg.org/)
* [MediaInfo](http://mediaarea.net/en/MediaInfo)
* [ExifTool](https://exiftool.org)
* [piwigo-jplayer](https://github.com/d-matt/piwigo-jplayer)
* The Piwigo Team for a great gallery software
* The Piwigo translation team
## Licence
The piwigo-videojs plugin for Piwigo is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
See .