gnu-social/plugins/VideoThumbnails/README

20 lines
285 B
Plaintext
Raw Normal View History

2016-01-22 16:01:24 +00:00
The VideoThumbnails plugin enables video thumbnail preview support.
Installation
============
add "addPlugin('VideoThumbnails');"
to the bottom of your config.php
Note: This plugin depends on
* avconv
* php5-gd
Settings
========
none
Example
=======
addPlugin('VideoThumbnails');