aboutsummaryrefslogtreecommitdiff
path: root/config.sample.js
diff options
context:
space:
mode:
authorPascal Temel <[email protected]>2017-02-07 00:53:22 +0100
committerPascal Temel <[email protected]>2017-02-07 00:53:22 +0100
commitfacf4a29fc63f381d9e812ab3fc5c0b99c9c81ce (patch)
tree293b8decf33f61ce68b23459fcf9e1064c2c7b23 /config.sample.js
parentRemove .DS_Store files (#6) (diff)
downloadhost.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.js1
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
},