README 285 B

1234567891011121314151617181920
  1. The VideoThumbnails plugin enables video thumbnail preview support.
  2. Installation
  3. ============
  4. add "addPlugin('VideoThumbnails');"
  5. to the bottom of your config.php
  6. Note: This plugin depends on
  7. * avconv
  8. * php5-gd
  9. Settings
  10. ========
  11. none
  12. Example
  13. =======
  14. addPlugin('VideoThumbnails');