diff options
| author | Pascal Temel <[email protected]> | 2017-02-07 00:53:22 +0100 |
|---|---|---|
| committer | Pascal Temel <[email protected]> | 2017-02-07 00:53:22 +0100 |
| commit | facf4a29fc63f381d9e812ab3fc5c0b99c9c81ce (patch) | |
| tree | 293b8decf33f61ce68b23459fcf9e1064c2c7b23 /config.sample.js | |
| parent | Remove .DS_Store files (#6) (diff) | |
| download | host.fuwn.me-facf4a29fc63f381d9e812ab3fc5c0b99c9c81ce.tar.xz host.fuwn.me-facf4a29fc63f381d9e812ab3fc5c0b99c9c81ce.zip | |
support thumbnails for .webm and .mp4 files
Diffstat (limited to 'config.sample.js')
| -rw-r--r-- | config.sample.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.sample.js b/config.sample.js index 7c881d9..04b87ea 100644 --- a/config.sample.js +++ b/config.sample.js @@ -45,6 +45,7 @@ module.exports = { // NOTE: Thumbnails are only for the admin panel and they require you // to install a separate binary called graphicsmagick (http://www.graphicsmagick.org) + // for images and FFmpeg (https://ffmpeg.org/) for video files generateThumbnails: false }, |